diff --git a/MANUAL.html b/MANUAL.html index 71b265008..24e852353 100644 --- a/MANUAL.html +++ b/MANUAL.html @@ -35,10 +35,12 @@
  • MD5/SHA1 hashes checked at all times for file integrity
  • Timestamps preserved on files
  • Partial syncs supported on a whole file basis
  • -
  • Copy mode to just copy new/changed files
  • -
  • Sync (one way) mode to make a directory identical
  • -
  • Check mode to check for file hash equality
  • +
  • Copy mode to just copy new/changed files
  • +
  • Sync (one way) mode to make a directory identical
  • +
  • Check mode to check for file hash equality
  • Can sync to and from network, eg two different cloud accounts
  • +
  • Optional encryption (Crypt)
  • +
  • Optional FUSE mount (rclone mount)
  • Links

    Usage

    Rclone syncs a directory tree from one storage system to another.

    diff --git a/MANUAL.md b/MANUAL.md index 17b97866c..1080107f2 100644 --- a/MANUAL.md +++ b/MANUAL.md @@ -26,10 +26,12 @@ Features * MD5/SHA1 hashes checked at all times for file integrity * Timestamps preserved on files * Partial syncs supported on a whole file basis - * Copy mode to just copy new/changed files - * Sync (one way) mode to make a directory identical - * Check mode to check for file hash equality + * [Copy](http://rclone.org/commands/rclone_copy/) mode to just copy new/changed files + * [Sync](http://rclone.org/commands/rclone_sync/) (one way) mode to make a directory identical + * [Check](http://rclone.org/commands/rclone_check/) mode to check for file hash equality * Can sync to and from network, eg two different cloud accounts + * Optional encryption ([Crypt](http://rclone.org/crypt/)) + * Optional FUSE mount ([rclone mount](http://rclone.org/commands/rclone_mount/)) Links @@ -115,6 +117,7 @@ See the following for detailed instructions for * [Hubic](http://rclone.org/hubic/) * [Microsoft One Drive](http://rclone.org/onedrive/) * [Yandex Disk](http://rclone.org/yandex/) + * [Crypt](http://rclone.org/crypt/) - to encrypt other remotes Usage ----- diff --git a/MANUAL.txt b/MANUAL.txt index 5f0f40cf0..255e45219 100644 --- a/MANUAL.txt +++ b/MANUAL.txt @@ -33,6 +33,8 @@ Features - Sync (one way) mode to make a directory identical - Check mode to check for file hash equality - Can sync to and from network, eg two different cloud accounts +- Optional encryption (Crypt) +- Optional FUSE mount (rclone mount) Links @@ -115,6 +117,7 @@ See the following for detailed instructions for - Hubic - Microsoft One Drive - Yandex Disk +- Crypt - to encrypt other remotes Usage diff --git a/README.md b/README.md index d21170be5..43a21c086 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,8 @@ Features * Sync (one way) mode to make a directory identical * Check mode to check for file hash equality * Can sync to and from network, eg two different cloud accounts + * Optional encryption (Crypt) + * Optional FUSE mount See the home page for installation, usage, documentation, changelog and configuration walkthroughs. diff --git a/docs/content/about.md b/docs/content/about.md index e40038af3..4177c2e28 100644 --- a/docs/content/about.md +++ b/docs/content/about.md @@ -30,10 +30,12 @@ Features * MD5/SHA1 hashes checked at all times for file integrity * Timestamps preserved on files * Partial syncs supported on a whole file basis - * Copy mode to just copy new/changed files - * Sync (one way) mode to make a directory identical - * Check mode to check for file hash equality + * [Copy](/commands/rclone_copy/) mode to just copy new/changed files + * [Sync](/commands/rclone_sync/) (one way) mode to make a directory identical + * [Check](/commands/rclone_check/) mode to check for file hash equality * Can sync to and from network, eg two different cloud accounts + * Optional encryption ([Crypt](/crypt/)) + * Optional FUSE mount ([rclone mount](/commands/rclone_mount/)) Links diff --git a/docs/content/commands/rclone.md b/docs/content/commands/rclone.md index f79d3250d..557240c4f 100644 --- a/docs/content/commands/rclone.md +++ b/docs/content/commands/rclone.md @@ -1,5 +1,5 @@ --- -date: 2016-08-24T23:01:36+01:00 +date: 2016-08-24T23:47:55+01:00 title: "rclone" slug: rclone url: /commands/rclone/ diff --git a/docs/content/commands/rclone_authorize.md b/docs/content/commands/rclone_authorize.md index 5decf4a97..2cbcc1c64 100644 --- a/docs/content/commands/rclone_authorize.md +++ b/docs/content/commands/rclone_authorize.md @@ -1,5 +1,5 @@ --- -date: 2016-08-24T23:01:36+01:00 +date: 2016-08-24T23:47:55+01:00 title: "rclone authorize" slug: rclone_authorize url: /commands/rclone_authorize/ diff --git a/docs/content/commands/rclone_check.md b/docs/content/commands/rclone_check.md index e3c9363cb..f7ef4ecc4 100644 --- a/docs/content/commands/rclone_check.md +++ b/docs/content/commands/rclone_check.md @@ -1,5 +1,5 @@ --- -date: 2016-08-24T23:01:36+01:00 +date: 2016-08-24T23:47:55+01:00 title: "rclone check" slug: rclone_check url: /commands/rclone_check/ diff --git a/docs/content/commands/rclone_cleanup.md b/docs/content/commands/rclone_cleanup.md index 56533193e..9cd4a4e72 100644 --- a/docs/content/commands/rclone_cleanup.md +++ b/docs/content/commands/rclone_cleanup.md @@ -1,5 +1,5 @@ --- -date: 2016-08-24T23:01:36+01:00 +date: 2016-08-24T23:47:55+01:00 title: "rclone cleanup" slug: rclone_cleanup url: /commands/rclone_cleanup/ diff --git a/docs/content/commands/rclone_config.md b/docs/content/commands/rclone_config.md index fd99455af..15674f2cc 100644 --- a/docs/content/commands/rclone_config.md +++ b/docs/content/commands/rclone_config.md @@ -1,5 +1,5 @@ --- -date: 2016-08-24T23:01:36+01:00 +date: 2016-08-24T23:47:55+01:00 title: "rclone config" slug: rclone_config url: /commands/rclone_config/ diff --git a/docs/content/commands/rclone_copy.md b/docs/content/commands/rclone_copy.md index 109add07c..7d973ab44 100644 --- a/docs/content/commands/rclone_copy.md +++ b/docs/content/commands/rclone_copy.md @@ -1,5 +1,5 @@ --- -date: 2016-08-24T23:01:36+01:00 +date: 2016-08-24T23:47:55+01:00 title: "rclone copy" slug: rclone_copy url: /commands/rclone_copy/ diff --git a/docs/content/commands/rclone_dedupe.md b/docs/content/commands/rclone_dedupe.md index 077035efb..2bb8e3b1a 100644 --- a/docs/content/commands/rclone_dedupe.md +++ b/docs/content/commands/rclone_dedupe.md @@ -1,5 +1,5 @@ --- -date: 2016-08-24T23:01:36+01:00 +date: 2016-08-24T23:47:55+01:00 title: "rclone dedupe" slug: rclone_dedupe url: /commands/rclone_dedupe/ diff --git a/docs/content/commands/rclone_delete.md b/docs/content/commands/rclone_delete.md index 19acaeadd..142589b63 100644 --- a/docs/content/commands/rclone_delete.md +++ b/docs/content/commands/rclone_delete.md @@ -1,5 +1,5 @@ --- -date: 2016-08-24T23:01:36+01:00 +date: 2016-08-24T23:47:55+01:00 title: "rclone delete" slug: rclone_delete url: /commands/rclone_delete/ diff --git a/docs/content/commands/rclone_genautocomplete.md b/docs/content/commands/rclone_genautocomplete.md index 592edc0d6..c35915acb 100644 --- a/docs/content/commands/rclone_genautocomplete.md +++ b/docs/content/commands/rclone_genautocomplete.md @@ -1,5 +1,5 @@ --- -date: 2016-08-24T23:01:36+01:00 +date: 2016-08-24T23:47:55+01:00 title: "rclone genautocomplete" slug: rclone_genautocomplete url: /commands/rclone_genautocomplete/ diff --git a/docs/content/commands/rclone_gendocs.md b/docs/content/commands/rclone_gendocs.md index ba1084cfb..0f5f4c9d9 100644 --- a/docs/content/commands/rclone_gendocs.md +++ b/docs/content/commands/rclone_gendocs.md @@ -1,5 +1,5 @@ --- -date: 2016-08-24T23:01:36+01:00 +date: 2016-08-24T23:47:55+01:00 title: "rclone gendocs" slug: rclone_gendocs url: /commands/rclone_gendocs/ diff --git a/docs/content/commands/rclone_ls.md b/docs/content/commands/rclone_ls.md index e9126f9c7..be8ade22f 100644 --- a/docs/content/commands/rclone_ls.md +++ b/docs/content/commands/rclone_ls.md @@ -1,5 +1,5 @@ --- -date: 2016-08-24T23:01:36+01:00 +date: 2016-08-24T23:47:55+01:00 title: "rclone ls" slug: rclone_ls url: /commands/rclone_ls/ diff --git a/docs/content/commands/rclone_lsd.md b/docs/content/commands/rclone_lsd.md index ccdfdc688..eb9ad084a 100644 --- a/docs/content/commands/rclone_lsd.md +++ b/docs/content/commands/rclone_lsd.md @@ -1,5 +1,5 @@ --- -date: 2016-08-24T23:01:36+01:00 +date: 2016-08-24T23:47:55+01:00 title: "rclone lsd" slug: rclone_lsd url: /commands/rclone_lsd/ diff --git a/docs/content/commands/rclone_lsl.md b/docs/content/commands/rclone_lsl.md index 68082cd89..1266b2c2b 100644 --- a/docs/content/commands/rclone_lsl.md +++ b/docs/content/commands/rclone_lsl.md @@ -1,5 +1,5 @@ --- -date: 2016-08-24T23:01:36+01:00 +date: 2016-08-24T23:47:55+01:00 title: "rclone lsl" slug: rclone_lsl url: /commands/rclone_lsl/ diff --git a/docs/content/commands/rclone_md5sum.md b/docs/content/commands/rclone_md5sum.md index 26201c64d..706c988ba 100644 --- a/docs/content/commands/rclone_md5sum.md +++ b/docs/content/commands/rclone_md5sum.md @@ -1,5 +1,5 @@ --- -date: 2016-08-24T23:01:36+01:00 +date: 2016-08-24T23:47:55+01:00 title: "rclone md5sum" slug: rclone_md5sum url: /commands/rclone_md5sum/ diff --git a/docs/content/commands/rclone_mkdir.md b/docs/content/commands/rclone_mkdir.md index 032c4ec8b..0bec4339a 100644 --- a/docs/content/commands/rclone_mkdir.md +++ b/docs/content/commands/rclone_mkdir.md @@ -1,5 +1,5 @@ --- -date: 2016-08-24T23:01:36+01:00 +date: 2016-08-24T23:47:55+01:00 title: "rclone mkdir" slug: rclone_mkdir url: /commands/rclone_mkdir/ diff --git a/docs/content/commands/rclone_move.md b/docs/content/commands/rclone_move.md index 2d102d173..e5452e411 100644 --- a/docs/content/commands/rclone_move.md +++ b/docs/content/commands/rclone_move.md @@ -1,5 +1,5 @@ --- -date: 2016-08-24T23:01:36+01:00 +date: 2016-08-24T23:47:55+01:00 title: "rclone move" slug: rclone_move url: /commands/rclone_move/ diff --git a/docs/content/commands/rclone_purge.md b/docs/content/commands/rclone_purge.md index b565e2636..50ba7f104 100644 --- a/docs/content/commands/rclone_purge.md +++ b/docs/content/commands/rclone_purge.md @@ -1,5 +1,5 @@ --- -date: 2016-08-24T23:01:36+01:00 +date: 2016-08-24T23:47:55+01:00 title: "rclone purge" slug: rclone_purge url: /commands/rclone_purge/ diff --git a/docs/content/commands/rclone_rmdir.md b/docs/content/commands/rclone_rmdir.md index 1a99518da..a6b22af41 100644 --- a/docs/content/commands/rclone_rmdir.md +++ b/docs/content/commands/rclone_rmdir.md @@ -1,5 +1,5 @@ --- -date: 2016-08-24T23:01:36+01:00 +date: 2016-08-24T23:47:55+01:00 title: "rclone rmdir" slug: rclone_rmdir url: /commands/rclone_rmdir/ diff --git a/docs/content/commands/rclone_sha1sum.md b/docs/content/commands/rclone_sha1sum.md index 040a1ea7a..b2907188d 100644 --- a/docs/content/commands/rclone_sha1sum.md +++ b/docs/content/commands/rclone_sha1sum.md @@ -1,5 +1,5 @@ --- -date: 2016-08-24T23:01:36+01:00 +date: 2016-08-24T23:47:55+01:00 title: "rclone sha1sum" slug: rclone_sha1sum url: /commands/rclone_sha1sum/ diff --git a/docs/content/commands/rclone_size.md b/docs/content/commands/rclone_size.md index 37c530adf..666c42f23 100644 --- a/docs/content/commands/rclone_size.md +++ b/docs/content/commands/rclone_size.md @@ -1,5 +1,5 @@ --- -date: 2016-08-24T23:01:36+01:00 +date: 2016-08-24T23:47:55+01:00 title: "rclone size" slug: rclone_size url: /commands/rclone_size/ diff --git a/docs/content/commands/rclone_sync.md b/docs/content/commands/rclone_sync.md index 2d2f7f803..f8ed4ba3d 100644 --- a/docs/content/commands/rclone_sync.md +++ b/docs/content/commands/rclone_sync.md @@ -1,5 +1,5 @@ --- -date: 2016-08-24T23:01:36+01:00 +date: 2016-08-24T23:47:55+01:00 title: "rclone sync" slug: rclone_sync url: /commands/rclone_sync/ diff --git a/docs/content/commands/rclone_version.md b/docs/content/commands/rclone_version.md index 39cbe30c9..294ee9c12 100644 --- a/docs/content/commands/rclone_version.md +++ b/docs/content/commands/rclone_version.md @@ -1,5 +1,5 @@ --- -date: 2016-08-24T23:01:36+01:00 +date: 2016-08-24T23:47:55+01:00 title: "rclone version" slug: rclone_version url: /commands/rclone_version/ diff --git a/docs/content/docs.md b/docs/content/docs.md index 82880d279..04086bd3a 100644 --- a/docs/content/docs.md +++ b/docs/content/docs.md @@ -30,6 +30,7 @@ See the following for detailed instructions for * [Hubic](/hubic/) * [Microsoft One Drive](/onedrive/) * [Yandex Disk](/yandex/) + * [Crypt](/crypt/) - to encrypt other remotes Usage ----- diff --git a/docs/layouts/chrome/navbar.html b/docs/layouts/chrome/navbar.html index bd38c3b2b..bbf4c5acf 100644 --- a/docs/layouts/chrome/navbar.html +++ b/docs/layouts/chrome/navbar.html @@ -60,6 +60,7 @@
  • Backblaze B2
  • Local
  • Yandex Disk
  • +
  • Crypt (encrypts the above)
  • Contact
  • diff --git a/rclone.1 b/rclone.1 index 9ac04b981..912a217a2 100644 --- a/rclone.1 +++ b/rclone.1 @@ -40,13 +40,21 @@ Timestamps preserved on files .IP \[bu] 2 Partial syncs supported on a whole file basis .IP \[bu] 2 -Copy mode to just copy new/changed files +Copy (http://rclone.org/commands/rclone_copy/) mode to just copy +new/changed files .IP \[bu] 2 -Sync (one way) mode to make a directory identical +Sync (http://rclone.org/commands/rclone_sync/) (one way) mode to make a +directory identical .IP \[bu] 2 -Check mode to check for file hash equality +Check (http://rclone.org/commands/rclone_check/) mode to check for file +hash equality .IP \[bu] 2 Can sync to and from network, eg two different cloud accounts +.IP \[bu] 2 +Optional encryption (Crypt (http://rclone.org/crypt/)) +.IP \[bu] 2 +Optional FUSE mount (rclone +mount (http://rclone.org/commands/rclone_mount/)) .PP Links .IP \[bu] 2 @@ -163,6 +171,8 @@ Hubic (http://rclone.org/hubic/) Microsoft One Drive (http://rclone.org/onedrive/) .IP \[bu] 2 Yandex Disk (http://rclone.org/yandex/) +.IP \[bu] 2 +Crypt (http://rclone.org/crypt/) \- to encrypt other remotes .SS Usage .PP Rclone syncs a directory tree from one storage system to another.