rclone/docs
Nick Craig-Wood a91bcaaeb0 Implement rsync like include and exclude - fixes #27
* Implement include/exclude
  * Implement rsync compatible file globbing
  * Implement command line filtering flags
    * --delete-excluded - Delete files on dest excluded from sync
    * --filter - Add a file-filtering rule
    * --filter-from - Read filtering patterns from a file
    * --exclude - Exclude files matching pattern
    * --exclude-from - Read exclude patterns from file
    * --include - Include files matching pattern
    * --include-from - Read include patterns from file
    * --files-from - Read list of source-file nam
    * --min-size - Don't transfer any file smaller than this in k or suffix k|M|G
    * --max-size - Don't transfer any file larger than this in k or suffix k|M|G
  * Document
2015-09-28 19:18:21 +01:00
..
content Implement rsync like include and exclude - fixes #27 2015-09-28 19:18:21 +01:00
layouts Implement rsync like include and exclude - fixes #27 2015-09-28 19:18:21 +01:00
static Implement Amazon Cloud Drive - fixes #45 2015-09-08 21:02:48 +01:00
config.json Update docs for Dropbox and Google Cloud Storage 2014-07-18 10:10:08 +01:00
README.md How to build the docs 2014-04-17 22:39:23 +01:00

Docs

See the content directory for the docs in markdown format.

Use hugo to build the website.