Code Monkey home page Code Monkey logo

davsync's Introduction

DavSync

DavSync: like rsync, for WebDAV.

About:

DavSync is a small, self-contained tool for synchronizing local folders with remote folders via the WebDAV protocol. It requires only Python 2.7, and is fully contained in the davsync file in order to make it easy to just copy to a server and start using it.

DavSync was initially developed to facilitate uploading data to OpenDrive from a Synology NAS, and has really only been tested in this use-case, however it should work with any other WebDAV compliant server.

DavSync was inspired by the excellent rsync utility, though makes no claim to be as robust or well-engineered as it is.

Usage:

usage: davsync [-h] [-v] [-l LOGIN] [-p PASSWORD] url srcPath dstPath

positional arguments:
  url                   URL to sync with
  srcPath               path to sync from (use "wd:" for remote)
  dstPath               path to sync to (use "wd:" for remote)

optional arguments:
  -h, --help            show this help message and exit
  -v, --verbose         use verbose output
  -l LOGIN, --login LOGIN
                        login username (typically email address)
  -p PASSWORD, --password PASSWORD
                        password for remote server

Example: ./davsync -l username -p password https://site.com photos wd:photos

davsync's People

Contributors

j4m3z0r avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.