mirror of
				https://github.com/rclone/rclone.git
				synced 2025-10-30 23:17:59 +02:00 
			
		
		
		
	Version v1.38
This commit is contained in:
		
							
								
								
									
										3786
									
								
								MANUAL.html
									
									
									
									
									
								
							
							
						
						
									
										3786
									
								
								MANUAL.html
									
									
									
									
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							
							
								
								
									
										4965
									
								
								MANUAL.txt
									
									
									
									
									
								
							
							
						
						
									
										4965
									
								
								MANUAL.txt
									
									
									
									
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							| @@ -1,12 +1,78 @@ | ||||
| --- | ||||
| title: "Documentation" | ||||
| description: "Rclone Changelog" | ||||
| date: "2017-07-22" | ||||
| date: "2017-09-30" | ||||
| --- | ||||
|  | ||||
| Changelog | ||||
| --------- | ||||
|  | ||||
|   * v1.38 - 2017-09-30 | ||||
|     * New backends | ||||
|       * Azure Blob Storage (thanks Andrei Dragomir) | ||||
|       * Box | ||||
|       * Onedrive for Business (thanks Oliver Heyme) | ||||
|       * QingStor from QingCloud (thanks wuyu) | ||||
|     * New commands | ||||
|       * `rcat` - read from standard input and stream upload | ||||
|       * `tree` - shows a nicely formatted recursive listing | ||||
|       * `cryptdecode` - decode crypted file names (thanks ishuah) | ||||
|       * `config show` - print the config file | ||||
|       * `config file` - print the config file location | ||||
|     * New Features | ||||
|       * Empty directories are deleted on `sync` | ||||
|       * `dedupe` - implement merging of duplicate directories | ||||
|       * `check` and `cryptcheck` made more consistent and use less memory | ||||
|       * `cleanup` for remaining remotes (thanks ishuah) | ||||
|       * `--immutable` for ensuring that files don't change (thanks Jacob McNamee) | ||||
|       * `--user-agent` option (thanks Alex McGrath Kraak) | ||||
|       * `--disable` flag to disable optional features | ||||
|       * `--bind` flag for choosing the local addr on outgoing connections | ||||
|       * Support for zsh auto-completion (thanks bpicode) | ||||
|       * Stop normalizing file names but do a normalized compare in `sync` | ||||
|     * Compile | ||||
|       * Update to using go1.9 as the default go version | ||||
|       * Remove snapd build due to maintenance problems | ||||
|     * Bug Fixes | ||||
|       * Improve retriable error detection which makes multipart uploads better | ||||
|       * Make `check` obey `--ignore-size` | ||||
|       * Fix bwlimit toggle in conjunction with schedules (thanks cbruegg) | ||||
|       * `config` ensures newly written config is on the same mount | ||||
|     * Local | ||||
|       * Revert to copy when moving file across file system boundaries | ||||
|       * `--skip-links` to suppress symlink warnings (thanks Zhiming Wang) | ||||
|     * Mount | ||||
|       * Re-use `rcat` internals to support uploads from all remotes | ||||
|     * Dropbox | ||||
|       * Fix "entry doesn't belong in directory" error | ||||
|       * Stop using deprecated API methods | ||||
|     * Swift | ||||
|       * Fix server side copy to empty container with `--fast-list` | ||||
|     * Google Drive | ||||
|       * Change the default for `--drive-use-trash` to `true` | ||||
|     * S3 | ||||
|       * Set session token when using STS (thanks Girish Ramakrishnan) | ||||
|       * Glacier docs and error messages (thanks Jan Varho) | ||||
|       * Read 1000 (not 1024) items in dir listings to fix Wasabi | ||||
|     * Backblaze B2 | ||||
|       * Fix SHA1 mismatch when downloading files with no SHA1 | ||||
|       * Calculate missing hashes on the fly instead of spooling | ||||
|       * `--b2-hard-delete` to permanently delete (not hide) files (thanks John Papandriopoulos) | ||||
|     * Hubic | ||||
|       * Fix creating containers - no longer have to use the `default` container | ||||
|     * Swift | ||||
|       * Optionally configure from a standard set of OpenStack environment vars | ||||
|       * Add `endpoint_type` config | ||||
|     * Google Cloud Storage | ||||
|       * Fix bucket creation to work with limited permission users | ||||
|     * SFTP | ||||
|       * Implement connection pooling for multiple ssh connections | ||||
|       * Limit new connections per second | ||||
|       * Add support for MD5 and SHA1 hashes where available (thanks Christian Brüggemann) | ||||
|     * HTTP | ||||
|       * Fix URL encoding issues | ||||
|       * Fix directories with `:` in | ||||
|       * Fix panic with URL encoded content | ||||
|   * v1.37 - 2017-07-22 | ||||
|     * New backends | ||||
|       * FTP - thanks to Antonio Messina | ||||
|   | ||||
| @@ -1,12 +1,12 @@ | ||||
| --- | ||||
| date: 2017-08-20T10:49:45+02:00 | ||||
| date: 2017-09-30T14:20:12+01:00 | ||||
| title: "rclone" | ||||
| slug: rclone | ||||
| url: /commands/rclone/ | ||||
| --- | ||||
| ## rclone | ||||
|  | ||||
| Sync files and directories to and from local and remote object stores - v1.37 | ||||
| Sync files and directories to and from local and remote object stores - v1.38-001-gda4e1b84 | ||||
|  | ||||
| ### Synopsis | ||||
|  | ||||
| @@ -15,19 +15,22 @@ Sync files and directories to and from local and remote object stores - v1.37 | ||||
| Rclone is a command line program to sync files and directories to and | ||||
| from various cloud storage systems and using file transfer services, such as: | ||||
|  | ||||
|   * Google Drive | ||||
|   * Amazon S3 | ||||
|   * Openstack Swift / Rackspace cloud files / Memset Memstore | ||||
|   * Dropbox | ||||
|   * Google Cloud Storage | ||||
|   * Amazon Drive | ||||
|   * Microsoft OneDrive | ||||
|   * Hubic | ||||
|   * Amazon S3 | ||||
|   * Backblaze B2 | ||||
|   * Yandex Disk | ||||
|   * SFTP | ||||
|   * Box | ||||
|   * Dropbox | ||||
|   * FTP | ||||
|   * Google Cloud Storage | ||||
|   * Google Drive | ||||
|   * HTTP | ||||
|   * Hubic | ||||
|   * Microsoft Azure Blob Storage | ||||
|   * Microsoft OneDrive | ||||
|   * Openstack Swift / Rackspace cloud files / Memset Memstore | ||||
|   * QingStor | ||||
|   * SFTP | ||||
|   * Yandex Disk | ||||
|   * The local filesystem | ||||
|  | ||||
| Features | ||||
| @@ -56,11 +59,16 @@ rclone [flags] | ||||
|       --acd-templink-threshold int        Files >= this size will be downloaded via their tempLink. (default 9G) | ||||
|       --acd-upload-wait-per-gb duration   Additional time per GB to wait after a failed complete upload to see if it appears. (default 3m0s) | ||||
|       --ask-password                      Allow prompt for password for encrypted configuration. (default true) | ||||
|       --azureblob-chunk-size int          Upload chunk size. Must fit in memory. (default 4M) | ||||
|       --azureblob-upload-cutoff int       Cutoff for switching to chunked upload (default 256M) | ||||
|       --b2-chunk-size int                 Upload chunk size. Must fit in memory. (default 96M) | ||||
|       --b2-hard-delete                    Permanently delete files on remote removal, otherwise hide files. | ||||
|       --b2-test-mode string               A flag string for X-Bz-Test-Mode header. | ||||
|       --b2-upload-cutoff int              Cutoff for switching to chunked upload (default 190.735M) | ||||
|       --b2-versions                       Include old versions in directory listings. | ||||
|       --backup-dir string                 Make backups into hierarchy based in DIR. | ||||
|       --bind string                       Local address to bind to for outgoing connections, IPv4, IPv6 or name. | ||||
|       --box-upload-cutoff int             Cutoff for switching to multipart upload (default 50M) | ||||
|       --buffer-size int                   Buffer size when copying files. (default 16M) | ||||
|       --bwlimit BwTimetable               Bandwidth limit in kBytes/s, or use suffix b|k|M|G or a full timetable. | ||||
|       --checkers int                      Number of checkers to run in parallel. (default 8) | ||||
| @@ -74,6 +82,7 @@ rclone [flags] | ||||
|       --delete-before                     When synchronizing, delete files on destination before transfering | ||||
|       --delete-during                     When synchronizing, delete files during transfer (default) | ||||
|       --delete-excluded                   Delete files on dest excluded from sync | ||||
|       --disable string                    Disable a comma separated list of features.  Use help to see a list. | ||||
|       --drive-auth-owner-only             Only consider files owned by the authenticated user. | ||||
|       --drive-chunk-size int              Upload chunk size. Must a power of 2 >= 256k. (default 8M) | ||||
|       --drive-formats string              Comma separated list of preferred formats for downloading Google docs. (default "docx,xlsx,pptx,svg") | ||||
| @@ -82,7 +91,7 @@ rclone [flags] | ||||
|       --drive-skip-gdocs                  Skip google documents in all listings. | ||||
|       --drive-trashed-only                Only show files that are in the trash | ||||
|       --drive-upload-cutoff int           Cutoff for switching to chunked upload (default 8M) | ||||
|       --drive-use-trash                   Send files to the trash instead of deleting permanently. | ||||
|       --drive-use-trash                   Send files to the trash instead of deleting permanently. (default true) | ||||
|       --dropbox-chunk-size int            Upload chunk size. Max 150M. (default 128M) | ||||
|   -n, --dry-run                           Do a trial run with no permanent changes | ||||
|       --dump-auth                         Dump HTTP headers with auth info | ||||
| @@ -97,10 +106,12 @@ rclone [flags] | ||||
|       --filter-from stringArray           Read filtering patterns from a file | ||||
|       --gcs-location string               Default location for buckets (us|eu|asia|us-central1|us-east1|us-east4|us-west1|asia-east1|asia-noetheast1|asia-southeast1|australia-southeast1|europe-west1|europe-west2). | ||||
|       --gcs-storage-class string          Default storage class for buckets (MULTI_REGIONAL|REGIONAL|STANDARD|NEARLINE|COLDLINE|DURABLE_REDUCED_AVAILABILITY). | ||||
|   -h, --help                              help for rclone | ||||
|       --ignore-checksum                   Skip post copy check of checksums. | ||||
|       --ignore-existing                   Skip all files that exist on destination | ||||
|       --ignore-size                       Ignore size when skipping use mod-time or checksum. | ||||
|   -I, --ignore-times                      Don't skip files that match size and time - transfer all files | ||||
|       --immutable                         Do not modify files. Fail if existing files have been modified. | ||||
|       --include stringArray               Include files matching pattern | ||||
|       --include-from stringArray          Read include patterns from file | ||||
|       --local-no-unicode-normalization    Don't apply unicode normalization to paths and filenames | ||||
| @@ -127,9 +138,11 @@ rclone [flags] | ||||
|       --s3-acl string                     Canned ACL used when creating buckets and/or storing objects in S3 | ||||
|       --s3-storage-class string           Storage class to use when uploading S3 objects (STANDARD|REDUCED_REDUNDANCY|STANDARD_IA) | ||||
|       --size-only                         Skip based on size only, not mod-time or checksum | ||||
|       --skip-links                        Don't warn about skipped symlinks. | ||||
|       --stats duration                    Interval between printing stats, e.g 500ms, 60s, 5m. (0 to disable) (default 1m0s) | ||||
|       --stats-log-level string            Log level to show --stats output DEBUG|INFO|NOTICE|ERROR (default "INFO") | ||||
|       --stats-unit string                 Show data rate in stats as either 'bits' or 'bytes'/s (default "bytes") | ||||
|       --streaming-upload-cutoff int       Cutoff for switching to chunked upload if file size is unknown. Upload starts after reaching cutoff or when file ends. (default 100k) | ||||
|       --suffix string                     Suffix for use with --backup-dir. | ||||
|       --swift-chunk-size int              Above this size files will be chunked into a _segments container. (default 5G) | ||||
|       --syslog                            Use Syslog for logging | ||||
| @@ -140,6 +153,7 @@ rclone [flags] | ||||
|       --track-renames                     When synchronizing, track file renames and do a server side move if possible | ||||
|       --transfers int                     Number of file transfers to run in parallel. (default 4) | ||||
|   -u, --update                            Skip files that are newer on the destination. | ||||
|       --user-agent string                 Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.38-001-gda4e1b84") | ||||
|   -v, --verbose count[=-1]                Print lots more stuff (repeat for more) | ||||
|   -V, --version                           Print the version number | ||||
| ``` | ||||
| @@ -153,6 +167,7 @@ rclone [flags] | ||||
| * [rclone copy](/commands/rclone_copy/)	 - Copy files from source to dest, skipping already copied | ||||
| * [rclone copyto](/commands/rclone_copyto/)	 - Copy files from source to dest, skipping already copied | ||||
| * [rclone cryptcheck](/commands/rclone_cryptcheck/)	 - Cryptcheck checks the integrity of a crypted remote. | ||||
| * [rclone cryptdecode](/commands/rclone_cryptdecode/)	 - Cryptdecode returns unencrypted file names. | ||||
| * [rclone dbhashsum](/commands/rclone_dbhashsum/)	 - Produces a Dropbbox hash file for all the objects in the path. | ||||
| * [rclone dedupe](/commands/rclone_dedupe/)	 - Interactively find duplicate files delete/rename them. | ||||
| * [rclone delete](/commands/rclone_delete/)	 - Remove the contents of path. | ||||
| @@ -171,11 +186,13 @@ rclone [flags] | ||||
| * [rclone ncdu](/commands/rclone_ncdu/)	 - Explore a remote with a text based user interface. | ||||
| * [rclone obscure](/commands/rclone_obscure/)	 - Obscure password for use in the rclone.conf | ||||
| * [rclone purge](/commands/rclone_purge/)	 - Remove the path and all of its contents. | ||||
| * [rclone rcat](/commands/rclone_rcat/)	 - Copies standard input to file on remote. | ||||
| * [rclone rmdir](/commands/rclone_rmdir/)	 - Remove the path if empty. | ||||
| * [rclone rmdirs](/commands/rclone_rmdirs/)	 - Remove empty directories under the path. | ||||
| * [rclone sha1sum](/commands/rclone_sha1sum/)	 - Produces an sha1sum file for all the objects in the path. | ||||
| * [rclone size](/commands/rclone_size/)	 - Prints the total size and number of objects in remote:path. | ||||
| * [rclone sync](/commands/rclone_sync/)	 - Make source and dest identical, modifying destination only. | ||||
| * [rclone tree](/commands/rclone_tree/)	 - List the contents of the remote in a tree like fashion. | ||||
| * [rclone version](/commands/rclone_version/)	 - Show the version number. | ||||
|  | ||||
| ###### Auto generated by spf13/cobra on 22-Jul-2017 | ||||
| ###### Auto generated by spf13/cobra on 30-Sep-2017 | ||||
|   | ||||
| @@ -1,5 +1,5 @@ | ||||
| --- | ||||
| date: 2017-07-22T18:15:25+01:00 | ||||
| date: 2017-09-30T14:20:12+01:00 | ||||
| title: "rclone authorize" | ||||
| slug: rclone_authorize | ||||
| url: /commands/rclone_authorize/ | ||||
| @@ -17,7 +17,13 @@ rclone from a machine with a browser - use as instructed by | ||||
| rclone config. | ||||
|  | ||||
| ``` | ||||
| rclone authorize | ||||
| rclone authorize [flags] | ||||
| ``` | ||||
|  | ||||
| ### Options | ||||
|  | ||||
| ``` | ||||
|   -h, --help   help for authorize | ||||
| ``` | ||||
|  | ||||
| ### Options inherited from parent commands | ||||
| @@ -26,11 +32,16 @@ rclone authorize | ||||
|       --acd-templink-threshold int        Files >= this size will be downloaded via their tempLink. (default 9G) | ||||
|       --acd-upload-wait-per-gb duration   Additional time per GB to wait after a failed complete upload to see if it appears. (default 3m0s) | ||||
|       --ask-password                      Allow prompt for password for encrypted configuration. (default true) | ||||
|       --azureblob-chunk-size int          Upload chunk size. Must fit in memory. (default 4M) | ||||
|       --azureblob-upload-cutoff int       Cutoff for switching to chunked upload (default 256M) | ||||
|       --b2-chunk-size int                 Upload chunk size. Must fit in memory. (default 96M) | ||||
|       --b2-hard-delete                    Permanently delete files on remote removal, otherwise hide files. | ||||
|       --b2-test-mode string               A flag string for X-Bz-Test-Mode header. | ||||
|       --b2-upload-cutoff int              Cutoff for switching to chunked upload (default 190.735M) | ||||
|       --b2-versions                       Include old versions in directory listings. | ||||
|       --backup-dir string                 Make backups into hierarchy based in DIR. | ||||
|       --bind string                       Local address to bind to for outgoing connections, IPv4, IPv6 or name. | ||||
|       --box-upload-cutoff int             Cutoff for switching to multipart upload (default 50M) | ||||
|       --buffer-size int                   Buffer size when copying files. (default 16M) | ||||
|       --bwlimit BwTimetable               Bandwidth limit in kBytes/s, or use suffix b|k|M|G or a full timetable. | ||||
|       --checkers int                      Number of checkers to run in parallel. (default 8) | ||||
| @@ -44,6 +55,7 @@ rclone authorize | ||||
|       --delete-before                     When synchronizing, delete files on destination before transfering | ||||
|       --delete-during                     When synchronizing, delete files during transfer (default) | ||||
|       --delete-excluded                   Delete files on dest excluded from sync | ||||
|       --disable string                    Disable a comma separated list of features.  Use help to see a list. | ||||
|       --drive-auth-owner-only             Only consider files owned by the authenticated user. | ||||
|       --drive-chunk-size int              Upload chunk size. Must a power of 2 >= 256k. (default 8M) | ||||
|       --drive-formats string              Comma separated list of preferred formats for downloading Google docs. (default "docx,xlsx,pptx,svg") | ||||
| @@ -52,7 +64,7 @@ rclone authorize | ||||
|       --drive-skip-gdocs                  Skip google documents in all listings. | ||||
|       --drive-trashed-only                Only show files that are in the trash | ||||
|       --drive-upload-cutoff int           Cutoff for switching to chunked upload (default 8M) | ||||
|       --drive-use-trash                   Send files to the trash instead of deleting permanently. | ||||
|       --drive-use-trash                   Send files to the trash instead of deleting permanently. (default true) | ||||
|       --dropbox-chunk-size int            Upload chunk size. Max 150M. (default 128M) | ||||
|   -n, --dry-run                           Do a trial run with no permanent changes | ||||
|       --dump-auth                         Dump HTTP headers with auth info | ||||
| @@ -71,6 +83,7 @@ rclone authorize | ||||
|       --ignore-existing                   Skip all files that exist on destination | ||||
|       --ignore-size                       Ignore size when skipping use mod-time or checksum. | ||||
|   -I, --ignore-times                      Don't skip files that match size and time - transfer all files | ||||
|       --immutable                         Do not modify files. Fail if existing files have been modified. | ||||
|       --include stringArray               Include files matching pattern | ||||
|       --include-from stringArray          Read include patterns from file | ||||
|       --local-no-unicode-normalization    Don't apply unicode normalization to paths and filenames | ||||
| @@ -97,9 +110,11 @@ rclone authorize | ||||
|       --s3-acl string                     Canned ACL used when creating buckets and/or storing objects in S3 | ||||
|       --s3-storage-class string           Storage class to use when uploading S3 objects (STANDARD|REDUCED_REDUNDANCY|STANDARD_IA) | ||||
|       --size-only                         Skip based on size only, not mod-time or checksum | ||||
|       --skip-links                        Don't warn about skipped symlinks. | ||||
|       --stats duration                    Interval between printing stats, e.g 500ms, 60s, 5m. (0 to disable) (default 1m0s) | ||||
|       --stats-log-level string            Log level to show --stats output DEBUG|INFO|NOTICE|ERROR (default "INFO") | ||||
|       --stats-unit string                 Show data rate in stats as either 'bits' or 'bytes'/s (default "bytes") | ||||
|       --streaming-upload-cutoff int       Cutoff for switching to chunked upload if file size is unknown. Upload starts after reaching cutoff or when file ends. (default 100k) | ||||
|       --suffix string                     Suffix for use with --backup-dir. | ||||
|       --swift-chunk-size int              Above this size files will be chunked into a _segments container. (default 5G) | ||||
|       --syslog                            Use Syslog for logging | ||||
| @@ -110,10 +125,11 @@ rclone authorize | ||||
|       --track-renames                     When synchronizing, track file renames and do a server side move if possible | ||||
|       --transfers int                     Number of file transfers to run in parallel. (default 4) | ||||
|   -u, --update                            Skip files that are newer on the destination. | ||||
|       --user-agent string                 Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.38-001-gda4e1b84") | ||||
|   -v, --verbose count[=-1]                Print lots more stuff (repeat for more) | ||||
| ``` | ||||
|  | ||||
| ### SEE ALSO | ||||
| * [rclone](/commands/rclone/)	 - Sync files and directories to and from local and remote object stores - v1.37 | ||||
| * [rclone](/commands/rclone/)	 - Sync files and directories to and from local and remote object stores - v1.38-001-gda4e1b84 | ||||
|  | ||||
| ###### Auto generated by spf13/cobra on 22-Jul-2017 | ||||
| ###### Auto generated by spf13/cobra on 30-Sep-2017 | ||||
|   | ||||
| @@ -1,5 +1,5 @@ | ||||
| --- | ||||
| date: 2017-07-22T18:15:25+01:00 | ||||
| date: 2017-09-30T14:20:12+01:00 | ||||
| title: "rclone cat" | ||||
| slug: rclone_cat | ||||
| url: /commands/rclone_cat/ | ||||
| @@ -42,6 +42,7 @@ rclone cat remote:path [flags] | ||||
|       --count int    Only print N characters. (default -1) | ||||
|       --discard      Discard the output instead of printing. | ||||
|       --head int     Only print the first N characters. | ||||
|   -h, --help         help for cat | ||||
|       --offset int   Start printing at offset N (or from end if -ve). | ||||
|       --tail int     Only print the last N characters. | ||||
| ``` | ||||
| @@ -52,11 +53,16 @@ rclone cat remote:path [flags] | ||||
|       --acd-templink-threshold int        Files >= this size will be downloaded via their tempLink. (default 9G) | ||||
|       --acd-upload-wait-per-gb duration   Additional time per GB to wait after a failed complete upload to see if it appears. (default 3m0s) | ||||
|       --ask-password                      Allow prompt for password for encrypted configuration. (default true) | ||||
|       --azureblob-chunk-size int          Upload chunk size. Must fit in memory. (default 4M) | ||||
|       --azureblob-upload-cutoff int       Cutoff for switching to chunked upload (default 256M) | ||||
|       --b2-chunk-size int                 Upload chunk size. Must fit in memory. (default 96M) | ||||
|       --b2-hard-delete                    Permanently delete files on remote removal, otherwise hide files. | ||||
|       --b2-test-mode string               A flag string for X-Bz-Test-Mode header. | ||||
|       --b2-upload-cutoff int              Cutoff for switching to chunked upload (default 190.735M) | ||||
|       --b2-versions                       Include old versions in directory listings. | ||||
|       --backup-dir string                 Make backups into hierarchy based in DIR. | ||||
|       --bind string                       Local address to bind to for outgoing connections, IPv4, IPv6 or name. | ||||
|       --box-upload-cutoff int             Cutoff for switching to multipart upload (default 50M) | ||||
|       --buffer-size int                   Buffer size when copying files. (default 16M) | ||||
|       --bwlimit BwTimetable               Bandwidth limit in kBytes/s, or use suffix b|k|M|G or a full timetable. | ||||
|       --checkers int                      Number of checkers to run in parallel. (default 8) | ||||
| @@ -70,6 +76,7 @@ rclone cat remote:path [flags] | ||||
|       --delete-before                     When synchronizing, delete files on destination before transfering | ||||
|       --delete-during                     When synchronizing, delete files during transfer (default) | ||||
|       --delete-excluded                   Delete files on dest excluded from sync | ||||
|       --disable string                    Disable a comma separated list of features.  Use help to see a list. | ||||
|       --drive-auth-owner-only             Only consider files owned by the authenticated user. | ||||
|       --drive-chunk-size int              Upload chunk size. Must a power of 2 >= 256k. (default 8M) | ||||
|       --drive-formats string              Comma separated list of preferred formats for downloading Google docs. (default "docx,xlsx,pptx,svg") | ||||
| @@ -78,7 +85,7 @@ rclone cat remote:path [flags] | ||||
|       --drive-skip-gdocs                  Skip google documents in all listings. | ||||
|       --drive-trashed-only                Only show files that are in the trash | ||||
|       --drive-upload-cutoff int           Cutoff for switching to chunked upload (default 8M) | ||||
|       --drive-use-trash                   Send files to the trash instead of deleting permanently. | ||||
|       --drive-use-trash                   Send files to the trash instead of deleting permanently. (default true) | ||||
|       --dropbox-chunk-size int            Upload chunk size. Max 150M. (default 128M) | ||||
|   -n, --dry-run                           Do a trial run with no permanent changes | ||||
|       --dump-auth                         Dump HTTP headers with auth info | ||||
| @@ -97,6 +104,7 @@ rclone cat remote:path [flags] | ||||
|       --ignore-existing                   Skip all files that exist on destination | ||||
|       --ignore-size                       Ignore size when skipping use mod-time or checksum. | ||||
|   -I, --ignore-times                      Don't skip files that match size and time - transfer all files | ||||
|       --immutable                         Do not modify files. Fail if existing files have been modified. | ||||
|       --include stringArray               Include files matching pattern | ||||
|       --include-from stringArray          Read include patterns from file | ||||
|       --local-no-unicode-normalization    Don't apply unicode normalization to paths and filenames | ||||
| @@ -123,9 +131,11 @@ rclone cat remote:path [flags] | ||||
|       --s3-acl string                     Canned ACL used when creating buckets and/or storing objects in S3 | ||||
|       --s3-storage-class string           Storage class to use when uploading S3 objects (STANDARD|REDUCED_REDUNDANCY|STANDARD_IA) | ||||
|       --size-only                         Skip based on size only, not mod-time or checksum | ||||
|       --skip-links                        Don't warn about skipped symlinks. | ||||
|       --stats duration                    Interval between printing stats, e.g 500ms, 60s, 5m. (0 to disable) (default 1m0s) | ||||
|       --stats-log-level string            Log level to show --stats output DEBUG|INFO|NOTICE|ERROR (default "INFO") | ||||
|       --stats-unit string                 Show data rate in stats as either 'bits' or 'bytes'/s (default "bytes") | ||||
|       --streaming-upload-cutoff int       Cutoff for switching to chunked upload if file size is unknown. Upload starts after reaching cutoff or when file ends. (default 100k) | ||||
|       --suffix string                     Suffix for use with --backup-dir. | ||||
|       --swift-chunk-size int              Above this size files will be chunked into a _segments container. (default 5G) | ||||
|       --syslog                            Use Syslog for logging | ||||
| @@ -136,10 +146,11 @@ rclone cat remote:path [flags] | ||||
|       --track-renames                     When synchronizing, track file renames and do a server side move if possible | ||||
|       --transfers int                     Number of file transfers to run in parallel. (default 4) | ||||
|   -u, --update                            Skip files that are newer on the destination. | ||||
|       --user-agent string                 Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.38-001-gda4e1b84") | ||||
|   -v, --verbose count[=-1]                Print lots more stuff (repeat for more) | ||||
| ``` | ||||
|  | ||||
| ### SEE ALSO | ||||
| * [rclone](/commands/rclone/)	 - Sync files and directories to and from local and remote object stores - v1.37 | ||||
| * [rclone](/commands/rclone/)	 - Sync files and directories to and from local and remote object stores - v1.38-001-gda4e1b84 | ||||
|  | ||||
| ###### Auto generated by spf13/cobra on 22-Jul-2017 | ||||
| ###### Auto generated by spf13/cobra on 30-Sep-2017 | ||||
|   | ||||
| @@ -1,5 +1,5 @@ | ||||
| --- | ||||
| date: 2017-07-22T18:15:25+01:00 | ||||
| date: 2017-09-30T14:20:12+01:00 | ||||
| title: "rclone check" | ||||
| slug: rclone_check | ||||
| url: /commands/rclone_check/ | ||||
| @@ -33,6 +33,7 @@ rclone check source:path dest:path [flags] | ||||
|  | ||||
| ``` | ||||
|       --download   Check by downloading rather than with hash. | ||||
|   -h, --help       help for check | ||||
| ``` | ||||
|  | ||||
| ### Options inherited from parent commands | ||||
| @@ -41,11 +42,16 @@ rclone check source:path dest:path [flags] | ||||
|       --acd-templink-threshold int        Files >= this size will be downloaded via their tempLink. (default 9G) | ||||
|       --acd-upload-wait-per-gb duration   Additional time per GB to wait after a failed complete upload to see if it appears. (default 3m0s) | ||||
|       --ask-password                      Allow prompt for password for encrypted configuration. (default true) | ||||
|       --azureblob-chunk-size int          Upload chunk size. Must fit in memory. (default 4M) | ||||
|       --azureblob-upload-cutoff int       Cutoff for switching to chunked upload (default 256M) | ||||
|       --b2-chunk-size int                 Upload chunk size. Must fit in memory. (default 96M) | ||||
|       --b2-hard-delete                    Permanently delete files on remote removal, otherwise hide files. | ||||
|       --b2-test-mode string               A flag string for X-Bz-Test-Mode header. | ||||
|       --b2-upload-cutoff int              Cutoff for switching to chunked upload (default 190.735M) | ||||
|       --b2-versions                       Include old versions in directory listings. | ||||
|       --backup-dir string                 Make backups into hierarchy based in DIR. | ||||
|       --bind string                       Local address to bind to for outgoing connections, IPv4, IPv6 or name. | ||||
|       --box-upload-cutoff int             Cutoff for switching to multipart upload (default 50M) | ||||
|       --buffer-size int                   Buffer size when copying files. (default 16M) | ||||
|       --bwlimit BwTimetable               Bandwidth limit in kBytes/s, or use suffix b|k|M|G or a full timetable. | ||||
|       --checkers int                      Number of checkers to run in parallel. (default 8) | ||||
| @@ -59,6 +65,7 @@ rclone check source:path dest:path [flags] | ||||
|       --delete-before                     When synchronizing, delete files on destination before transfering | ||||
|       --delete-during                     When synchronizing, delete files during transfer (default) | ||||
|       --delete-excluded                   Delete files on dest excluded from sync | ||||
|       --disable string                    Disable a comma separated list of features.  Use help to see a list. | ||||
|       --drive-auth-owner-only             Only consider files owned by the authenticated user. | ||||
|       --drive-chunk-size int              Upload chunk size. Must a power of 2 >= 256k. (default 8M) | ||||
|       --drive-formats string              Comma separated list of preferred formats for downloading Google docs. (default "docx,xlsx,pptx,svg") | ||||
| @@ -67,7 +74,7 @@ rclone check source:path dest:path [flags] | ||||
|       --drive-skip-gdocs                  Skip google documents in all listings. | ||||
|       --drive-trashed-only                Only show files that are in the trash | ||||
|       --drive-upload-cutoff int           Cutoff for switching to chunked upload (default 8M) | ||||
|       --drive-use-trash                   Send files to the trash instead of deleting permanently. | ||||
|       --drive-use-trash                   Send files to the trash instead of deleting permanently. (default true) | ||||
|       --dropbox-chunk-size int            Upload chunk size. Max 150M. (default 128M) | ||||
|   -n, --dry-run                           Do a trial run with no permanent changes | ||||
|       --dump-auth                         Dump HTTP headers with auth info | ||||
| @@ -86,6 +93,7 @@ rclone check source:path dest:path [flags] | ||||
|       --ignore-existing                   Skip all files that exist on destination | ||||
|       --ignore-size                       Ignore size when skipping use mod-time or checksum. | ||||
|   -I, --ignore-times                      Don't skip files that match size and time - transfer all files | ||||
|       --immutable                         Do not modify files. Fail if existing files have been modified. | ||||
|       --include stringArray               Include files matching pattern | ||||
|       --include-from stringArray          Read include patterns from file | ||||
|       --local-no-unicode-normalization    Don't apply unicode normalization to paths and filenames | ||||
| @@ -112,9 +120,11 @@ rclone check source:path dest:path [flags] | ||||
|       --s3-acl string                     Canned ACL used when creating buckets and/or storing objects in S3 | ||||
|       --s3-storage-class string           Storage class to use when uploading S3 objects (STANDARD|REDUCED_REDUNDANCY|STANDARD_IA) | ||||
|       --size-only                         Skip based on size only, not mod-time or checksum | ||||
|       --skip-links                        Don't warn about skipped symlinks. | ||||
|       --stats duration                    Interval between printing stats, e.g 500ms, 60s, 5m. (0 to disable) (default 1m0s) | ||||
|       --stats-log-level string            Log level to show --stats output DEBUG|INFO|NOTICE|ERROR (default "INFO") | ||||
|       --stats-unit string                 Show data rate in stats as either 'bits' or 'bytes'/s (default "bytes") | ||||
|       --streaming-upload-cutoff int       Cutoff for switching to chunked upload if file size is unknown. Upload starts after reaching cutoff or when file ends. (default 100k) | ||||
|       --suffix string                     Suffix for use with --backup-dir. | ||||
|       --swift-chunk-size int              Above this size files will be chunked into a _segments container. (default 5G) | ||||
|       --syslog                            Use Syslog for logging | ||||
| @@ -125,10 +135,11 @@ rclone check source:path dest:path [flags] | ||||
|       --track-renames                     When synchronizing, track file renames and do a server side move if possible | ||||
|       --transfers int                     Number of file transfers to run in parallel. (default 4) | ||||
|   -u, --update                            Skip files that are newer on the destination. | ||||
|       --user-agent string                 Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.38-001-gda4e1b84") | ||||
|   -v, --verbose count[=-1]                Print lots more stuff (repeat for more) | ||||
| ``` | ||||
|  | ||||
| ### SEE ALSO | ||||
| * [rclone](/commands/rclone/)	 - Sync files and directories to and from local and remote object stores - v1.37 | ||||
| * [rclone](/commands/rclone/)	 - Sync files and directories to and from local and remote object stores - v1.38-001-gda4e1b84 | ||||
|  | ||||
| ###### Auto generated by spf13/cobra on 22-Jul-2017 | ||||
| ###### Auto generated by spf13/cobra on 30-Sep-2017 | ||||
|   | ||||
| @@ -1,5 +1,5 @@ | ||||
| --- | ||||
| date: 2017-07-22T18:15:25+01:00 | ||||
| date: 2017-09-30T14:20:12+01:00 | ||||
| title: "rclone cleanup" | ||||
| slug: rclone_cleanup | ||||
| url: /commands/rclone_cleanup/ | ||||
| @@ -17,7 +17,13 @@ versions. Not supported by all remotes. | ||||
|  | ||||
|  | ||||
| ``` | ||||
| rclone cleanup remote:path | ||||
| rclone cleanup remote:path [flags] | ||||
| ``` | ||||
|  | ||||
| ### Options | ||||
|  | ||||
| ``` | ||||
|   -h, --help   help for cleanup | ||||
| ``` | ||||
|  | ||||
| ### Options inherited from parent commands | ||||
| @@ -26,11 +32,16 @@ rclone cleanup remote:path | ||||
|       --acd-templink-threshold int        Files >= this size will be downloaded via their tempLink. (default 9G) | ||||
|       --acd-upload-wait-per-gb duration   Additional time per GB to wait after a failed complete upload to see if it appears. (default 3m0s) | ||||
|       --ask-password                      Allow prompt for password for encrypted configuration. (default true) | ||||
|       --azureblob-chunk-size int          Upload chunk size. Must fit in memory. (default 4M) | ||||
|       --azureblob-upload-cutoff int       Cutoff for switching to chunked upload (default 256M) | ||||
|       --b2-chunk-size int                 Upload chunk size. Must fit in memory. (default 96M) | ||||
|       --b2-hard-delete                    Permanently delete files on remote removal, otherwise hide files. | ||||
|       --b2-test-mode string               A flag string for X-Bz-Test-Mode header. | ||||
|       --b2-upload-cutoff int              Cutoff for switching to chunked upload (default 190.735M) | ||||
|       --b2-versions                       Include old versions in directory listings. | ||||
|       --backup-dir string                 Make backups into hierarchy based in DIR. | ||||
|       --bind string                       Local address to bind to for outgoing connections, IPv4, IPv6 or name. | ||||
|       --box-upload-cutoff int             Cutoff for switching to multipart upload (default 50M) | ||||
|       --buffer-size int                   Buffer size when copying files. (default 16M) | ||||
|       --bwlimit BwTimetable               Bandwidth limit in kBytes/s, or use suffix b|k|M|G or a full timetable. | ||||
|       --checkers int                      Number of checkers to run in parallel. (default 8) | ||||
| @@ -44,6 +55,7 @@ rclone cleanup remote:path | ||||
|       --delete-before                     When synchronizing, delete files on destination before transfering | ||||
|       --delete-during                     When synchronizing, delete files during transfer (default) | ||||
|       --delete-excluded                   Delete files on dest excluded from sync | ||||
|       --disable string                    Disable a comma separated list of features.  Use help to see a list. | ||||
|       --drive-auth-owner-only             Only consider files owned by the authenticated user. | ||||
|       --drive-chunk-size int              Upload chunk size. Must a power of 2 >= 256k. (default 8M) | ||||
|       --drive-formats string              Comma separated list of preferred formats for downloading Google docs. (default "docx,xlsx,pptx,svg") | ||||
| @@ -52,7 +64,7 @@ rclone cleanup remote:path | ||||
|       --drive-skip-gdocs                  Skip google documents in all listings. | ||||
|       --drive-trashed-only                Only show files that are in the trash | ||||
|       --drive-upload-cutoff int           Cutoff for switching to chunked upload (default 8M) | ||||
|       --drive-use-trash                   Send files to the trash instead of deleting permanently. | ||||
|       --drive-use-trash                   Send files to the trash instead of deleting permanently. (default true) | ||||
|       --dropbox-chunk-size int            Upload chunk size. Max 150M. (default 128M) | ||||
|   -n, --dry-run                           Do a trial run with no permanent changes | ||||
|       --dump-auth                         Dump HTTP headers with auth info | ||||
| @@ -71,6 +83,7 @@ rclone cleanup remote:path | ||||
|       --ignore-existing                   Skip all files that exist on destination | ||||
|       --ignore-size                       Ignore size when skipping use mod-time or checksum. | ||||
|   -I, --ignore-times                      Don't skip files that match size and time - transfer all files | ||||
|       --immutable                         Do not modify files. Fail if existing files have been modified. | ||||
|       --include stringArray               Include files matching pattern | ||||
|       --include-from stringArray          Read include patterns from file | ||||
|       --local-no-unicode-normalization    Don't apply unicode normalization to paths and filenames | ||||
| @@ -97,9 +110,11 @@ rclone cleanup remote:path | ||||
|       --s3-acl string                     Canned ACL used when creating buckets and/or storing objects in S3 | ||||
|       --s3-storage-class string           Storage class to use when uploading S3 objects (STANDARD|REDUCED_REDUNDANCY|STANDARD_IA) | ||||
|       --size-only                         Skip based on size only, not mod-time or checksum | ||||
|       --skip-links                        Don't warn about skipped symlinks. | ||||
|       --stats duration                    Interval between printing stats, e.g 500ms, 60s, 5m. (0 to disable) (default 1m0s) | ||||
|       --stats-log-level string            Log level to show --stats output DEBUG|INFO|NOTICE|ERROR (default "INFO") | ||||
|       --stats-unit string                 Show data rate in stats as either 'bits' or 'bytes'/s (default "bytes") | ||||
|       --streaming-upload-cutoff int       Cutoff for switching to chunked upload if file size is unknown. Upload starts after reaching cutoff or when file ends. (default 100k) | ||||
|       --suffix string                     Suffix for use with --backup-dir. | ||||
|       --swift-chunk-size int              Above this size files will be chunked into a _segments container. (default 5G) | ||||
|       --syslog                            Use Syslog for logging | ||||
| @@ -110,10 +125,11 @@ rclone cleanup remote:path | ||||
|       --track-renames                     When synchronizing, track file renames and do a server side move if possible | ||||
|       --transfers int                     Number of file transfers to run in parallel. (default 4) | ||||
|   -u, --update                            Skip files that are newer on the destination. | ||||
|       --user-agent string                 Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.38-001-gda4e1b84") | ||||
|   -v, --verbose count[=-1]                Print lots more stuff (repeat for more) | ||||
| ``` | ||||
|  | ||||
| ### SEE ALSO | ||||
| * [rclone](/commands/rclone/)	 - Sync files and directories to and from local and remote object stores - v1.37 | ||||
| * [rclone](/commands/rclone/)	 - Sync files and directories to and from local and remote object stores - v1.38-001-gda4e1b84 | ||||
|  | ||||
| ###### Auto generated by spf13/cobra on 22-Jul-2017 | ||||
| ###### Auto generated by spf13/cobra on 30-Sep-2017 | ||||
|   | ||||
| @@ -1,5 +1,5 @@ | ||||
| --- | ||||
| date: 2017-07-22T18:15:25+01:00 | ||||
| date: 2017-09-30T14:20:12+01:00 | ||||
| title: "rclone config" | ||||
| slug: rclone_config | ||||
| url: /commands/rclone_config/ | ||||
| @@ -11,10 +11,26 @@ Enter an interactive configuration session. | ||||
| ### Synopsis | ||||
|  | ||||
|  | ||||
| Enter an interactive configuration session. | ||||
| `rclone config` | ||||
|  enters an interactive configuration sessions where you can setup | ||||
| new remotes and manage existing ones. You may also set or remove a password to | ||||
| protect your configuration. | ||||
|  | ||||
| Additional functions: | ||||
|  | ||||
|   * `rclone config edit` – same as above | ||||
|   * `rclone config file` – show path of configuration file in use | ||||
|   * `rclone config show` – print (decrypted) config file | ||||
|  | ||||
|  | ||||
| ``` | ||||
| rclone config | ||||
| rclone config [function] [flags] | ||||
| ``` | ||||
|  | ||||
| ### Options | ||||
|  | ||||
| ``` | ||||
|   -h, --help   help for config | ||||
| ``` | ||||
|  | ||||
| ### Options inherited from parent commands | ||||
| @@ -23,11 +39,16 @@ rclone config | ||||
|       --acd-templink-threshold int        Files >= this size will be downloaded via their tempLink. (default 9G) | ||||
|       --acd-upload-wait-per-gb duration   Additional time per GB to wait after a failed complete upload to see if it appears. (default 3m0s) | ||||
|       --ask-password                      Allow prompt for password for encrypted configuration. (default true) | ||||
|       --azureblob-chunk-size int          Upload chunk size. Must fit in memory. (default 4M) | ||||
|       --azureblob-upload-cutoff int       Cutoff for switching to chunked upload (default 256M) | ||||
|       --b2-chunk-size int                 Upload chunk size. Must fit in memory. (default 96M) | ||||
|       --b2-hard-delete                    Permanently delete files on remote removal, otherwise hide files. | ||||
|       --b2-test-mode string               A flag string for X-Bz-Test-Mode header. | ||||
|       --b2-upload-cutoff int              Cutoff for switching to chunked upload (default 190.735M) | ||||
|       --b2-versions                       Include old versions in directory listings. | ||||
|       --backup-dir string                 Make backups into hierarchy based in DIR. | ||||
|       --bind string                       Local address to bind to for outgoing connections, IPv4, IPv6 or name. | ||||
|       --box-upload-cutoff int             Cutoff for switching to multipart upload (default 50M) | ||||
|       --buffer-size int                   Buffer size when copying files. (default 16M) | ||||
|       --bwlimit BwTimetable               Bandwidth limit in kBytes/s, or use suffix b|k|M|G or a full timetable. | ||||
|       --checkers int                      Number of checkers to run in parallel. (default 8) | ||||
| @@ -41,6 +62,7 @@ rclone config | ||||
|       --delete-before                     When synchronizing, delete files on destination before transfering | ||||
|       --delete-during                     When synchronizing, delete files during transfer (default) | ||||
|       --delete-excluded                   Delete files on dest excluded from sync | ||||
|       --disable string                    Disable a comma separated list of features.  Use help to see a list. | ||||
|       --drive-auth-owner-only             Only consider files owned by the authenticated user. | ||||
|       --drive-chunk-size int              Upload chunk size. Must a power of 2 >= 256k. (default 8M) | ||||
|       --drive-formats string              Comma separated list of preferred formats for downloading Google docs. (default "docx,xlsx,pptx,svg") | ||||
| @@ -49,7 +71,7 @@ rclone config | ||||
|       --drive-skip-gdocs                  Skip google documents in all listings. | ||||
|       --drive-trashed-only                Only show files that are in the trash | ||||
|       --drive-upload-cutoff int           Cutoff for switching to chunked upload (default 8M) | ||||
|       --drive-use-trash                   Send files to the trash instead of deleting permanently. | ||||
|       --drive-use-trash                   Send files to the trash instead of deleting permanently. (default true) | ||||
|       --dropbox-chunk-size int            Upload chunk size. Max 150M. (default 128M) | ||||
|   -n, --dry-run                           Do a trial run with no permanent changes | ||||
|       --dump-auth                         Dump HTTP headers with auth info | ||||
| @@ -68,6 +90,7 @@ rclone config | ||||
|       --ignore-existing                   Skip all files that exist on destination | ||||
|       --ignore-size                       Ignore size when skipping use mod-time or checksum. | ||||
|   -I, --ignore-times                      Don't skip files that match size and time - transfer all files | ||||
|       --immutable                         Do not modify files. Fail if existing files have been modified. | ||||
|       --include stringArray               Include files matching pattern | ||||
|       --include-from stringArray          Read include patterns from file | ||||
|       --local-no-unicode-normalization    Don't apply unicode normalization to paths and filenames | ||||
| @@ -94,9 +117,11 @@ rclone config | ||||
|       --s3-acl string                     Canned ACL used when creating buckets and/or storing objects in S3 | ||||
|       --s3-storage-class string           Storage class to use when uploading S3 objects (STANDARD|REDUCED_REDUNDANCY|STANDARD_IA) | ||||
|       --size-only                         Skip based on size only, not mod-time or checksum | ||||
|       --skip-links                        Don't warn about skipped symlinks. | ||||
|       --stats duration                    Interval between printing stats, e.g 500ms, 60s, 5m. (0 to disable) (default 1m0s) | ||||
|       --stats-log-level string            Log level to show --stats output DEBUG|INFO|NOTICE|ERROR (default "INFO") | ||||
|       --stats-unit string                 Show data rate in stats as either 'bits' or 'bytes'/s (default "bytes") | ||||
|       --streaming-upload-cutoff int       Cutoff for switching to chunked upload if file size is unknown. Upload starts after reaching cutoff or when file ends. (default 100k) | ||||
|       --suffix string                     Suffix for use with --backup-dir. | ||||
|       --swift-chunk-size int              Above this size files will be chunked into a _segments container. (default 5G) | ||||
|       --syslog                            Use Syslog for logging | ||||
| @@ -107,10 +132,11 @@ rclone config | ||||
|       --track-renames                     When synchronizing, track file renames and do a server side move if possible | ||||
|       --transfers int                     Number of file transfers to run in parallel. (default 4) | ||||
|   -u, --update                            Skip files that are newer on the destination. | ||||
|       --user-agent string                 Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.38-001-gda4e1b84") | ||||
|   -v, --verbose count[=-1]                Print lots more stuff (repeat for more) | ||||
| ``` | ||||
|  | ||||
| ### SEE ALSO | ||||
| * [rclone](/commands/rclone/)	 - Sync files and directories to and from local and remote object stores - v1.37 | ||||
| * [rclone](/commands/rclone/)	 - Sync files and directories to and from local and remote object stores - v1.38-001-gda4e1b84 | ||||
|  | ||||
| ###### Auto generated by spf13/cobra on 22-Jul-2017 | ||||
| ###### Auto generated by spf13/cobra on 30-Sep-2017 | ||||
|   | ||||
| @@ -1,5 +1,5 @@ | ||||
| --- | ||||
| date: 2017-07-22T18:15:25+01:00 | ||||
| date: 2017-09-30T14:20:12+01:00 | ||||
| title: "rclone copy" | ||||
| slug: rclone_copy | ||||
| url: /commands/rclone_copy/ | ||||
| @@ -53,7 +53,13 @@ the destination directory or not. | ||||
|  | ||||
|  | ||||
| ``` | ||||
| rclone copy source:path dest:path | ||||
| rclone copy source:path dest:path [flags] | ||||
| ``` | ||||
|  | ||||
| ### Options | ||||
|  | ||||
| ``` | ||||
|   -h, --help   help for copy | ||||
| ``` | ||||
|  | ||||
| ### Options inherited from parent commands | ||||
| @@ -62,11 +68,16 @@ rclone copy source:path dest:path | ||||
|       --acd-templink-threshold int        Files >= this size will be downloaded via their tempLink. (default 9G) | ||||
|       --acd-upload-wait-per-gb duration   Additional time per GB to wait after a failed complete upload to see if it appears. (default 3m0s) | ||||
|       --ask-password                      Allow prompt for password for encrypted configuration. (default true) | ||||
|       --azureblob-chunk-size int          Upload chunk size. Must fit in memory. (default 4M) | ||||
|       --azureblob-upload-cutoff int       Cutoff for switching to chunked upload (default 256M) | ||||
|       --b2-chunk-size int                 Upload chunk size. Must fit in memory. (default 96M) | ||||
|       --b2-hard-delete                    Permanently delete files on remote removal, otherwise hide files. | ||||
|       --b2-test-mode string               A flag string for X-Bz-Test-Mode header. | ||||
|       --b2-upload-cutoff int              Cutoff for switching to chunked upload (default 190.735M) | ||||
|       --b2-versions                       Include old versions in directory listings. | ||||
|       --backup-dir string                 Make backups into hierarchy based in DIR. | ||||
|       --bind string                       Local address to bind to for outgoing connections, IPv4, IPv6 or name. | ||||
|       --box-upload-cutoff int             Cutoff for switching to multipart upload (default 50M) | ||||
|       --buffer-size int                   Buffer size when copying files. (default 16M) | ||||
|       --bwlimit BwTimetable               Bandwidth limit in kBytes/s, or use suffix b|k|M|G or a full timetable. | ||||
|       --checkers int                      Number of checkers to run in parallel. (default 8) | ||||
| @@ -80,6 +91,7 @@ rclone copy source:path dest:path | ||||
|       --delete-before                     When synchronizing, delete files on destination before transfering | ||||
|       --delete-during                     When synchronizing, delete files during transfer (default) | ||||
|       --delete-excluded                   Delete files on dest excluded from sync | ||||
|       --disable string                    Disable a comma separated list of features.  Use help to see a list. | ||||
|       --drive-auth-owner-only             Only consider files owned by the authenticated user. | ||||
|       --drive-chunk-size int              Upload chunk size. Must a power of 2 >= 256k. (default 8M) | ||||
|       --drive-formats string              Comma separated list of preferred formats for downloading Google docs. (default "docx,xlsx,pptx,svg") | ||||
| @@ -88,7 +100,7 @@ rclone copy source:path dest:path | ||||
|       --drive-skip-gdocs                  Skip google documents in all listings. | ||||
|       --drive-trashed-only                Only show files that are in the trash | ||||
|       --drive-upload-cutoff int           Cutoff for switching to chunked upload (default 8M) | ||||
|       --drive-use-trash                   Send files to the trash instead of deleting permanently. | ||||
|       --drive-use-trash                   Send files to the trash instead of deleting permanently. (default true) | ||||
|       --dropbox-chunk-size int            Upload chunk size. Max 150M. (default 128M) | ||||
|   -n, --dry-run                           Do a trial run with no permanent changes | ||||
|       --dump-auth                         Dump HTTP headers with auth info | ||||
| @@ -107,6 +119,7 @@ rclone copy source:path dest:path | ||||
|       --ignore-existing                   Skip all files that exist on destination | ||||
|       --ignore-size                       Ignore size when skipping use mod-time or checksum. | ||||
|   -I, --ignore-times                      Don't skip files that match size and time - transfer all files | ||||
|       --immutable                         Do not modify files. Fail if existing files have been modified. | ||||
|       --include stringArray               Include files matching pattern | ||||
|       --include-from stringArray          Read include patterns from file | ||||
|       --local-no-unicode-normalization    Don't apply unicode normalization to paths and filenames | ||||
| @@ -133,9 +146,11 @@ rclone copy source:path dest:path | ||||
|       --s3-acl string                     Canned ACL used when creating buckets and/or storing objects in S3 | ||||
|       --s3-storage-class string           Storage class to use when uploading S3 objects (STANDARD|REDUCED_REDUNDANCY|STANDARD_IA) | ||||
|       --size-only                         Skip based on size only, not mod-time or checksum | ||||
|       --skip-links                        Don't warn about skipped symlinks. | ||||
|       --stats duration                    Interval between printing stats, e.g 500ms, 60s, 5m. (0 to disable) (default 1m0s) | ||||
|       --stats-log-level string            Log level to show --stats output DEBUG|INFO|NOTICE|ERROR (default "INFO") | ||||
|       --stats-unit string                 Show data rate in stats as either 'bits' or 'bytes'/s (default "bytes") | ||||
|       --streaming-upload-cutoff int       Cutoff for switching to chunked upload if file size is unknown. Upload starts after reaching cutoff or when file ends. (default 100k) | ||||
|       --suffix string                     Suffix for use with --backup-dir. | ||||
|       --swift-chunk-size int              Above this size files will be chunked into a _segments container. (default 5G) | ||||
|       --syslog                            Use Syslog for logging | ||||
| @@ -146,10 +161,11 @@ rclone copy source:path dest:path | ||||
|       --track-renames                     When synchronizing, track file renames and do a server side move if possible | ||||
|       --transfers int                     Number of file transfers to run in parallel. (default 4) | ||||
|   -u, --update                            Skip files that are newer on the destination. | ||||
|       --user-agent string                 Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.38-001-gda4e1b84") | ||||
|   -v, --verbose count[=-1]                Print lots more stuff (repeat for more) | ||||
| ``` | ||||
|  | ||||
| ### SEE ALSO | ||||
| * [rclone](/commands/rclone/)	 - Sync files and directories to and from local and remote object stores - v1.37 | ||||
| * [rclone](/commands/rclone/)	 - Sync files and directories to and from local and remote object stores - v1.38-001-gda4e1b84 | ||||
|  | ||||
| ###### Auto generated by spf13/cobra on 22-Jul-2017 | ||||
| ###### Auto generated by spf13/cobra on 30-Sep-2017 | ||||
|   | ||||
| @@ -1,5 +1,5 @@ | ||||
| --- | ||||
| date: 2017-07-22T18:15:25+01:00 | ||||
| date: 2017-09-30T14:20:12+01:00 | ||||
| title: "rclone copyto" | ||||
| slug: rclone_copyto | ||||
| url: /commands/rclone_copyto/ | ||||
| @@ -40,7 +40,13 @@ destination. | ||||
|  | ||||
|  | ||||
| ``` | ||||
| rclone copyto source:path dest:path | ||||
| rclone copyto source:path dest:path [flags] | ||||
| ``` | ||||
|  | ||||
| ### Options | ||||
|  | ||||
| ``` | ||||
|   -h, --help   help for copyto | ||||
| ``` | ||||
|  | ||||
| ### Options inherited from parent commands | ||||
| @@ -49,11 +55,16 @@ rclone copyto source:path dest:path | ||||
|       --acd-templink-threshold int        Files >= this size will be downloaded via their tempLink. (default 9G) | ||||
|       --acd-upload-wait-per-gb duration   Additional time per GB to wait after a failed complete upload to see if it appears. (default 3m0s) | ||||
|       --ask-password                      Allow prompt for password for encrypted configuration. (default true) | ||||
|       --azureblob-chunk-size int          Upload chunk size. Must fit in memory. (default 4M) | ||||
|       --azureblob-upload-cutoff int       Cutoff for switching to chunked upload (default 256M) | ||||
|       --b2-chunk-size int                 Upload chunk size. Must fit in memory. (default 96M) | ||||
|       --b2-hard-delete                    Permanently delete files on remote removal, otherwise hide files. | ||||
|       --b2-test-mode string               A flag string for X-Bz-Test-Mode header. | ||||
|       --b2-upload-cutoff int              Cutoff for switching to chunked upload (default 190.735M) | ||||
|       --b2-versions                       Include old versions in directory listings. | ||||
|       --backup-dir string                 Make backups into hierarchy based in DIR. | ||||
|       --bind string                       Local address to bind to for outgoing connections, IPv4, IPv6 or name. | ||||
|       --box-upload-cutoff int             Cutoff for switching to multipart upload (default 50M) | ||||
|       --buffer-size int                   Buffer size when copying files. (default 16M) | ||||
|       --bwlimit BwTimetable               Bandwidth limit in kBytes/s, or use suffix b|k|M|G or a full timetable. | ||||
|       --checkers int                      Number of checkers to run in parallel. (default 8) | ||||
| @@ -67,6 +78,7 @@ rclone copyto source:path dest:path | ||||
|       --delete-before                     When synchronizing, delete files on destination before transfering | ||||
|       --delete-during                     When synchronizing, delete files during transfer (default) | ||||
|       --delete-excluded                   Delete files on dest excluded from sync | ||||
|       --disable string                    Disable a comma separated list of features.  Use help to see a list. | ||||
|       --drive-auth-owner-only             Only consider files owned by the authenticated user. | ||||
|       --drive-chunk-size int              Upload chunk size. Must a power of 2 >= 256k. (default 8M) | ||||
|       --drive-formats string              Comma separated list of preferred formats for downloading Google docs. (default "docx,xlsx,pptx,svg") | ||||
| @@ -75,7 +87,7 @@ rclone copyto source:path dest:path | ||||
|       --drive-skip-gdocs                  Skip google documents in all listings. | ||||
|       --drive-trashed-only                Only show files that are in the trash | ||||
|       --drive-upload-cutoff int           Cutoff for switching to chunked upload (default 8M) | ||||
|       --drive-use-trash                   Send files to the trash instead of deleting permanently. | ||||
|       --drive-use-trash                   Send files to the trash instead of deleting permanently. (default true) | ||||
|       --dropbox-chunk-size int            Upload chunk size. Max 150M. (default 128M) | ||||
|   -n, --dry-run                           Do a trial run with no permanent changes | ||||
|       --dump-auth                         Dump HTTP headers with auth info | ||||
| @@ -94,6 +106,7 @@ rclone copyto source:path dest:path | ||||
|       --ignore-existing                   Skip all files that exist on destination | ||||
|       --ignore-size                       Ignore size when skipping use mod-time or checksum. | ||||
|   -I, --ignore-times                      Don't skip files that match size and time - transfer all files | ||||
|       --immutable                         Do not modify files. Fail if existing files have been modified. | ||||
|       --include stringArray               Include files matching pattern | ||||
|       --include-from stringArray          Read include patterns from file | ||||
|       --local-no-unicode-normalization    Don't apply unicode normalization to paths and filenames | ||||
| @@ -120,9 +133,11 @@ rclone copyto source:path dest:path | ||||
|       --s3-acl string                     Canned ACL used when creating buckets and/or storing objects in S3 | ||||
|       --s3-storage-class string           Storage class to use when uploading S3 objects (STANDARD|REDUCED_REDUNDANCY|STANDARD_IA) | ||||
|       --size-only                         Skip based on size only, not mod-time or checksum | ||||
|       --skip-links                        Don't warn about skipped symlinks. | ||||
|       --stats duration                    Interval between printing stats, e.g 500ms, 60s, 5m. (0 to disable) (default 1m0s) | ||||
|       --stats-log-level string            Log level to show --stats output DEBUG|INFO|NOTICE|ERROR (default "INFO") | ||||
|       --stats-unit string                 Show data rate in stats as either 'bits' or 'bytes'/s (default "bytes") | ||||
|       --streaming-upload-cutoff int       Cutoff for switching to chunked upload if file size is unknown. Upload starts after reaching cutoff or when file ends. (default 100k) | ||||
|       --suffix string                     Suffix for use with --backup-dir. | ||||
|       --swift-chunk-size int              Above this size files will be chunked into a _segments container. (default 5G) | ||||
|       --syslog                            Use Syslog for logging | ||||
| @@ -133,10 +148,11 @@ rclone copyto source:path dest:path | ||||
|       --track-renames                     When synchronizing, track file renames and do a server side move if possible | ||||
|       --transfers int                     Number of file transfers to run in parallel. (default 4) | ||||
|   -u, --update                            Skip files that are newer on the destination. | ||||
|       --user-agent string                 Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.38-001-gda4e1b84") | ||||
|   -v, --verbose count[=-1]                Print lots more stuff (repeat for more) | ||||
| ``` | ||||
|  | ||||
| ### SEE ALSO | ||||
| * [rclone](/commands/rclone/)	 - Sync files and directories to and from local and remote object stores - v1.37 | ||||
| * [rclone](/commands/rclone/)	 - Sync files and directories to and from local and remote object stores - v1.38-001-gda4e1b84 | ||||
|  | ||||
| ###### Auto generated by spf13/cobra on 22-Jul-2017 | ||||
| ###### Auto generated by spf13/cobra on 30-Sep-2017 | ||||
|   | ||||
| @@ -1,5 +1,5 @@ | ||||
| --- | ||||
| date: 2017-07-22T18:15:25+01:00 | ||||
| date: 2017-09-30T14:20:12+01:00 | ||||
| title: "rclone cryptcheck" | ||||
| slug: rclone_cryptcheck | ||||
| url: /commands/rclone_cryptcheck/ | ||||
| @@ -37,7 +37,13 @@ After it has run it will log the status of the encryptedremote:. | ||||
|  | ||||
|  | ||||
| ``` | ||||
| rclone cryptcheck remote:path cryptedremote:path | ||||
| rclone cryptcheck remote:path cryptedremote:path [flags] | ||||
| ``` | ||||
|  | ||||
| ### Options | ||||
|  | ||||
| ``` | ||||
|   -h, --help   help for cryptcheck | ||||
| ``` | ||||
|  | ||||
| ### Options inherited from parent commands | ||||
| @@ -46,11 +52,16 @@ rclone cryptcheck remote:path cryptedremote:path | ||||
|       --acd-templink-threshold int        Files >= this size will be downloaded via their tempLink. (default 9G) | ||||
|       --acd-upload-wait-per-gb duration   Additional time per GB to wait after a failed complete upload to see if it appears. (default 3m0s) | ||||
|       --ask-password                      Allow prompt for password for encrypted configuration. (default true) | ||||
|       --azureblob-chunk-size int          Upload chunk size. Must fit in memory. (default 4M) | ||||
|       --azureblob-upload-cutoff int       Cutoff for switching to chunked upload (default 256M) | ||||
|       --b2-chunk-size int                 Upload chunk size. Must fit in memory. (default 96M) | ||||
|       --b2-hard-delete                    Permanently delete files on remote removal, otherwise hide files. | ||||
|       --b2-test-mode string               A flag string for X-Bz-Test-Mode header. | ||||
|       --b2-upload-cutoff int              Cutoff for switching to chunked upload (default 190.735M) | ||||
|       --b2-versions                       Include old versions in directory listings. | ||||
|       --backup-dir string                 Make backups into hierarchy based in DIR. | ||||
|       --bind string                       Local address to bind to for outgoing connections, IPv4, IPv6 or name. | ||||
|       --box-upload-cutoff int             Cutoff for switching to multipart upload (default 50M) | ||||
|       --buffer-size int                   Buffer size when copying files. (default 16M) | ||||
|       --bwlimit BwTimetable               Bandwidth limit in kBytes/s, or use suffix b|k|M|G or a full timetable. | ||||
|       --checkers int                      Number of checkers to run in parallel. (default 8) | ||||
| @@ -64,6 +75,7 @@ rclone cryptcheck remote:path cryptedremote:path | ||||
|       --delete-before                     When synchronizing, delete files on destination before transfering | ||||
|       --delete-during                     When synchronizing, delete files during transfer (default) | ||||
|       --delete-excluded                   Delete files on dest excluded from sync | ||||
|       --disable string                    Disable a comma separated list of features.  Use help to see a list. | ||||
|       --drive-auth-owner-only             Only consider files owned by the authenticated user. | ||||
|       --drive-chunk-size int              Upload chunk size. Must a power of 2 >= 256k. (default 8M) | ||||
|       --drive-formats string              Comma separated list of preferred formats for downloading Google docs. (default "docx,xlsx,pptx,svg") | ||||
| @@ -72,7 +84,7 @@ rclone cryptcheck remote:path cryptedremote:path | ||||
|       --drive-skip-gdocs                  Skip google documents in all listings. | ||||
|       --drive-trashed-only                Only show files that are in the trash | ||||
|       --drive-upload-cutoff int           Cutoff for switching to chunked upload (default 8M) | ||||
|       --drive-use-trash                   Send files to the trash instead of deleting permanently. | ||||
|       --drive-use-trash                   Send files to the trash instead of deleting permanently. (default true) | ||||
|       --dropbox-chunk-size int            Upload chunk size. Max 150M. (default 128M) | ||||
|   -n, --dry-run                           Do a trial run with no permanent changes | ||||
|       --dump-auth                         Dump HTTP headers with auth info | ||||
| @@ -91,6 +103,7 @@ rclone cryptcheck remote:path cryptedremote:path | ||||
|       --ignore-existing                   Skip all files that exist on destination | ||||
|       --ignore-size                       Ignore size when skipping use mod-time or checksum. | ||||
|   -I, --ignore-times                      Don't skip files that match size and time - transfer all files | ||||
|       --immutable                         Do not modify files. Fail if existing files have been modified. | ||||
|       --include stringArray               Include files matching pattern | ||||
|       --include-from stringArray          Read include patterns from file | ||||
|       --local-no-unicode-normalization    Don't apply unicode normalization to paths and filenames | ||||
| @@ -117,9 +130,11 @@ rclone cryptcheck remote:path cryptedremote:path | ||||
|       --s3-acl string                     Canned ACL used when creating buckets and/or storing objects in S3 | ||||
|       --s3-storage-class string           Storage class to use when uploading S3 objects (STANDARD|REDUCED_REDUNDANCY|STANDARD_IA) | ||||
|       --size-only                         Skip based on size only, not mod-time or checksum | ||||
|       --skip-links                        Don't warn about skipped symlinks. | ||||
|       --stats duration                    Interval between printing stats, e.g 500ms, 60s, 5m. (0 to disable) (default 1m0s) | ||||
|       --stats-log-level string            Log level to show --stats output DEBUG|INFO|NOTICE|ERROR (default "INFO") | ||||
|       --stats-unit string                 Show data rate in stats as either 'bits' or 'bytes'/s (default "bytes") | ||||
|       --streaming-upload-cutoff int       Cutoff for switching to chunked upload if file size is unknown. Upload starts after reaching cutoff or when file ends. (default 100k) | ||||
|       --suffix string                     Suffix for use with --backup-dir. | ||||
|       --swift-chunk-size int              Above this size files will be chunked into a _segments container. (default 5G) | ||||
|       --syslog                            Use Syslog for logging | ||||
| @@ -130,10 +145,11 @@ rclone cryptcheck remote:path cryptedremote:path | ||||
|       --track-renames                     When synchronizing, track file renames and do a server side move if possible | ||||
|       --transfers int                     Number of file transfers to run in parallel. (default 4) | ||||
|   -u, --update                            Skip files that are newer on the destination. | ||||
|       --user-agent string                 Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.38-001-gda4e1b84") | ||||
|   -v, --verbose count[=-1]                Print lots more stuff (repeat for more) | ||||
| ``` | ||||
|  | ||||
| ### SEE ALSO | ||||
| * [rclone](/commands/rclone/)	 - Sync files and directories to and from local and remote object stores - v1.37 | ||||
| * [rclone](/commands/rclone/)	 - Sync files and directories to and from local and remote object stores - v1.38-001-gda4e1b84 | ||||
|  | ||||
| ###### Auto generated by spf13/cobra on 22-Jul-2017 | ||||
| ###### Auto generated by spf13/cobra on 30-Sep-2017 | ||||
|   | ||||
							
								
								
									
										139
									
								
								docs/content/commands/rclone_cryptdecode.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										139
									
								
								docs/content/commands/rclone_cryptdecode.md
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,139 @@ | ||||
| --- | ||||
| date: 2017-09-30T14:20:12+01:00 | ||||
| title: "rclone cryptdecode" | ||||
| slug: rclone_cryptdecode | ||||
| url: /commands/rclone_cryptdecode/ | ||||
| --- | ||||
| ## rclone cryptdecode | ||||
|  | ||||
| Cryptdecode returns unencrypted file names. | ||||
|  | ||||
| ### Synopsis | ||||
|  | ||||
|  | ||||
|  | ||||
| rclone cryptdecode returns unencrypted file names when provided with | ||||
| a list of encrypted file names. List limit is 10 items. | ||||
|  | ||||
| use it like this | ||||
|  | ||||
| 	rclone cryptdecode encryptedremote: encryptedfilename1 encryptedfilename2 | ||||
|  | ||||
|  | ||||
| ``` | ||||
| rclone cryptdecode encryptedremote: encryptedfilename [flags] | ||||
| ``` | ||||
|  | ||||
| ### Options | ||||
|  | ||||
| ``` | ||||
|   -h, --help   help for cryptdecode | ||||
| ``` | ||||
|  | ||||
| ### Options inherited from parent commands | ||||
|  | ||||
| ``` | ||||
|       --acd-templink-threshold int        Files >= this size will be downloaded via their tempLink. (default 9G) | ||||
|       --acd-upload-wait-per-gb duration   Additional time per GB to wait after a failed complete upload to see if it appears. (default 3m0s) | ||||
|       --ask-password                      Allow prompt for password for encrypted configuration. (default true) | ||||
|       --azureblob-chunk-size int          Upload chunk size. Must fit in memory. (default 4M) | ||||
|       --azureblob-upload-cutoff int       Cutoff for switching to chunked upload (default 256M) | ||||
|       --b2-chunk-size int                 Upload chunk size. Must fit in memory. (default 96M) | ||||
|       --b2-hard-delete                    Permanently delete files on remote removal, otherwise hide files. | ||||
|       --b2-test-mode string               A flag string for X-Bz-Test-Mode header. | ||||
|       --b2-upload-cutoff int              Cutoff for switching to chunked upload (default 190.735M) | ||||
|       --b2-versions                       Include old versions in directory listings. | ||||
|       --backup-dir string                 Make backups into hierarchy based in DIR. | ||||
|       --bind string                       Local address to bind to for outgoing connections, IPv4, IPv6 or name. | ||||
|       --box-upload-cutoff int             Cutoff for switching to multipart upload (default 50M) | ||||
|       --buffer-size int                   Buffer size when copying files. (default 16M) | ||||
|       --bwlimit BwTimetable               Bandwidth limit in kBytes/s, or use suffix b|k|M|G or a full timetable. | ||||
|       --checkers int                      Number of checkers to run in parallel. (default 8) | ||||
|   -c, --checksum                          Skip based on checksum & size, not mod-time & size | ||||
|       --config string                     Config file. (default "/home/ncw/.rclone.conf") | ||||
|       --contimeout duration               Connect timeout (default 1m0s) | ||||
|   -L, --copy-links                        Follow symlinks and copy the pointed to item. | ||||
|       --cpuprofile string                 Write cpu profile to file | ||||
|       --crypt-show-mapping                For all files listed show how the names encrypt. | ||||
|       --delete-after                      When synchronizing, delete files on destination after transfering | ||||
|       --delete-before                     When synchronizing, delete files on destination before transfering | ||||
|       --delete-during                     When synchronizing, delete files during transfer (default) | ||||
|       --delete-excluded                   Delete files on dest excluded from sync | ||||
|       --disable string                    Disable a comma separated list of features.  Use help to see a list. | ||||
|       --drive-auth-owner-only             Only consider files owned by the authenticated user. | ||||
|       --drive-chunk-size int              Upload chunk size. Must a power of 2 >= 256k. (default 8M) | ||||
|       --drive-formats string              Comma separated list of preferred formats for downloading Google docs. (default "docx,xlsx,pptx,svg") | ||||
|       --drive-list-chunk int              Size of listing chunk 100-1000. 0 to disable. (default 1000) | ||||
|       --drive-shared-with-me              Only show files that are shared with me | ||||
|       --drive-skip-gdocs                  Skip google documents in all listings. | ||||
|       --drive-trashed-only                Only show files that are in the trash | ||||
|       --drive-upload-cutoff int           Cutoff for switching to chunked upload (default 8M) | ||||
|       --drive-use-trash                   Send files to the trash instead of deleting permanently. (default true) | ||||
|       --dropbox-chunk-size int            Upload chunk size. Max 150M. (default 128M) | ||||
|   -n, --dry-run                           Do a trial run with no permanent changes | ||||
|       --dump-auth                         Dump HTTP headers with auth info | ||||
|       --dump-bodies                       Dump HTTP headers and bodies - may contain sensitive info | ||||
|       --dump-filters                      Dump the filters to the output | ||||
|       --dump-headers                      Dump HTTP headers - may contain sensitive info | ||||
|       --exclude stringArray               Exclude files matching pattern | ||||
|       --exclude-from stringArray          Read exclude patterns from file | ||||
|       --fast-list                         Use recursive list if available. Uses more memory but fewer transactions. | ||||
|       --files-from stringArray            Read list of source-file names from file | ||||
|   -f, --filter stringArray                Add a file-filtering rule | ||||
|       --filter-from stringArray           Read filtering patterns from a file | ||||
|       --gcs-location string               Default location for buckets (us|eu|asia|us-central1|us-east1|us-east4|us-west1|asia-east1|asia-noetheast1|asia-southeast1|australia-southeast1|europe-west1|europe-west2). | ||||
|       --gcs-storage-class string          Default storage class for buckets (MULTI_REGIONAL|REGIONAL|STANDARD|NEARLINE|COLDLINE|DURABLE_REDUCED_AVAILABILITY). | ||||
|       --ignore-checksum                   Skip post copy check of checksums. | ||||
|       --ignore-existing                   Skip all files that exist on destination | ||||
|       --ignore-size                       Ignore size when skipping use mod-time or checksum. | ||||
|   -I, --ignore-times                      Don't skip files that match size and time - transfer all files | ||||
|       --immutable                         Do not modify files. Fail if existing files have been modified. | ||||
|       --include stringArray               Include files matching pattern | ||||
|       --include-from stringArray          Read include patterns from file | ||||
|       --local-no-unicode-normalization    Don't apply unicode normalization to paths and filenames | ||||
|       --log-file string                   Log everything to this file | ||||
|       --log-level string                  Log level DEBUG|INFO|NOTICE|ERROR (default "NOTICE") | ||||
|       --low-level-retries int             Number of low level retries to do. (default 10) | ||||
|       --max-age string                    Don't transfer any file older than this in s or suffix ms|s|m|h|d|w|M|y | ||||
|       --max-depth int                     If set limits the recursion depth to this. (default -1) | ||||
|       --max-size int                      Don't transfer any file larger than this in k or suffix b|k|M|G (default off) | ||||
|       --memprofile string                 Write memory profile to file | ||||
|       --min-age string                    Don't transfer any file younger than this in s or suffix ms|s|m|h|d|w|M|y | ||||
|       --min-size int                      Don't transfer any file smaller than this in k or suffix b|k|M|G (default off) | ||||
|       --modify-window duration            Max time diff to be considered the same (default 1ns) | ||||
|       --no-check-certificate              Do not verify the server SSL certificate. Insecure. | ||||
|       --no-gzip-encoding                  Don't set Accept-Encoding: gzip. | ||||
|       --no-traverse                       Don't traverse destination file system on copy. | ||||
|       --no-update-modtime                 Don't update destination mod-time if files identical. | ||||
|       --old-sync-method                   Deprecated - use --fast-list instead | ||||
|   -x, --one-file-system                   Don't cross filesystem boundaries. | ||||
|       --onedrive-chunk-size int           Above this size files will be chunked - must be multiple of 320k. (default 10M) | ||||
|       --onedrive-upload-cutoff int        Cutoff for switching to chunked upload - must be <= 100MB (default 10M) | ||||
|   -q, --quiet                             Print as little stuff as possible | ||||
|       --retries int                       Retry operations this many times if they fail (default 3) | ||||
|       --s3-acl string                     Canned ACL used when creating buckets and/or storing objects in S3 | ||||
|       --s3-storage-class string           Storage class to use when uploading S3 objects (STANDARD|REDUCED_REDUNDANCY|STANDARD_IA) | ||||
|       --size-only                         Skip based on size only, not mod-time or checksum | ||||
|       --skip-links                        Don't warn about skipped symlinks. | ||||
|       --stats duration                    Interval between printing stats, e.g 500ms, 60s, 5m. (0 to disable) (default 1m0s) | ||||
|       --stats-log-level string            Log level to show --stats output DEBUG|INFO|NOTICE|ERROR (default "INFO") | ||||
|       --stats-unit string                 Show data rate in stats as either 'bits' or 'bytes'/s (default "bytes") | ||||
|       --streaming-upload-cutoff int       Cutoff for switching to chunked upload if file size is unknown. Upload starts after reaching cutoff or when file ends. (default 100k) | ||||
|       --suffix string                     Suffix for use with --backup-dir. | ||||
|       --swift-chunk-size int              Above this size files will be chunked into a _segments container. (default 5G) | ||||
|       --syslog                            Use Syslog for logging | ||||
|       --syslog-facility string            Facility for syslog, eg KERN,USER,... (default "DAEMON") | ||||
|       --timeout duration                  IO idle timeout (default 5m0s) | ||||
|       --tpslimit float                    Limit HTTP transactions per second to this. | ||||
|       --tpslimit-burst int                Max burst of transactions for --tpslimit. (default 1) | ||||
|       --track-renames                     When synchronizing, track file renames and do a server side move if possible | ||||
|       --transfers int                     Number of file transfers to run in parallel. (default 4) | ||||
|   -u, --update                            Skip files that are newer on the destination. | ||||
|       --user-agent string                 Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.38-001-gda4e1b84") | ||||
|   -v, --verbose count[=-1]                Print lots more stuff (repeat for more) | ||||
| ``` | ||||
|  | ||||
| ### SEE ALSO | ||||
| * [rclone](/commands/rclone/)	 - Sync files and directories to and from local and remote object stores - v1.38-001-gda4e1b84 | ||||
|  | ||||
| ###### Auto generated by spf13/cobra on 30-Sep-2017 | ||||
| @@ -1,5 +1,5 @@ | ||||
| --- | ||||
| date: 2017-07-22T18:15:25+01:00 | ||||
| date: 2017-09-30T14:20:12+01:00 | ||||
| title: "rclone dbhashsum" | ||||
| slug: rclone_dbhashsum | ||||
| url: /commands/rclone_dbhashsum/ | ||||
| @@ -19,7 +19,13 @@ The output is in the same format as md5sum and sha1sum. | ||||
|  | ||||
|  | ||||
| ``` | ||||
| rclone dbhashsum remote:path | ||||
| rclone dbhashsum remote:path [flags] | ||||
| ``` | ||||
|  | ||||
| ### Options | ||||
|  | ||||
| ``` | ||||
|   -h, --help   help for dbhashsum | ||||
| ``` | ||||
|  | ||||
| ### Options inherited from parent commands | ||||
| @@ -28,11 +34,16 @@ rclone dbhashsum remote:path | ||||
|       --acd-templink-threshold int        Files >= this size will be downloaded via their tempLink. (default 9G) | ||||
|       --acd-upload-wait-per-gb duration   Additional time per GB to wait after a failed complete upload to see if it appears. (default 3m0s) | ||||
|       --ask-password                      Allow prompt for password for encrypted configuration. (default true) | ||||
|       --azureblob-chunk-size int          Upload chunk size. Must fit in memory. (default 4M) | ||||
|       --azureblob-upload-cutoff int       Cutoff for switching to chunked upload (default 256M) | ||||
|       --b2-chunk-size int                 Upload chunk size. Must fit in memory. (default 96M) | ||||
|       --b2-hard-delete                    Permanently delete files on remote removal, otherwise hide files. | ||||
|       --b2-test-mode string               A flag string for X-Bz-Test-Mode header. | ||||
|       --b2-upload-cutoff int              Cutoff for switching to chunked upload (default 190.735M) | ||||
|       --b2-versions                       Include old versions in directory listings. | ||||
|       --backup-dir string                 Make backups into hierarchy based in DIR. | ||||
|       --bind string                       Local address to bind to for outgoing connections, IPv4, IPv6 or name. | ||||
|       --box-upload-cutoff int             Cutoff for switching to multipart upload (default 50M) | ||||
|       --buffer-size int                   Buffer size when copying files. (default 16M) | ||||
|       --bwlimit BwTimetable               Bandwidth limit in kBytes/s, or use suffix b|k|M|G or a full timetable. | ||||
|       --checkers int                      Number of checkers to run in parallel. (default 8) | ||||
| @@ -46,6 +57,7 @@ rclone dbhashsum remote:path | ||||
|       --delete-before                     When synchronizing, delete files on destination before transfering | ||||
|       --delete-during                     When synchronizing, delete files during transfer (default) | ||||
|       --delete-excluded                   Delete files on dest excluded from sync | ||||
|       --disable string                    Disable a comma separated list of features.  Use help to see a list. | ||||
|       --drive-auth-owner-only             Only consider files owned by the authenticated user. | ||||
|       --drive-chunk-size int              Upload chunk size. Must a power of 2 >= 256k. (default 8M) | ||||
|       --drive-formats string              Comma separated list of preferred formats for downloading Google docs. (default "docx,xlsx,pptx,svg") | ||||
| @@ -54,7 +66,7 @@ rclone dbhashsum remote:path | ||||
|       --drive-skip-gdocs                  Skip google documents in all listings. | ||||
|       --drive-trashed-only                Only show files that are in the trash | ||||
|       --drive-upload-cutoff int           Cutoff for switching to chunked upload (default 8M) | ||||
|       --drive-use-trash                   Send files to the trash instead of deleting permanently. | ||||
|       --drive-use-trash                   Send files to the trash instead of deleting permanently. (default true) | ||||
|       --dropbox-chunk-size int            Upload chunk size. Max 150M. (default 128M) | ||||
|   -n, --dry-run                           Do a trial run with no permanent changes | ||||
|       --dump-auth                         Dump HTTP headers with auth info | ||||
| @@ -73,6 +85,7 @@ rclone dbhashsum remote:path | ||||
|       --ignore-existing                   Skip all files that exist on destination | ||||
|       --ignore-size                       Ignore size when skipping use mod-time or checksum. | ||||
|   -I, --ignore-times                      Don't skip files that match size and time - transfer all files | ||||
|       --immutable                         Do not modify files. Fail if existing files have been modified. | ||||
|       --include stringArray               Include files matching pattern | ||||
|       --include-from stringArray          Read include patterns from file | ||||
|       --local-no-unicode-normalization    Don't apply unicode normalization to paths and filenames | ||||
| @@ -99,9 +112,11 @@ rclone dbhashsum remote:path | ||||
|       --s3-acl string                     Canned ACL used when creating buckets and/or storing objects in S3 | ||||
|       --s3-storage-class string           Storage class to use when uploading S3 objects (STANDARD|REDUCED_REDUNDANCY|STANDARD_IA) | ||||
|       --size-only                         Skip based on size only, not mod-time or checksum | ||||
|       --skip-links                        Don't warn about skipped symlinks. | ||||
|       --stats duration                    Interval between printing stats, e.g 500ms, 60s, 5m. (0 to disable) (default 1m0s) | ||||
|       --stats-log-level string            Log level to show --stats output DEBUG|INFO|NOTICE|ERROR (default "INFO") | ||||
|       --stats-unit string                 Show data rate in stats as either 'bits' or 'bytes'/s (default "bytes") | ||||
|       --streaming-upload-cutoff int       Cutoff for switching to chunked upload if file size is unknown. Upload starts after reaching cutoff or when file ends. (default 100k) | ||||
|       --suffix string                     Suffix for use with --backup-dir. | ||||
|       --swift-chunk-size int              Above this size files will be chunked into a _segments container. (default 5G) | ||||
|       --syslog                            Use Syslog for logging | ||||
| @@ -112,10 +127,11 @@ rclone dbhashsum remote:path | ||||
|       --track-renames                     When synchronizing, track file renames and do a server side move if possible | ||||
|       --transfers int                     Number of file transfers to run in parallel. (default 4) | ||||
|   -u, --update                            Skip files that are newer on the destination. | ||||
|       --user-agent string                 Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.38-001-gda4e1b84") | ||||
|   -v, --verbose count[=-1]                Print lots more stuff (repeat for more) | ||||
| ``` | ||||
|  | ||||
| ### SEE ALSO | ||||
| * [rclone](/commands/rclone/)	 - Sync files and directories to and from local and remote object stores - v1.37 | ||||
| * [rclone](/commands/rclone/)	 - Sync files and directories to and from local and remote object stores - v1.38-001-gda4e1b84 | ||||
|  | ||||
| ###### Auto generated by spf13/cobra on 22-Jul-2017 | ||||
| ###### Auto generated by spf13/cobra on 30-Sep-2017 | ||||
|   | ||||
| @@ -1,5 +1,5 @@ | ||||
| --- | ||||
| date: 2017-07-22T18:15:25+01:00 | ||||
| date: 2017-09-30T14:20:12+01:00 | ||||
| title: "rclone dedupe" | ||||
| slug: rclone_dedupe | ||||
| url: /commands/rclone_dedupe/ | ||||
| @@ -12,10 +12,14 @@ Interactively find duplicate files delete/rename them. | ||||
|  | ||||
|  | ||||
|  | ||||
| By default `dedup` interactively finds duplicate files and offers to | ||||
| By default `dedupe` interactively finds duplicate files and offers to | ||||
| delete all but one or rename them to be different. Only useful with | ||||
| Google Drive which can have duplicate file names. | ||||
|  | ||||
| In the first pass it will merge directories with the same name.  It | ||||
| will do this iteratively until all the identical directories have been | ||||
| merged. | ||||
|  | ||||
| The `dedupe` command will delete all but one of any identical (same | ||||
| md5sum) files it finds without confirmation.  This means that for most | ||||
| duplicated files the `dedupe` command will not be interactive.  You | ||||
| @@ -96,6 +100,7 @@ rclone dedupe [mode] remote:path [flags] | ||||
|  | ||||
| ``` | ||||
|       --dedupe-mode string   Dedupe mode interactive|skip|first|newest|oldest|rename. (default "interactive") | ||||
|   -h, --help                 help for dedupe | ||||
| ``` | ||||
|  | ||||
| ### Options inherited from parent commands | ||||
| @@ -104,11 +109,16 @@ rclone dedupe [mode] remote:path [flags] | ||||
|       --acd-templink-threshold int        Files >= this size will be downloaded via their tempLink. (default 9G) | ||||
|       --acd-upload-wait-per-gb duration   Additional time per GB to wait after a failed complete upload to see if it appears. (default 3m0s) | ||||
|       --ask-password                      Allow prompt for password for encrypted configuration. (default true) | ||||
|       --azureblob-chunk-size int          Upload chunk size. Must fit in memory. (default 4M) | ||||
|       --azureblob-upload-cutoff int       Cutoff for switching to chunked upload (default 256M) | ||||
|       --b2-chunk-size int                 Upload chunk size. Must fit in memory. (default 96M) | ||||
|       --b2-hard-delete                    Permanently delete files on remote removal, otherwise hide files. | ||||
|       --b2-test-mode string               A flag string for X-Bz-Test-Mode header. | ||||
|       --b2-upload-cutoff int              Cutoff for switching to chunked upload (default 190.735M) | ||||
|       --b2-versions                       Include old versions in directory listings. | ||||
|       --backup-dir string                 Make backups into hierarchy based in DIR. | ||||
|       --bind string                       Local address to bind to for outgoing connections, IPv4, IPv6 or name. | ||||
|       --box-upload-cutoff int             Cutoff for switching to multipart upload (default 50M) | ||||
|       --buffer-size int                   Buffer size when copying files. (default 16M) | ||||
|       --bwlimit BwTimetable               Bandwidth limit in kBytes/s, or use suffix b|k|M|G or a full timetable. | ||||
|       --checkers int                      Number of checkers to run in parallel. (default 8) | ||||
| @@ -122,6 +132,7 @@ rclone dedupe [mode] remote:path [flags] | ||||
|       --delete-before                     When synchronizing, delete files on destination before transfering | ||||
|       --delete-during                     When synchronizing, delete files during transfer (default) | ||||
|       --delete-excluded                   Delete files on dest excluded from sync | ||||
|       --disable string                    Disable a comma separated list of features.  Use help to see a list. | ||||
|       --drive-auth-owner-only             Only consider files owned by the authenticated user. | ||||
|       --drive-chunk-size int              Upload chunk size. Must a power of 2 >= 256k. (default 8M) | ||||
|       --drive-formats string              Comma separated list of preferred formats for downloading Google docs. (default "docx,xlsx,pptx,svg") | ||||
| @@ -130,7 +141,7 @@ rclone dedupe [mode] remote:path [flags] | ||||
|       --drive-skip-gdocs                  Skip google documents in all listings. | ||||
|       --drive-trashed-only                Only show files that are in the trash | ||||
|       --drive-upload-cutoff int           Cutoff for switching to chunked upload (default 8M) | ||||
|       --drive-use-trash                   Send files to the trash instead of deleting permanently. | ||||
|       --drive-use-trash                   Send files to the trash instead of deleting permanently. (default true) | ||||
|       --dropbox-chunk-size int            Upload chunk size. Max 150M. (default 128M) | ||||
|   -n, --dry-run                           Do a trial run with no permanent changes | ||||
|       --dump-auth                         Dump HTTP headers with auth info | ||||
| @@ -149,6 +160,7 @@ rclone dedupe [mode] remote:path [flags] | ||||
|       --ignore-existing                   Skip all files that exist on destination | ||||
|       --ignore-size                       Ignore size when skipping use mod-time or checksum. | ||||
|   -I, --ignore-times                      Don't skip files that match size and time - transfer all files | ||||
|       --immutable                         Do not modify files. Fail if existing files have been modified. | ||||
|       --include stringArray               Include files matching pattern | ||||
|       --include-from stringArray          Read include patterns from file | ||||
|       --local-no-unicode-normalization    Don't apply unicode normalization to paths and filenames | ||||
| @@ -175,9 +187,11 @@ rclone dedupe [mode] remote:path [flags] | ||||
|       --s3-acl string                     Canned ACL used when creating buckets and/or storing objects in S3 | ||||
|       --s3-storage-class string           Storage class to use when uploading S3 objects (STANDARD|REDUCED_REDUNDANCY|STANDARD_IA) | ||||
|       --size-only                         Skip based on size only, not mod-time or checksum | ||||
|       --skip-links                        Don't warn about skipped symlinks. | ||||
|       --stats duration                    Interval between printing stats, e.g 500ms, 60s, 5m. (0 to disable) (default 1m0s) | ||||
|       --stats-log-level string            Log level to show --stats output DEBUG|INFO|NOTICE|ERROR (default "INFO") | ||||
|       --stats-unit string                 Show data rate in stats as either 'bits' or 'bytes'/s (default "bytes") | ||||
|       --streaming-upload-cutoff int       Cutoff for switching to chunked upload if file size is unknown. Upload starts after reaching cutoff or when file ends. (default 100k) | ||||
|       --suffix string                     Suffix for use with --backup-dir. | ||||
|       --swift-chunk-size int              Above this size files will be chunked into a _segments container. (default 5G) | ||||
|       --syslog                            Use Syslog for logging | ||||
| @@ -188,10 +202,11 @@ rclone dedupe [mode] remote:path [flags] | ||||
|       --track-renames                     When synchronizing, track file renames and do a server side move if possible | ||||
|       --transfers int                     Number of file transfers to run in parallel. (default 4) | ||||
|   -u, --update                            Skip files that are newer on the destination. | ||||
|       --user-agent string                 Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.38-001-gda4e1b84") | ||||
|   -v, --verbose count[=-1]                Print lots more stuff (repeat for more) | ||||
| ``` | ||||
|  | ||||
| ### SEE ALSO | ||||
| * [rclone](/commands/rclone/)	 - Sync files and directories to and from local and remote object stores - v1.37 | ||||
| * [rclone](/commands/rclone/)	 - Sync files and directories to and from local and remote object stores - v1.38-001-gda4e1b84 | ||||
|  | ||||
| ###### Auto generated by spf13/cobra on 22-Jul-2017 | ||||
| ###### Auto generated by spf13/cobra on 30-Sep-2017 | ||||
|   | ||||
| @@ -1,5 +1,5 @@ | ||||
| --- | ||||
| date: 2017-07-22T18:15:25+01:00 | ||||
| date: 2017-09-30T14:20:12+01:00 | ||||
| title: "rclone delete" | ||||
| slug: rclone_delete | ||||
| url: /commands/rclone_delete/ | ||||
| @@ -31,7 +31,13 @@ delete all files bigger than 100MBytes. | ||||
|  | ||||
|  | ||||
| ``` | ||||
| rclone delete remote:path | ||||
| rclone delete remote:path [flags] | ||||
| ``` | ||||
|  | ||||
| ### Options | ||||
|  | ||||
| ``` | ||||
|   -h, --help   help for delete | ||||
| ``` | ||||
|  | ||||
| ### Options inherited from parent commands | ||||
| @@ -40,11 +46,16 @@ rclone delete remote:path | ||||
|       --acd-templink-threshold int        Files >= this size will be downloaded via their tempLink. (default 9G) | ||||
|       --acd-upload-wait-per-gb duration   Additional time per GB to wait after a failed complete upload to see if it appears. (default 3m0s) | ||||
|       --ask-password                      Allow prompt for password for encrypted configuration. (default true) | ||||
|       --azureblob-chunk-size int          Upload chunk size. Must fit in memory. (default 4M) | ||||
|       --azureblob-upload-cutoff int       Cutoff for switching to chunked upload (default 256M) | ||||
|       --b2-chunk-size int                 Upload chunk size. Must fit in memory. (default 96M) | ||||
|       --b2-hard-delete                    Permanently delete files on remote removal, otherwise hide files. | ||||
|       --b2-test-mode string               A flag string for X-Bz-Test-Mode header. | ||||
|       --b2-upload-cutoff int              Cutoff for switching to chunked upload (default 190.735M) | ||||
|       --b2-versions                       Include old versions in directory listings. | ||||
|       --backup-dir string                 Make backups into hierarchy based in DIR. | ||||
|       --bind string                       Local address to bind to for outgoing connections, IPv4, IPv6 or name. | ||||
|       --box-upload-cutoff int             Cutoff for switching to multipart upload (default 50M) | ||||
|       --buffer-size int                   Buffer size when copying files. (default 16M) | ||||
|       --bwlimit BwTimetable               Bandwidth limit in kBytes/s, or use suffix b|k|M|G or a full timetable. | ||||
|       --checkers int                      Number of checkers to run in parallel. (default 8) | ||||
| @@ -58,6 +69,7 @@ rclone delete remote:path | ||||
|       --delete-before                     When synchronizing, delete files on destination before transfering | ||||
|       --delete-during                     When synchronizing, delete files during transfer (default) | ||||
|       --delete-excluded                   Delete files on dest excluded from sync | ||||
|       --disable string                    Disable a comma separated list of features.  Use help to see a list. | ||||
|       --drive-auth-owner-only             Only consider files owned by the authenticated user. | ||||
|       --drive-chunk-size int              Upload chunk size. Must a power of 2 >= 256k. (default 8M) | ||||
|       --drive-formats string              Comma separated list of preferred formats for downloading Google docs. (default "docx,xlsx,pptx,svg") | ||||
| @@ -66,7 +78,7 @@ rclone delete remote:path | ||||
|       --drive-skip-gdocs                  Skip google documents in all listings. | ||||
|       --drive-trashed-only                Only show files that are in the trash | ||||
|       --drive-upload-cutoff int           Cutoff for switching to chunked upload (default 8M) | ||||
|       --drive-use-trash                   Send files to the trash instead of deleting permanently. | ||||
|       --drive-use-trash                   Send files to the trash instead of deleting permanently. (default true) | ||||
|       --dropbox-chunk-size int            Upload chunk size. Max 150M. (default 128M) | ||||
|   -n, --dry-run                           Do a trial run with no permanent changes | ||||
|       --dump-auth                         Dump HTTP headers with auth info | ||||
| @@ -85,6 +97,7 @@ rclone delete remote:path | ||||
|       --ignore-existing                   Skip all files that exist on destination | ||||
|       --ignore-size                       Ignore size when skipping use mod-time or checksum. | ||||
|   -I, --ignore-times                      Don't skip files that match size and time - transfer all files | ||||
|       --immutable                         Do not modify files. Fail if existing files have been modified. | ||||
|       --include stringArray               Include files matching pattern | ||||
|       --include-from stringArray          Read include patterns from file | ||||
|       --local-no-unicode-normalization    Don't apply unicode normalization to paths and filenames | ||||
| @@ -111,9 +124,11 @@ rclone delete remote:path | ||||
|       --s3-acl string                     Canned ACL used when creating buckets and/or storing objects in S3 | ||||
|       --s3-storage-class string           Storage class to use when uploading S3 objects (STANDARD|REDUCED_REDUNDANCY|STANDARD_IA) | ||||
|       --size-only                         Skip based on size only, not mod-time or checksum | ||||
|       --skip-links                        Don't warn about skipped symlinks. | ||||
|       --stats duration                    Interval between printing stats, e.g 500ms, 60s, 5m. (0 to disable) (default 1m0s) | ||||
|       --stats-log-level string            Log level to show --stats output DEBUG|INFO|NOTICE|ERROR (default "INFO") | ||||
|       --stats-unit string                 Show data rate in stats as either 'bits' or 'bytes'/s (default "bytes") | ||||
|       --streaming-upload-cutoff int       Cutoff for switching to chunked upload if file size is unknown. Upload starts after reaching cutoff or when file ends. (default 100k) | ||||
|       --suffix string                     Suffix for use with --backup-dir. | ||||
|       --swift-chunk-size int              Above this size files will be chunked into a _segments container. (default 5G) | ||||
|       --syslog                            Use Syslog for logging | ||||
| @@ -124,10 +139,11 @@ rclone delete remote:path | ||||
|       --track-renames                     When synchronizing, track file renames and do a server side move if possible | ||||
|       --transfers int                     Number of file transfers to run in parallel. (default 4) | ||||
|   -u, --update                            Skip files that are newer on the destination. | ||||
|       --user-agent string                 Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.38-001-gda4e1b84") | ||||
|   -v, --verbose count[=-1]                Print lots more stuff (repeat for more) | ||||
| ``` | ||||
|  | ||||
| ### SEE ALSO | ||||
| * [rclone](/commands/rclone/)	 - Sync files and directories to and from local and remote object stores - v1.37 | ||||
| * [rclone](/commands/rclone/)	 - Sync files and directories to and from local and remote object stores - v1.38-001-gda4e1b84 | ||||
|  | ||||
| ###### Auto generated by spf13/cobra on 22-Jul-2017 | ||||
| ###### Auto generated by spf13/cobra on 30-Sep-2017 | ||||
|   | ||||
| @@ -1,5 +1,5 @@ | ||||
| --- | ||||
| date: 2017-08-20T10:49:45+02:00 | ||||
| date: 2017-09-30T14:20:12+01:00 | ||||
| title: "rclone genautocomplete" | ||||
| slug: rclone_genautocomplete | ||||
| url: /commands/rclone_genautocomplete/ | ||||
| @@ -28,11 +28,16 @@ Run with --help to list the supported shells. | ||||
|       --acd-templink-threshold int        Files >= this size will be downloaded via their tempLink. (default 9G) | ||||
|       --acd-upload-wait-per-gb duration   Additional time per GB to wait after a failed complete upload to see if it appears. (default 3m0s) | ||||
|       --ask-password                      Allow prompt for password for encrypted configuration. (default true) | ||||
|       --azureblob-chunk-size int          Upload chunk size. Must fit in memory. (default 4M) | ||||
|       --azureblob-upload-cutoff int       Cutoff for switching to chunked upload (default 256M) | ||||
|       --b2-chunk-size int                 Upload chunk size. Must fit in memory. (default 96M) | ||||
|       --b2-hard-delete                    Permanently delete files on remote removal, otherwise hide files. | ||||
|       --b2-test-mode string               A flag string for X-Bz-Test-Mode header. | ||||
|       --b2-upload-cutoff int              Cutoff for switching to chunked upload (default 190.735M) | ||||
|       --b2-versions                       Include old versions in directory listings. | ||||
|       --backup-dir string                 Make backups into hierarchy based in DIR. | ||||
|       --bind string                       Local address to bind to for outgoing connections, IPv4, IPv6 or name. | ||||
|       --box-upload-cutoff int             Cutoff for switching to multipart upload (default 50M) | ||||
|       --buffer-size int                   Buffer size when copying files. (default 16M) | ||||
|       --bwlimit BwTimetable               Bandwidth limit in kBytes/s, or use suffix b|k|M|G or a full timetable. | ||||
|       --checkers int                      Number of checkers to run in parallel. (default 8) | ||||
| @@ -46,6 +51,7 @@ Run with --help to list the supported shells. | ||||
|       --delete-before                     When synchronizing, delete files on destination before transfering | ||||
|       --delete-during                     When synchronizing, delete files during transfer (default) | ||||
|       --delete-excluded                   Delete files on dest excluded from sync | ||||
|       --disable string                    Disable a comma separated list of features.  Use help to see a list. | ||||
|       --drive-auth-owner-only             Only consider files owned by the authenticated user. | ||||
|       --drive-chunk-size int              Upload chunk size. Must a power of 2 >= 256k. (default 8M) | ||||
|       --drive-formats string              Comma separated list of preferred formats for downloading Google docs. (default "docx,xlsx,pptx,svg") | ||||
| @@ -54,7 +60,7 @@ Run with --help to list the supported shells. | ||||
|       --drive-skip-gdocs                  Skip google documents in all listings. | ||||
|       --drive-trashed-only                Only show files that are in the trash | ||||
|       --drive-upload-cutoff int           Cutoff for switching to chunked upload (default 8M) | ||||
|       --drive-use-trash                   Send files to the trash instead of deleting permanently. | ||||
|       --drive-use-trash                   Send files to the trash instead of deleting permanently. (default true) | ||||
|       --dropbox-chunk-size int            Upload chunk size. Max 150M. (default 128M) | ||||
|   -n, --dry-run                           Do a trial run with no permanent changes | ||||
|       --dump-auth                         Dump HTTP headers with auth info | ||||
| @@ -73,6 +79,7 @@ Run with --help to list the supported shells. | ||||
|       --ignore-existing                   Skip all files that exist on destination | ||||
|       --ignore-size                       Ignore size when skipping use mod-time or checksum. | ||||
|   -I, --ignore-times                      Don't skip files that match size and time - transfer all files | ||||
|       --immutable                         Do not modify files. Fail if existing files have been modified. | ||||
|       --include stringArray               Include files matching pattern | ||||
|       --include-from stringArray          Read include patterns from file | ||||
|       --local-no-unicode-normalization    Don't apply unicode normalization to paths and filenames | ||||
| @@ -99,9 +106,11 @@ Run with --help to list the supported shells. | ||||
|       --s3-acl string                     Canned ACL used when creating buckets and/or storing objects in S3 | ||||
|       --s3-storage-class string           Storage class to use when uploading S3 objects (STANDARD|REDUCED_REDUNDANCY|STANDARD_IA) | ||||
|       --size-only                         Skip based on size only, not mod-time or checksum | ||||
|       --skip-links                        Don't warn about skipped symlinks. | ||||
|       --stats duration                    Interval between printing stats, e.g 500ms, 60s, 5m. (0 to disable) (default 1m0s) | ||||
|       --stats-log-level string            Log level to show --stats output DEBUG|INFO|NOTICE|ERROR (default "INFO") | ||||
|       --stats-unit string                 Show data rate in stats as either 'bits' or 'bytes'/s (default "bytes") | ||||
|       --streaming-upload-cutoff int       Cutoff for switching to chunked upload if file size is unknown. Upload starts after reaching cutoff or when file ends. (default 100k) | ||||
|       --suffix string                     Suffix for use with --backup-dir. | ||||
|       --swift-chunk-size int              Above this size files will be chunked into a _segments container. (default 5G) | ||||
|       --syslog                            Use Syslog for logging | ||||
| @@ -112,12 +121,13 @@ Run with --help to list the supported shells. | ||||
|       --track-renames                     When synchronizing, track file renames and do a server side move if possible | ||||
|       --transfers int                     Number of file transfers to run in parallel. (default 4) | ||||
|   -u, --update                            Skip files that are newer on the destination. | ||||
|       --user-agent string                 Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.38-001-gda4e1b84") | ||||
|   -v, --verbose count[=-1]                Print lots more stuff (repeat for more) | ||||
| ``` | ||||
|  | ||||
| ### SEE ALSO | ||||
| * [rclone](/commands/rclone/)	 - Sync files and directories to and from local and remote object stores - v1.37-099-gb78ecb15-zsh-completion | ||||
| * [rclone](/commands/rclone/)	 - Sync files and directories to and from local and remote object stores - v1.38-001-gda4e1b84 | ||||
| * [rclone genautocomplete bash](/commands/rclone_genautocomplete_bash/)	 - Output bash completion script for rclone. | ||||
| * [rclone genautocomplete zsh](/commands/rclone_genautocomplete_zsh/)	 - Output zsh completion script for rclone. | ||||
|  | ||||
| ###### Auto generated by spf13/cobra on 20-Aug-2017 | ||||
| ###### Auto generated by spf13/cobra on 30-Sep-2017 | ||||
|   | ||||
| @@ -1,5 +1,5 @@ | ||||
| --- | ||||
| date: 2017-08-20T10:49:45+02:00 | ||||
| date: 2017-09-30T14:20:12+01:00 | ||||
| title: "rclone genautocomplete bash" | ||||
| slug: rclone_genautocomplete_bash | ||||
| url: /commands/rclone_genautocomplete_bash/ | ||||
| @@ -44,11 +44,16 @@ rclone genautocomplete bash [output_file] [flags] | ||||
|       --acd-templink-threshold int        Files >= this size will be downloaded via their tempLink. (default 9G) | ||||
|       --acd-upload-wait-per-gb duration   Additional time per GB to wait after a failed complete upload to see if it appears. (default 3m0s) | ||||
|       --ask-password                      Allow prompt for password for encrypted configuration. (default true) | ||||
|       --azureblob-chunk-size int          Upload chunk size. Must fit in memory. (default 4M) | ||||
|       --azureblob-upload-cutoff int       Cutoff for switching to chunked upload (default 256M) | ||||
|       --b2-chunk-size int                 Upload chunk size. Must fit in memory. (default 96M) | ||||
|       --b2-hard-delete                    Permanently delete files on remote removal, otherwise hide files. | ||||
|       --b2-test-mode string               A flag string for X-Bz-Test-Mode header. | ||||
|       --b2-upload-cutoff int              Cutoff for switching to chunked upload (default 190.735M) | ||||
|       --b2-versions                       Include old versions in directory listings. | ||||
|       --backup-dir string                 Make backups into hierarchy based in DIR. | ||||
|       --bind string                       Local address to bind to for outgoing connections, IPv4, IPv6 or name. | ||||
|       --box-upload-cutoff int             Cutoff for switching to multipart upload (default 50M) | ||||
|       --buffer-size int                   Buffer size when copying files. (default 16M) | ||||
|       --bwlimit BwTimetable               Bandwidth limit in kBytes/s, or use suffix b|k|M|G or a full timetable. | ||||
|       --checkers int                      Number of checkers to run in parallel. (default 8) | ||||
| @@ -62,6 +67,7 @@ rclone genautocomplete bash [output_file] [flags] | ||||
|       --delete-before                     When synchronizing, delete files on destination before transfering | ||||
|       --delete-during                     When synchronizing, delete files during transfer (default) | ||||
|       --delete-excluded                   Delete files on dest excluded from sync | ||||
|       --disable string                    Disable a comma separated list of features.  Use help to see a list. | ||||
|       --drive-auth-owner-only             Only consider files owned by the authenticated user. | ||||
|       --drive-chunk-size int              Upload chunk size. Must a power of 2 >= 256k. (default 8M) | ||||
|       --drive-formats string              Comma separated list of preferred formats for downloading Google docs. (default "docx,xlsx,pptx,svg") | ||||
| @@ -70,7 +76,7 @@ rclone genautocomplete bash [output_file] [flags] | ||||
|       --drive-skip-gdocs                  Skip google documents in all listings. | ||||
|       --drive-trashed-only                Only show files that are in the trash | ||||
|       --drive-upload-cutoff int           Cutoff for switching to chunked upload (default 8M) | ||||
|       --drive-use-trash                   Send files to the trash instead of deleting permanently. | ||||
|       --drive-use-trash                   Send files to the trash instead of deleting permanently. (default true) | ||||
|       --dropbox-chunk-size int            Upload chunk size. Max 150M. (default 128M) | ||||
|   -n, --dry-run                           Do a trial run with no permanent changes | ||||
|       --dump-auth                         Dump HTTP headers with auth info | ||||
| @@ -89,6 +95,7 @@ rclone genautocomplete bash [output_file] [flags] | ||||
|       --ignore-existing                   Skip all files that exist on destination | ||||
|       --ignore-size                       Ignore size when skipping use mod-time or checksum. | ||||
|   -I, --ignore-times                      Don't skip files that match size and time - transfer all files | ||||
|       --immutable                         Do not modify files. Fail if existing files have been modified. | ||||
|       --include stringArray               Include files matching pattern | ||||
|       --include-from stringArray          Read include patterns from file | ||||
|       --local-no-unicode-normalization    Don't apply unicode normalization to paths and filenames | ||||
| @@ -115,9 +122,11 @@ rclone genautocomplete bash [output_file] [flags] | ||||
|       --s3-acl string                     Canned ACL used when creating buckets and/or storing objects in S3 | ||||
|       --s3-storage-class string           Storage class to use when uploading S3 objects (STANDARD|REDUCED_REDUNDANCY|STANDARD_IA) | ||||
|       --size-only                         Skip based on size only, not mod-time or checksum | ||||
|       --skip-links                        Don't warn about skipped symlinks. | ||||
|       --stats duration                    Interval between printing stats, e.g 500ms, 60s, 5m. (0 to disable) (default 1m0s) | ||||
|       --stats-log-level string            Log level to show --stats output DEBUG|INFO|NOTICE|ERROR (default "INFO") | ||||
|       --stats-unit string                 Show data rate in stats as either 'bits' or 'bytes'/s (default "bytes") | ||||
|       --streaming-upload-cutoff int       Cutoff for switching to chunked upload if file size is unknown. Upload starts after reaching cutoff or when file ends. (default 100k) | ||||
|       --suffix string                     Suffix for use with --backup-dir. | ||||
|       --swift-chunk-size int              Above this size files will be chunked into a _segments container. (default 5G) | ||||
|       --syslog                            Use Syslog for logging | ||||
| @@ -128,10 +137,11 @@ rclone genautocomplete bash [output_file] [flags] | ||||
|       --track-renames                     When synchronizing, track file renames and do a server side move if possible | ||||
|       --transfers int                     Number of file transfers to run in parallel. (default 4) | ||||
|   -u, --update                            Skip files that are newer on the destination. | ||||
|       --user-agent string                 Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.38-001-gda4e1b84") | ||||
|   -v, --verbose count[=-1]                Print lots more stuff (repeat for more) | ||||
| ``` | ||||
|  | ||||
| ### SEE ALSO | ||||
| * [rclone genautocomplete](/commands/rclone_genautocomplete/)	 - Output completion script for a given shell. | ||||
|  | ||||
| ###### Auto generated by spf13/cobra on 20-Aug-2017 | ||||
| ###### Auto generated by spf13/cobra on 30-Sep-2017 | ||||
|   | ||||
| @@ -1,5 +1,5 @@ | ||||
| --- | ||||
| date: 2017-08-20T10:49:45+02:00 | ||||
| date: 2017-09-30T14:20:12+01:00 | ||||
| title: "rclone genautocomplete zsh" | ||||
| slug: rclone_genautocomplete_zsh | ||||
| url: /commands/rclone_genautocomplete_zsh/ | ||||
| @@ -44,11 +44,16 @@ rclone genautocomplete zsh [output_file] [flags] | ||||
|       --acd-templink-threshold int        Files >= this size will be downloaded via their tempLink. (default 9G) | ||||
|       --acd-upload-wait-per-gb duration   Additional time per GB to wait after a failed complete upload to see if it appears. (default 3m0s) | ||||
|       --ask-password                      Allow prompt for password for encrypted configuration. (default true) | ||||
|       --azureblob-chunk-size int          Upload chunk size. Must fit in memory. (default 4M) | ||||
|       --azureblob-upload-cutoff int       Cutoff for switching to chunked upload (default 256M) | ||||
|       --b2-chunk-size int                 Upload chunk size. Must fit in memory. (default 96M) | ||||
|       --b2-hard-delete                    Permanently delete files on remote removal, otherwise hide files. | ||||
|       --b2-test-mode string               A flag string for X-Bz-Test-Mode header. | ||||
|       --b2-upload-cutoff int              Cutoff for switching to chunked upload (default 190.735M) | ||||
|       --b2-versions                       Include old versions in directory listings. | ||||
|       --backup-dir string                 Make backups into hierarchy based in DIR. | ||||
|       --bind string                       Local address to bind to for outgoing connections, IPv4, IPv6 or name. | ||||
|       --box-upload-cutoff int             Cutoff for switching to multipart upload (default 50M) | ||||
|       --buffer-size int                   Buffer size when copying files. (default 16M) | ||||
|       --bwlimit BwTimetable               Bandwidth limit in kBytes/s, or use suffix b|k|M|G or a full timetable. | ||||
|       --checkers int                      Number of checkers to run in parallel. (default 8) | ||||
| @@ -62,6 +67,7 @@ rclone genautocomplete zsh [output_file] [flags] | ||||
|       --delete-before                     When synchronizing, delete files on destination before transfering | ||||
|       --delete-during                     When synchronizing, delete files during transfer (default) | ||||
|       --delete-excluded                   Delete files on dest excluded from sync | ||||
|       --disable string                    Disable a comma separated list of features.  Use help to see a list. | ||||
|       --drive-auth-owner-only             Only consider files owned by the authenticated user. | ||||
|       --drive-chunk-size int              Upload chunk size. Must a power of 2 >= 256k. (default 8M) | ||||
|       --drive-formats string              Comma separated list of preferred formats for downloading Google docs. (default "docx,xlsx,pptx,svg") | ||||
| @@ -70,7 +76,7 @@ rclone genautocomplete zsh [output_file] [flags] | ||||
|       --drive-skip-gdocs                  Skip google documents in all listings. | ||||
|       --drive-trashed-only                Only show files that are in the trash | ||||
|       --drive-upload-cutoff int           Cutoff for switching to chunked upload (default 8M) | ||||
|       --drive-use-trash                   Send files to the trash instead of deleting permanently. | ||||
|       --drive-use-trash                   Send files to the trash instead of deleting permanently. (default true) | ||||
|       --dropbox-chunk-size int            Upload chunk size. Max 150M. (default 128M) | ||||
|   -n, --dry-run                           Do a trial run with no permanent changes | ||||
|       --dump-auth                         Dump HTTP headers with auth info | ||||
| @@ -89,6 +95,7 @@ rclone genautocomplete zsh [output_file] [flags] | ||||
|       --ignore-existing                   Skip all files that exist on destination | ||||
|       --ignore-size                       Ignore size when skipping use mod-time or checksum. | ||||
|   -I, --ignore-times                      Don't skip files that match size and time - transfer all files | ||||
|       --immutable                         Do not modify files. Fail if existing files have been modified. | ||||
|       --include stringArray               Include files matching pattern | ||||
|       --include-from stringArray          Read include patterns from file | ||||
|       --local-no-unicode-normalization    Don't apply unicode normalization to paths and filenames | ||||
| @@ -115,9 +122,11 @@ rclone genautocomplete zsh [output_file] [flags] | ||||
|       --s3-acl string                     Canned ACL used when creating buckets and/or storing objects in S3 | ||||
|       --s3-storage-class string           Storage class to use when uploading S3 objects (STANDARD|REDUCED_REDUNDANCY|STANDARD_IA) | ||||
|       --size-only                         Skip based on size only, not mod-time or checksum | ||||
|       --skip-links                        Don't warn about skipped symlinks. | ||||
|       --stats duration                    Interval between printing stats, e.g 500ms, 60s, 5m. (0 to disable) (default 1m0s) | ||||
|       --stats-log-level string            Log level to show --stats output DEBUG|INFO|NOTICE|ERROR (default "INFO") | ||||
|       --stats-unit string                 Show data rate in stats as either 'bits' or 'bytes'/s (default "bytes") | ||||
|       --streaming-upload-cutoff int       Cutoff for switching to chunked upload if file size is unknown. Upload starts after reaching cutoff or when file ends. (default 100k) | ||||
|       --suffix string                     Suffix for use with --backup-dir. | ||||
|       --swift-chunk-size int              Above this size files will be chunked into a _segments container. (default 5G) | ||||
|       --syslog                            Use Syslog for logging | ||||
| @@ -128,10 +137,11 @@ rclone genautocomplete zsh [output_file] [flags] | ||||
|       --track-renames                     When synchronizing, track file renames and do a server side move if possible | ||||
|       --transfers int                     Number of file transfers to run in parallel. (default 4) | ||||
|   -u, --update                            Skip files that are newer on the destination. | ||||
|       --user-agent string                 Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.38-001-gda4e1b84") | ||||
|   -v, --verbose count[=-1]                Print lots more stuff (repeat for more) | ||||
| ``` | ||||
|  | ||||
| ### SEE ALSO | ||||
| * [rclone genautocomplete](/commands/rclone_genautocomplete/)	 - Output completion script for a given shell. | ||||
|  | ||||
| ###### Auto generated by spf13/cobra on 20-Aug-2017 | ||||
| ###### Auto generated by spf13/cobra on 30-Sep-2017 | ||||
|   | ||||
| @@ -1,5 +1,5 @@ | ||||
| --- | ||||
| date: 2017-07-22T18:15:25+01:00 | ||||
| date: 2017-09-30T14:20:12+01:00 | ||||
| title: "rclone gendocs" | ||||
| slug: rclone_gendocs | ||||
| url: /commands/rclone_gendocs/ | ||||
| @@ -32,11 +32,16 @@ rclone gendocs output_directory [flags] | ||||
|       --acd-templink-threshold int        Files >= this size will be downloaded via their tempLink. (default 9G) | ||||
|       --acd-upload-wait-per-gb duration   Additional time per GB to wait after a failed complete upload to see if it appears. (default 3m0s) | ||||
|       --ask-password                      Allow prompt for password for encrypted configuration. (default true) | ||||
|       --azureblob-chunk-size int          Upload chunk size. Must fit in memory. (default 4M) | ||||
|       --azureblob-upload-cutoff int       Cutoff for switching to chunked upload (default 256M) | ||||
|       --b2-chunk-size int                 Upload chunk size. Must fit in memory. (default 96M) | ||||
|       --b2-hard-delete                    Permanently delete files on remote removal, otherwise hide files. | ||||
|       --b2-test-mode string               A flag string for X-Bz-Test-Mode header. | ||||
|       --b2-upload-cutoff int              Cutoff for switching to chunked upload (default 190.735M) | ||||
|       --b2-versions                       Include old versions in directory listings. | ||||
|       --backup-dir string                 Make backups into hierarchy based in DIR. | ||||
|       --bind string                       Local address to bind to for outgoing connections, IPv4, IPv6 or name. | ||||
|       --box-upload-cutoff int             Cutoff for switching to multipart upload (default 50M) | ||||
|       --buffer-size int                   Buffer size when copying files. (default 16M) | ||||
|       --bwlimit BwTimetable               Bandwidth limit in kBytes/s, or use suffix b|k|M|G or a full timetable. | ||||
|       --checkers int                      Number of checkers to run in parallel. (default 8) | ||||
| @@ -50,6 +55,7 @@ rclone gendocs output_directory [flags] | ||||
|       --delete-before                     When synchronizing, delete files on destination before transfering | ||||
|       --delete-during                     When synchronizing, delete files during transfer (default) | ||||
|       --delete-excluded                   Delete files on dest excluded from sync | ||||
|       --disable string                    Disable a comma separated list of features.  Use help to see a list. | ||||
|       --drive-auth-owner-only             Only consider files owned by the authenticated user. | ||||
|       --drive-chunk-size int              Upload chunk size. Must a power of 2 >= 256k. (default 8M) | ||||
|       --drive-formats string              Comma separated list of preferred formats for downloading Google docs. (default "docx,xlsx,pptx,svg") | ||||
| @@ -58,7 +64,7 @@ rclone gendocs output_directory [flags] | ||||
|       --drive-skip-gdocs                  Skip google documents in all listings. | ||||
|       --drive-trashed-only                Only show files that are in the trash | ||||
|       --drive-upload-cutoff int           Cutoff for switching to chunked upload (default 8M) | ||||
|       --drive-use-trash                   Send files to the trash instead of deleting permanently. | ||||
|       --drive-use-trash                   Send files to the trash instead of deleting permanently. (default true) | ||||
|       --dropbox-chunk-size int            Upload chunk size. Max 150M. (default 128M) | ||||
|   -n, --dry-run                           Do a trial run with no permanent changes | ||||
|       --dump-auth                         Dump HTTP headers with auth info | ||||
| @@ -77,6 +83,7 @@ rclone gendocs output_directory [flags] | ||||
|       --ignore-existing                   Skip all files that exist on destination | ||||
|       --ignore-size                       Ignore size when skipping use mod-time or checksum. | ||||
|   -I, --ignore-times                      Don't skip files that match size and time - transfer all files | ||||
|       --immutable                         Do not modify files. Fail if existing files have been modified. | ||||
|       --include stringArray               Include files matching pattern | ||||
|       --include-from stringArray          Read include patterns from file | ||||
|       --local-no-unicode-normalization    Don't apply unicode normalization to paths and filenames | ||||
| @@ -103,9 +110,11 @@ rclone gendocs output_directory [flags] | ||||
|       --s3-acl string                     Canned ACL used when creating buckets and/or storing objects in S3 | ||||
|       --s3-storage-class string           Storage class to use when uploading S3 objects (STANDARD|REDUCED_REDUNDANCY|STANDARD_IA) | ||||
|       --size-only                         Skip based on size only, not mod-time or checksum | ||||
|       --skip-links                        Don't warn about skipped symlinks. | ||||
|       --stats duration                    Interval between printing stats, e.g 500ms, 60s, 5m. (0 to disable) (default 1m0s) | ||||
|       --stats-log-level string            Log level to show --stats output DEBUG|INFO|NOTICE|ERROR (default "INFO") | ||||
|       --stats-unit string                 Show data rate in stats as either 'bits' or 'bytes'/s (default "bytes") | ||||
|       --streaming-upload-cutoff int       Cutoff for switching to chunked upload if file size is unknown. Upload starts after reaching cutoff or when file ends. (default 100k) | ||||
|       --suffix string                     Suffix for use with --backup-dir. | ||||
|       --swift-chunk-size int              Above this size files will be chunked into a _segments container. (default 5G) | ||||
|       --syslog                            Use Syslog for logging | ||||
| @@ -116,10 +125,11 @@ rclone gendocs output_directory [flags] | ||||
|       --track-renames                     When synchronizing, track file renames and do a server side move if possible | ||||
|       --transfers int                     Number of file transfers to run in parallel. (default 4) | ||||
|   -u, --update                            Skip files that are newer on the destination. | ||||
|       --user-agent string                 Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.38-001-gda4e1b84") | ||||
|   -v, --verbose count[=-1]                Print lots more stuff (repeat for more) | ||||
| ``` | ||||
|  | ||||
| ### SEE ALSO | ||||
| * [rclone](/commands/rclone/)	 - Sync files and directories to and from local and remote object stores - v1.37 | ||||
| * [rclone](/commands/rclone/)	 - Sync files and directories to and from local and remote object stores - v1.38-001-gda4e1b84 | ||||
|  | ||||
| ###### Auto generated by spf13/cobra on 22-Jul-2017 | ||||
| ###### Auto generated by spf13/cobra on 30-Sep-2017 | ||||
|   | ||||
| @@ -1,5 +1,5 @@ | ||||
| --- | ||||
| date: 2017-07-22T18:15:25+01:00 | ||||
| date: 2017-09-30T14:20:12+01:00 | ||||
| title: "rclone listremotes" | ||||
| slug: rclone_listremotes | ||||
| url: /commands/rclone_listremotes/ | ||||
| @@ -24,6 +24,7 @@ rclone listremotes [flags] | ||||
| ### Options | ||||
|  | ||||
| ``` | ||||
|   -h, --help   help for listremotes | ||||
|   -l, --long   Show the type as well as names. | ||||
| ``` | ||||
|  | ||||
| @@ -33,11 +34,16 @@ rclone listremotes [flags] | ||||
|       --acd-templink-threshold int        Files >= this size will be downloaded via their tempLink. (default 9G) | ||||
|       --acd-upload-wait-per-gb duration   Additional time per GB to wait after a failed complete upload to see if it appears. (default 3m0s) | ||||
|       --ask-password                      Allow prompt for password for encrypted configuration. (default true) | ||||
|       --azureblob-chunk-size int          Upload chunk size. Must fit in memory. (default 4M) | ||||
|       --azureblob-upload-cutoff int       Cutoff for switching to chunked upload (default 256M) | ||||
|       --b2-chunk-size int                 Upload chunk size. Must fit in memory. (default 96M) | ||||
|       --b2-hard-delete                    Permanently delete files on remote removal, otherwise hide files. | ||||
|       --b2-test-mode string               A flag string for X-Bz-Test-Mode header. | ||||
|       --b2-upload-cutoff int              Cutoff for switching to chunked upload (default 190.735M) | ||||
|       --b2-versions                       Include old versions in directory listings. | ||||
|       --backup-dir string                 Make backups into hierarchy based in DIR. | ||||
|       --bind string                       Local address to bind to for outgoing connections, IPv4, IPv6 or name. | ||||
|       --box-upload-cutoff int             Cutoff for switching to multipart upload (default 50M) | ||||
|       --buffer-size int                   Buffer size when copying files. (default 16M) | ||||
|       --bwlimit BwTimetable               Bandwidth limit in kBytes/s, or use suffix b|k|M|G or a full timetable. | ||||
|       --checkers int                      Number of checkers to run in parallel. (default 8) | ||||
| @@ -51,6 +57,7 @@ rclone listremotes [flags] | ||||
|       --delete-before                     When synchronizing, delete files on destination before transfering | ||||
|       --delete-during                     When synchronizing, delete files during transfer (default) | ||||
|       --delete-excluded                   Delete files on dest excluded from sync | ||||
|       --disable string                    Disable a comma separated list of features.  Use help to see a list. | ||||
|       --drive-auth-owner-only             Only consider files owned by the authenticated user. | ||||
|       --drive-chunk-size int              Upload chunk size. Must a power of 2 >= 256k. (default 8M) | ||||
|       --drive-formats string              Comma separated list of preferred formats for downloading Google docs. (default "docx,xlsx,pptx,svg") | ||||
| @@ -59,7 +66,7 @@ rclone listremotes [flags] | ||||
|       --drive-skip-gdocs                  Skip google documents in all listings. | ||||
|       --drive-trashed-only                Only show files that are in the trash | ||||
|       --drive-upload-cutoff int           Cutoff for switching to chunked upload (default 8M) | ||||
|       --drive-use-trash                   Send files to the trash instead of deleting permanently. | ||||
|       --drive-use-trash                   Send files to the trash instead of deleting permanently. (default true) | ||||
|       --dropbox-chunk-size int            Upload chunk size. Max 150M. (default 128M) | ||||
|   -n, --dry-run                           Do a trial run with no permanent changes | ||||
|       --dump-auth                         Dump HTTP headers with auth info | ||||
| @@ -78,6 +85,7 @@ rclone listremotes [flags] | ||||
|       --ignore-existing                   Skip all files that exist on destination | ||||
|       --ignore-size                       Ignore size when skipping use mod-time or checksum. | ||||
|   -I, --ignore-times                      Don't skip files that match size and time - transfer all files | ||||
|       --immutable                         Do not modify files. Fail if existing files have been modified. | ||||
|       --include stringArray               Include files matching pattern | ||||
|       --include-from stringArray          Read include patterns from file | ||||
|       --local-no-unicode-normalization    Don't apply unicode normalization to paths and filenames | ||||
| @@ -104,9 +112,11 @@ rclone listremotes [flags] | ||||
|       --s3-acl string                     Canned ACL used when creating buckets and/or storing objects in S3 | ||||
|       --s3-storage-class string           Storage class to use when uploading S3 objects (STANDARD|REDUCED_REDUNDANCY|STANDARD_IA) | ||||
|       --size-only                         Skip based on size only, not mod-time or checksum | ||||
|       --skip-links                        Don't warn about skipped symlinks. | ||||
|       --stats duration                    Interval between printing stats, e.g 500ms, 60s, 5m. (0 to disable) (default 1m0s) | ||||
|       --stats-log-level string            Log level to show --stats output DEBUG|INFO|NOTICE|ERROR (default "INFO") | ||||
|       --stats-unit string                 Show data rate in stats as either 'bits' or 'bytes'/s (default "bytes") | ||||
|       --streaming-upload-cutoff int       Cutoff for switching to chunked upload if file size is unknown. Upload starts after reaching cutoff or when file ends. (default 100k) | ||||
|       --suffix string                     Suffix for use with --backup-dir. | ||||
|       --swift-chunk-size int              Above this size files will be chunked into a _segments container. (default 5G) | ||||
|       --syslog                            Use Syslog for logging | ||||
| @@ -117,10 +127,11 @@ rclone listremotes [flags] | ||||
|       --track-renames                     When synchronizing, track file renames and do a server side move if possible | ||||
|       --transfers int                     Number of file transfers to run in parallel. (default 4) | ||||
|   -u, --update                            Skip files that are newer on the destination. | ||||
|       --user-agent string                 Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.38-001-gda4e1b84") | ||||
|   -v, --verbose count[=-1]                Print lots more stuff (repeat for more) | ||||
| ``` | ||||
|  | ||||
| ### SEE ALSO | ||||
| * [rclone](/commands/rclone/)	 - Sync files and directories to and from local and remote object stores - v1.37 | ||||
| * [rclone](/commands/rclone/)	 - Sync files and directories to and from local and remote object stores - v1.38-001-gda4e1b84 | ||||
|  | ||||
| ###### Auto generated by spf13/cobra on 22-Jul-2017 | ||||
| ###### Auto generated by spf13/cobra on 30-Sep-2017 | ||||
|   | ||||
| @@ -1,5 +1,5 @@ | ||||
| --- | ||||
| date: 2017-07-22T18:15:25+01:00 | ||||
| date: 2017-09-30T14:20:12+01:00 | ||||
| title: "rclone ls" | ||||
| slug: rclone_ls | ||||
| url: /commands/rclone_ls/ | ||||
| @@ -14,7 +14,13 @@ List all the objects in the path with size and path. | ||||
| List all the objects in the path with size and path. | ||||
|  | ||||
| ``` | ||||
| rclone ls remote:path | ||||
| rclone ls remote:path [flags] | ||||
| ``` | ||||
|  | ||||
| ### Options | ||||
|  | ||||
| ``` | ||||
|   -h, --help   help for ls | ||||
| ``` | ||||
|  | ||||
| ### Options inherited from parent commands | ||||
| @@ -23,11 +29,16 @@ rclone ls remote:path | ||||
|       --acd-templink-threshold int        Files >= this size will be downloaded via their tempLink. (default 9G) | ||||
|       --acd-upload-wait-per-gb duration   Additional time per GB to wait after a failed complete upload to see if it appears. (default 3m0s) | ||||
|       --ask-password                      Allow prompt for password for encrypted configuration. (default true) | ||||
|       --azureblob-chunk-size int          Upload chunk size. Must fit in memory. (default 4M) | ||||
|       --azureblob-upload-cutoff int       Cutoff for switching to chunked upload (default 256M) | ||||
|       --b2-chunk-size int                 Upload chunk size. Must fit in memory. (default 96M) | ||||
|       --b2-hard-delete                    Permanently delete files on remote removal, otherwise hide files. | ||||
|       --b2-test-mode string               A flag string for X-Bz-Test-Mode header. | ||||
|       --b2-upload-cutoff int              Cutoff for switching to chunked upload (default 190.735M) | ||||
|       --b2-versions                       Include old versions in directory listings. | ||||
|       --backup-dir string                 Make backups into hierarchy based in DIR. | ||||
|       --bind string                       Local address to bind to for outgoing connections, IPv4, IPv6 or name. | ||||
|       --box-upload-cutoff int             Cutoff for switching to multipart upload (default 50M) | ||||
|       --buffer-size int                   Buffer size when copying files. (default 16M) | ||||
|       --bwlimit BwTimetable               Bandwidth limit in kBytes/s, or use suffix b|k|M|G or a full timetable. | ||||
|       --checkers int                      Number of checkers to run in parallel. (default 8) | ||||
| @@ -41,6 +52,7 @@ rclone ls remote:path | ||||
|       --delete-before                     When synchronizing, delete files on destination before transfering | ||||
|       --delete-during                     When synchronizing, delete files during transfer (default) | ||||
|       --delete-excluded                   Delete files on dest excluded from sync | ||||
|       --disable string                    Disable a comma separated list of features.  Use help to see a list. | ||||
|       --drive-auth-owner-only             Only consider files owned by the authenticated user. | ||||
|       --drive-chunk-size int              Upload chunk size. Must a power of 2 >= 256k. (default 8M) | ||||
|       --drive-formats string              Comma separated list of preferred formats for downloading Google docs. (default "docx,xlsx,pptx,svg") | ||||
| @@ -49,7 +61,7 @@ rclone ls remote:path | ||||
|       --drive-skip-gdocs                  Skip google documents in all listings. | ||||
|       --drive-trashed-only                Only show files that are in the trash | ||||
|       --drive-upload-cutoff int           Cutoff for switching to chunked upload (default 8M) | ||||
|       --drive-use-trash                   Send files to the trash instead of deleting permanently. | ||||
|       --drive-use-trash                   Send files to the trash instead of deleting permanently. (default true) | ||||
|       --dropbox-chunk-size int            Upload chunk size. Max 150M. (default 128M) | ||||
|   -n, --dry-run                           Do a trial run with no permanent changes | ||||
|       --dump-auth                         Dump HTTP headers with auth info | ||||
| @@ -68,6 +80,7 @@ rclone ls remote:path | ||||
|       --ignore-existing                   Skip all files that exist on destination | ||||
|       --ignore-size                       Ignore size when skipping use mod-time or checksum. | ||||
|   -I, --ignore-times                      Don't skip files that match size and time - transfer all files | ||||
|       --immutable                         Do not modify files. Fail if existing files have been modified. | ||||
|       --include stringArray               Include files matching pattern | ||||
|       --include-from stringArray          Read include patterns from file | ||||
|       --local-no-unicode-normalization    Don't apply unicode normalization to paths and filenames | ||||
| @@ -94,9 +107,11 @@ rclone ls remote:path | ||||
|       --s3-acl string                     Canned ACL used when creating buckets and/or storing objects in S3 | ||||
|       --s3-storage-class string           Storage class to use when uploading S3 objects (STANDARD|REDUCED_REDUNDANCY|STANDARD_IA) | ||||
|       --size-only                         Skip based on size only, not mod-time or checksum | ||||
|       --skip-links                        Don't warn about skipped symlinks. | ||||
|       --stats duration                    Interval between printing stats, e.g 500ms, 60s, 5m. (0 to disable) (default 1m0s) | ||||
|       --stats-log-level string            Log level to show --stats output DEBUG|INFO|NOTICE|ERROR (default "INFO") | ||||
|       --stats-unit string                 Show data rate in stats as either 'bits' or 'bytes'/s (default "bytes") | ||||
|       --streaming-upload-cutoff int       Cutoff for switching to chunked upload if file size is unknown. Upload starts after reaching cutoff or when file ends. (default 100k) | ||||
|       --suffix string                     Suffix for use with --backup-dir. | ||||
|       --swift-chunk-size int              Above this size files will be chunked into a _segments container. (default 5G) | ||||
|       --syslog                            Use Syslog for logging | ||||
| @@ -107,10 +122,11 @@ rclone ls remote:path | ||||
|       --track-renames                     When synchronizing, track file renames and do a server side move if possible | ||||
|       --transfers int                     Number of file transfers to run in parallel. (default 4) | ||||
|   -u, --update                            Skip files that are newer on the destination. | ||||
|       --user-agent string                 Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.38-001-gda4e1b84") | ||||
|   -v, --verbose count[=-1]                Print lots more stuff (repeat for more) | ||||
| ``` | ||||
|  | ||||
| ### SEE ALSO | ||||
| * [rclone](/commands/rclone/)	 - Sync files and directories to and from local and remote object stores - v1.37 | ||||
| * [rclone](/commands/rclone/)	 - Sync files and directories to and from local and remote object stores - v1.38-001-gda4e1b84 | ||||
|  | ||||
| ###### Auto generated by spf13/cobra on 22-Jul-2017 | ||||
| ###### Auto generated by spf13/cobra on 30-Sep-2017 | ||||
|   | ||||
| @@ -1,5 +1,5 @@ | ||||
| --- | ||||
| date: 2017-07-22T18:15:25+01:00 | ||||
| date: 2017-09-30T14:20:12+01:00 | ||||
| title: "rclone lsd" | ||||
| slug: rclone_lsd | ||||
| url: /commands/rclone_lsd/ | ||||
| @@ -14,7 +14,13 @@ List all directories/containers/buckets in the path. | ||||
| List all directories/containers/buckets in the path. | ||||
|  | ||||
| ``` | ||||
| rclone lsd remote:path | ||||
| rclone lsd remote:path [flags] | ||||
| ``` | ||||
|  | ||||
| ### Options | ||||
|  | ||||
| ``` | ||||
|   -h, --help   help for lsd | ||||
| ``` | ||||
|  | ||||
| ### Options inherited from parent commands | ||||
| @@ -23,11 +29,16 @@ rclone lsd remote:path | ||||
|       --acd-templink-threshold int        Files >= this size will be downloaded via their tempLink. (default 9G) | ||||
|       --acd-upload-wait-per-gb duration   Additional time per GB to wait after a failed complete upload to see if it appears. (default 3m0s) | ||||
|       --ask-password                      Allow prompt for password for encrypted configuration. (default true) | ||||
|       --azureblob-chunk-size int          Upload chunk size. Must fit in memory. (default 4M) | ||||
|       --azureblob-upload-cutoff int       Cutoff for switching to chunked upload (default 256M) | ||||
|       --b2-chunk-size int                 Upload chunk size. Must fit in memory. (default 96M) | ||||
|       --b2-hard-delete                    Permanently delete files on remote removal, otherwise hide files. | ||||
|       --b2-test-mode string               A flag string for X-Bz-Test-Mode header. | ||||
|       --b2-upload-cutoff int              Cutoff for switching to chunked upload (default 190.735M) | ||||
|       --b2-versions                       Include old versions in directory listings. | ||||
|       --backup-dir string                 Make backups into hierarchy based in DIR. | ||||
|       --bind string                       Local address to bind to for outgoing connections, IPv4, IPv6 or name. | ||||
|       --box-upload-cutoff int             Cutoff for switching to multipart upload (default 50M) | ||||
|       --buffer-size int                   Buffer size when copying files. (default 16M) | ||||
|       --bwlimit BwTimetable               Bandwidth limit in kBytes/s, or use suffix b|k|M|G or a full timetable. | ||||
|       --checkers int                      Number of checkers to run in parallel. (default 8) | ||||
| @@ -41,6 +52,7 @@ rclone lsd remote:path | ||||
|       --delete-before                     When synchronizing, delete files on destination before transfering | ||||
|       --delete-during                     When synchronizing, delete files during transfer (default) | ||||
|       --delete-excluded                   Delete files on dest excluded from sync | ||||
|       --disable string                    Disable a comma separated list of features.  Use help to see a list. | ||||
|       --drive-auth-owner-only             Only consider files owned by the authenticated user. | ||||
|       --drive-chunk-size int              Upload chunk size. Must a power of 2 >= 256k. (default 8M) | ||||
|       --drive-formats string              Comma separated list of preferred formats for downloading Google docs. (default "docx,xlsx,pptx,svg") | ||||
| @@ -49,7 +61,7 @@ rclone lsd remote:path | ||||
|       --drive-skip-gdocs                  Skip google documents in all listings. | ||||
|       --drive-trashed-only                Only show files that are in the trash | ||||
|       --drive-upload-cutoff int           Cutoff for switching to chunked upload (default 8M) | ||||
|       --drive-use-trash                   Send files to the trash instead of deleting permanently. | ||||
|       --drive-use-trash                   Send files to the trash instead of deleting permanently. (default true) | ||||
|       --dropbox-chunk-size int            Upload chunk size. Max 150M. (default 128M) | ||||
|   -n, --dry-run                           Do a trial run with no permanent changes | ||||
|       --dump-auth                         Dump HTTP headers with auth info | ||||
| @@ -68,6 +80,7 @@ rclone lsd remote:path | ||||
|       --ignore-existing                   Skip all files that exist on destination | ||||
|       --ignore-size                       Ignore size when skipping use mod-time or checksum. | ||||
|   -I, --ignore-times                      Don't skip files that match size and time - transfer all files | ||||
|       --immutable                         Do not modify files. Fail if existing files have been modified. | ||||
|       --include stringArray               Include files matching pattern | ||||
|       --include-from stringArray          Read include patterns from file | ||||
|       --local-no-unicode-normalization    Don't apply unicode normalization to paths and filenames | ||||
| @@ -94,9 +107,11 @@ rclone lsd remote:path | ||||
|       --s3-acl string                     Canned ACL used when creating buckets and/or storing objects in S3 | ||||
|       --s3-storage-class string           Storage class to use when uploading S3 objects (STANDARD|REDUCED_REDUNDANCY|STANDARD_IA) | ||||
|       --size-only                         Skip based on size only, not mod-time or checksum | ||||
|       --skip-links                        Don't warn about skipped symlinks. | ||||
|       --stats duration                    Interval between printing stats, e.g 500ms, 60s, 5m. (0 to disable) (default 1m0s) | ||||
|       --stats-log-level string            Log level to show --stats output DEBUG|INFO|NOTICE|ERROR (default "INFO") | ||||
|       --stats-unit string                 Show data rate in stats as either 'bits' or 'bytes'/s (default "bytes") | ||||
|       --streaming-upload-cutoff int       Cutoff for switching to chunked upload if file size is unknown. Upload starts after reaching cutoff or when file ends. (default 100k) | ||||
|       --suffix string                     Suffix for use with --backup-dir. | ||||
|       --swift-chunk-size int              Above this size files will be chunked into a _segments container. (default 5G) | ||||
|       --syslog                            Use Syslog for logging | ||||
| @@ -107,10 +122,11 @@ rclone lsd remote:path | ||||
|       --track-renames                     When synchronizing, track file renames and do a server side move if possible | ||||
|       --transfers int                     Number of file transfers to run in parallel. (default 4) | ||||
|   -u, --update                            Skip files that are newer on the destination. | ||||
|       --user-agent string                 Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.38-001-gda4e1b84") | ||||
|   -v, --verbose count[=-1]                Print lots more stuff (repeat for more) | ||||
| ``` | ||||
|  | ||||
| ### SEE ALSO | ||||
| * [rclone](/commands/rclone/)	 - Sync files and directories to and from local and remote object stores - v1.37 | ||||
| * [rclone](/commands/rclone/)	 - Sync files and directories to and from local and remote object stores - v1.38-001-gda4e1b84 | ||||
|  | ||||
| ###### Auto generated by spf13/cobra on 22-Jul-2017 | ||||
| ###### Auto generated by spf13/cobra on 30-Sep-2017 | ||||
|   | ||||
| @@ -1,5 +1,5 @@ | ||||
| --- | ||||
| date: 2017-07-22T18:15:25+01:00 | ||||
| date: 2017-09-30T14:20:12+01:00 | ||||
| title: "rclone lsjson" | ||||
| slug: rclone_lsjson | ||||
| url: /commands/rclone_lsjson/ | ||||
| @@ -46,6 +46,7 @@ rclone lsjson remote:path [flags] | ||||
|  | ||||
| ``` | ||||
|       --hash         Include hashes in the output (may take longer). | ||||
|   -h, --help         help for lsjson | ||||
|       --no-modtime   Don't read the modification time (can speed things up). | ||||
|   -R, --recursive    Recurse into the listing. | ||||
| ``` | ||||
| @@ -56,11 +57,16 @@ rclone lsjson remote:path [flags] | ||||
|       --acd-templink-threshold int        Files >= this size will be downloaded via their tempLink. (default 9G) | ||||
|       --acd-upload-wait-per-gb duration   Additional time per GB to wait after a failed complete upload to see if it appears. (default 3m0s) | ||||
|       --ask-password                      Allow prompt for password for encrypted configuration. (default true) | ||||
|       --azureblob-chunk-size int          Upload chunk size. Must fit in memory. (default 4M) | ||||
|       --azureblob-upload-cutoff int       Cutoff for switching to chunked upload (default 256M) | ||||
|       --b2-chunk-size int                 Upload chunk size. Must fit in memory. (default 96M) | ||||
|       --b2-hard-delete                    Permanently delete files on remote removal, otherwise hide files. | ||||
|       --b2-test-mode string               A flag string for X-Bz-Test-Mode header. | ||||
|       --b2-upload-cutoff int              Cutoff for switching to chunked upload (default 190.735M) | ||||
|       --b2-versions                       Include old versions in directory listings. | ||||
|       --backup-dir string                 Make backups into hierarchy based in DIR. | ||||
|       --bind string                       Local address to bind to for outgoing connections, IPv4, IPv6 or name. | ||||
|       --box-upload-cutoff int             Cutoff for switching to multipart upload (default 50M) | ||||
|       --buffer-size int                   Buffer size when copying files. (default 16M) | ||||
|       --bwlimit BwTimetable               Bandwidth limit in kBytes/s, or use suffix b|k|M|G or a full timetable. | ||||
|       --checkers int                      Number of checkers to run in parallel. (default 8) | ||||
| @@ -74,6 +80,7 @@ rclone lsjson remote:path [flags] | ||||
|       --delete-before                     When synchronizing, delete files on destination before transfering | ||||
|       --delete-during                     When synchronizing, delete files during transfer (default) | ||||
|       --delete-excluded                   Delete files on dest excluded from sync | ||||
|       --disable string                    Disable a comma separated list of features.  Use help to see a list. | ||||
|       --drive-auth-owner-only             Only consider files owned by the authenticated user. | ||||
|       --drive-chunk-size int              Upload chunk size. Must a power of 2 >= 256k. (default 8M) | ||||
|       --drive-formats string              Comma separated list of preferred formats for downloading Google docs. (default "docx,xlsx,pptx,svg") | ||||
| @@ -82,7 +89,7 @@ rclone lsjson remote:path [flags] | ||||
|       --drive-skip-gdocs                  Skip google documents in all listings. | ||||
|       --drive-trashed-only                Only show files that are in the trash | ||||
|       --drive-upload-cutoff int           Cutoff for switching to chunked upload (default 8M) | ||||
|       --drive-use-trash                   Send files to the trash instead of deleting permanently. | ||||
|       --drive-use-trash                   Send files to the trash instead of deleting permanently. (default true) | ||||
|       --dropbox-chunk-size int            Upload chunk size. Max 150M. (default 128M) | ||||
|   -n, --dry-run                           Do a trial run with no permanent changes | ||||
|       --dump-auth                         Dump HTTP headers with auth info | ||||
| @@ -101,6 +108,7 @@ rclone lsjson remote:path [flags] | ||||
|       --ignore-existing                   Skip all files that exist on destination | ||||
|       --ignore-size                       Ignore size when skipping use mod-time or checksum. | ||||
|   -I, --ignore-times                      Don't skip files that match size and time - transfer all files | ||||
|       --immutable                         Do not modify files. Fail if existing files have been modified. | ||||
|       --include stringArray               Include files matching pattern | ||||
|       --include-from stringArray          Read include patterns from file | ||||
|       --local-no-unicode-normalization    Don't apply unicode normalization to paths and filenames | ||||
| @@ -127,9 +135,11 @@ rclone lsjson remote:path [flags] | ||||
|       --s3-acl string                     Canned ACL used when creating buckets and/or storing objects in S3 | ||||
|       --s3-storage-class string           Storage class to use when uploading S3 objects (STANDARD|REDUCED_REDUNDANCY|STANDARD_IA) | ||||
|       --size-only                         Skip based on size only, not mod-time or checksum | ||||
|       --skip-links                        Don't warn about skipped symlinks. | ||||
|       --stats duration                    Interval between printing stats, e.g 500ms, 60s, 5m. (0 to disable) (default 1m0s) | ||||
|       --stats-log-level string            Log level to show --stats output DEBUG|INFO|NOTICE|ERROR (default "INFO") | ||||
|       --stats-unit string                 Show data rate in stats as either 'bits' or 'bytes'/s (default "bytes") | ||||
|       --streaming-upload-cutoff int       Cutoff for switching to chunked upload if file size is unknown. Upload starts after reaching cutoff or when file ends. (default 100k) | ||||
|       --suffix string                     Suffix for use with --backup-dir. | ||||
|       --swift-chunk-size int              Above this size files will be chunked into a _segments container. (default 5G) | ||||
|       --syslog                            Use Syslog for logging | ||||
| @@ -140,10 +150,11 @@ rclone lsjson remote:path [flags] | ||||
|       --track-renames                     When synchronizing, track file renames and do a server side move if possible | ||||
|       --transfers int                     Number of file transfers to run in parallel. (default 4) | ||||
|   -u, --update                            Skip files that are newer on the destination. | ||||
|       --user-agent string                 Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.38-001-gda4e1b84") | ||||
|   -v, --verbose count[=-1]                Print lots more stuff (repeat for more) | ||||
| ``` | ||||
|  | ||||
| ### SEE ALSO | ||||
| * [rclone](/commands/rclone/)	 - Sync files and directories to and from local and remote object stores - v1.37 | ||||
| * [rclone](/commands/rclone/)	 - Sync files and directories to and from local and remote object stores - v1.38-001-gda4e1b84 | ||||
|  | ||||
| ###### Auto generated by spf13/cobra on 22-Jul-2017 | ||||
| ###### Auto generated by spf13/cobra on 30-Sep-2017 | ||||
|   | ||||
| @@ -1,5 +1,5 @@ | ||||
| --- | ||||
| date: 2017-07-22T18:15:25+01:00 | ||||
| date: 2017-09-30T14:20:12+01:00 | ||||
| title: "rclone lsl" | ||||
| slug: rclone_lsl | ||||
| url: /commands/rclone_lsl/ | ||||
| @@ -14,7 +14,13 @@ List all the objects path with modification time, size and path. | ||||
| List all the objects path with modification time, size and path. | ||||
|  | ||||
| ``` | ||||
| rclone lsl remote:path | ||||
| rclone lsl remote:path [flags] | ||||
| ``` | ||||
|  | ||||
| ### Options | ||||
|  | ||||
| ``` | ||||
|   -h, --help   help for lsl | ||||
| ``` | ||||
|  | ||||
| ### Options inherited from parent commands | ||||
| @@ -23,11 +29,16 @@ rclone lsl remote:path | ||||
|       --acd-templink-threshold int        Files >= this size will be downloaded via their tempLink. (default 9G) | ||||
|       --acd-upload-wait-per-gb duration   Additional time per GB to wait after a failed complete upload to see if it appears. (default 3m0s) | ||||
|       --ask-password                      Allow prompt for password for encrypted configuration. (default true) | ||||
|       --azureblob-chunk-size int          Upload chunk size. Must fit in memory. (default 4M) | ||||
|       --azureblob-upload-cutoff int       Cutoff for switching to chunked upload (default 256M) | ||||
|       --b2-chunk-size int                 Upload chunk size. Must fit in memory. (default 96M) | ||||
|       --b2-hard-delete                    Permanently delete files on remote removal, otherwise hide files. | ||||
|       --b2-test-mode string               A flag string for X-Bz-Test-Mode header. | ||||
|       --b2-upload-cutoff int              Cutoff for switching to chunked upload (default 190.735M) | ||||
|       --b2-versions                       Include old versions in directory listings. | ||||
|       --backup-dir string                 Make backups into hierarchy based in DIR. | ||||
|       --bind string                       Local address to bind to for outgoing connections, IPv4, IPv6 or name. | ||||
|       --box-upload-cutoff int             Cutoff for switching to multipart upload (default 50M) | ||||
|       --buffer-size int                   Buffer size when copying files. (default 16M) | ||||
|       --bwlimit BwTimetable               Bandwidth limit in kBytes/s, or use suffix b|k|M|G or a full timetable. | ||||
|       --checkers int                      Number of checkers to run in parallel. (default 8) | ||||
| @@ -41,6 +52,7 @@ rclone lsl remote:path | ||||
|       --delete-before                     When synchronizing, delete files on destination before transfering | ||||
|       --delete-during                     When synchronizing, delete files during transfer (default) | ||||
|       --delete-excluded                   Delete files on dest excluded from sync | ||||
|       --disable string                    Disable a comma separated list of features.  Use help to see a list. | ||||
|       --drive-auth-owner-only             Only consider files owned by the authenticated user. | ||||
|       --drive-chunk-size int              Upload chunk size. Must a power of 2 >= 256k. (default 8M) | ||||
|       --drive-formats string              Comma separated list of preferred formats for downloading Google docs. (default "docx,xlsx,pptx,svg") | ||||
| @@ -49,7 +61,7 @@ rclone lsl remote:path | ||||
|       --drive-skip-gdocs                  Skip google documents in all listings. | ||||
|       --drive-trashed-only                Only show files that are in the trash | ||||
|       --drive-upload-cutoff int           Cutoff for switching to chunked upload (default 8M) | ||||
|       --drive-use-trash                   Send files to the trash instead of deleting permanently. | ||||
|       --drive-use-trash                   Send files to the trash instead of deleting permanently. (default true) | ||||
|       --dropbox-chunk-size int            Upload chunk size. Max 150M. (default 128M) | ||||
|   -n, --dry-run                           Do a trial run with no permanent changes | ||||
|       --dump-auth                         Dump HTTP headers with auth info | ||||
| @@ -68,6 +80,7 @@ rclone lsl remote:path | ||||
|       --ignore-existing                   Skip all files that exist on destination | ||||
|       --ignore-size                       Ignore size when skipping use mod-time or checksum. | ||||
|   -I, --ignore-times                      Don't skip files that match size and time - transfer all files | ||||
|       --immutable                         Do not modify files. Fail if existing files have been modified. | ||||
|       --include stringArray               Include files matching pattern | ||||
|       --include-from stringArray          Read include patterns from file | ||||
|       --local-no-unicode-normalization    Don't apply unicode normalization to paths and filenames | ||||
| @@ -94,9 +107,11 @@ rclone lsl remote:path | ||||
|       --s3-acl string                     Canned ACL used when creating buckets and/or storing objects in S3 | ||||
|       --s3-storage-class string           Storage class to use when uploading S3 objects (STANDARD|REDUCED_REDUNDANCY|STANDARD_IA) | ||||
|       --size-only                         Skip based on size only, not mod-time or checksum | ||||
|       --skip-links                        Don't warn about skipped symlinks. | ||||
|       --stats duration                    Interval between printing stats, e.g 500ms, 60s, 5m. (0 to disable) (default 1m0s) | ||||
|       --stats-log-level string            Log level to show --stats output DEBUG|INFO|NOTICE|ERROR (default "INFO") | ||||
|       --stats-unit string                 Show data rate in stats as either 'bits' or 'bytes'/s (default "bytes") | ||||
|       --streaming-upload-cutoff int       Cutoff for switching to chunked upload if file size is unknown. Upload starts after reaching cutoff or when file ends. (default 100k) | ||||
|       --suffix string                     Suffix for use with --backup-dir. | ||||
|       --swift-chunk-size int              Above this size files will be chunked into a _segments container. (default 5G) | ||||
|       --syslog                            Use Syslog for logging | ||||
| @@ -107,10 +122,11 @@ rclone lsl remote:path | ||||
|       --track-renames                     When synchronizing, track file renames and do a server side move if possible | ||||
|       --transfers int                     Number of file transfers to run in parallel. (default 4) | ||||
|   -u, --update                            Skip files that are newer on the destination. | ||||
|       --user-agent string                 Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.38-001-gda4e1b84") | ||||
|   -v, --verbose count[=-1]                Print lots more stuff (repeat for more) | ||||
| ``` | ||||
|  | ||||
| ### SEE ALSO | ||||
| * [rclone](/commands/rclone/)	 - Sync files and directories to and from local and remote object stores - v1.37 | ||||
| * [rclone](/commands/rclone/)	 - Sync files and directories to and from local and remote object stores - v1.38-001-gda4e1b84 | ||||
|  | ||||
| ###### Auto generated by spf13/cobra on 22-Jul-2017 | ||||
| ###### Auto generated by spf13/cobra on 30-Sep-2017 | ||||
|   | ||||
| @@ -1,5 +1,5 @@ | ||||
| --- | ||||
| date: 2017-07-22T18:15:25+01:00 | ||||
| date: 2017-09-30T14:20:12+01:00 | ||||
| title: "rclone md5sum" | ||||
| slug: rclone_md5sum | ||||
| url: /commands/rclone_md5sum/ | ||||
| @@ -17,7 +17,13 @@ is in the same format as the standard md5sum tool produces. | ||||
|  | ||||
|  | ||||
| ``` | ||||
| rclone md5sum remote:path | ||||
| rclone md5sum remote:path [flags] | ||||
| ``` | ||||
|  | ||||
| ### Options | ||||
|  | ||||
| ``` | ||||
|   -h, --help   help for md5sum | ||||
| ``` | ||||
|  | ||||
| ### Options inherited from parent commands | ||||
| @@ -26,11 +32,16 @@ rclone md5sum remote:path | ||||
|       --acd-templink-threshold int        Files >= this size will be downloaded via their tempLink. (default 9G) | ||||
|       --acd-upload-wait-per-gb duration   Additional time per GB to wait after a failed complete upload to see if it appears. (default 3m0s) | ||||
|       --ask-password                      Allow prompt for password for encrypted configuration. (default true) | ||||
|       --azureblob-chunk-size int          Upload chunk size. Must fit in memory. (default 4M) | ||||
|       --azureblob-upload-cutoff int       Cutoff for switching to chunked upload (default 256M) | ||||
|       --b2-chunk-size int                 Upload chunk size. Must fit in memory. (default 96M) | ||||
|       --b2-hard-delete                    Permanently delete files on remote removal, otherwise hide files. | ||||
|       --b2-test-mode string               A flag string for X-Bz-Test-Mode header. | ||||
|       --b2-upload-cutoff int              Cutoff for switching to chunked upload (default 190.735M) | ||||
|       --b2-versions                       Include old versions in directory listings. | ||||
|       --backup-dir string                 Make backups into hierarchy based in DIR. | ||||
|       --bind string                       Local address to bind to for outgoing connections, IPv4, IPv6 or name. | ||||
|       --box-upload-cutoff int             Cutoff for switching to multipart upload (default 50M) | ||||
|       --buffer-size int                   Buffer size when copying files. (default 16M) | ||||
|       --bwlimit BwTimetable               Bandwidth limit in kBytes/s, or use suffix b|k|M|G or a full timetable. | ||||
|       --checkers int                      Number of checkers to run in parallel. (default 8) | ||||
| @@ -44,6 +55,7 @@ rclone md5sum remote:path | ||||
|       --delete-before                     When synchronizing, delete files on destination before transfering | ||||
|       --delete-during                     When synchronizing, delete files during transfer (default) | ||||
|       --delete-excluded                   Delete files on dest excluded from sync | ||||
|       --disable string                    Disable a comma separated list of features.  Use help to see a list. | ||||
|       --drive-auth-owner-only             Only consider files owned by the authenticated user. | ||||
|       --drive-chunk-size int              Upload chunk size. Must a power of 2 >= 256k. (default 8M) | ||||
|       --drive-formats string              Comma separated list of preferred formats for downloading Google docs. (default "docx,xlsx,pptx,svg") | ||||
| @@ -52,7 +64,7 @@ rclone md5sum remote:path | ||||
|       --drive-skip-gdocs                  Skip google documents in all listings. | ||||
|       --drive-trashed-only                Only show files that are in the trash | ||||
|       --drive-upload-cutoff int           Cutoff for switching to chunked upload (default 8M) | ||||
|       --drive-use-trash                   Send files to the trash instead of deleting permanently. | ||||
|       --drive-use-trash                   Send files to the trash instead of deleting permanently. (default true) | ||||
|       --dropbox-chunk-size int            Upload chunk size. Max 150M. (default 128M) | ||||
|   -n, --dry-run                           Do a trial run with no permanent changes | ||||
|       --dump-auth                         Dump HTTP headers with auth info | ||||
| @@ -71,6 +83,7 @@ rclone md5sum remote:path | ||||
|       --ignore-existing                   Skip all files that exist on destination | ||||
|       --ignore-size                       Ignore size when skipping use mod-time or checksum. | ||||
|   -I, --ignore-times                      Don't skip files that match size and time - transfer all files | ||||
|       --immutable                         Do not modify files. Fail if existing files have been modified. | ||||
|       --include stringArray               Include files matching pattern | ||||
|       --include-from stringArray          Read include patterns from file | ||||
|       --local-no-unicode-normalization    Don't apply unicode normalization to paths and filenames | ||||
| @@ -97,9 +110,11 @@ rclone md5sum remote:path | ||||
|       --s3-acl string                     Canned ACL used when creating buckets and/or storing objects in S3 | ||||
|       --s3-storage-class string           Storage class to use when uploading S3 objects (STANDARD|REDUCED_REDUNDANCY|STANDARD_IA) | ||||
|       --size-only                         Skip based on size only, not mod-time or checksum | ||||
|       --skip-links                        Don't warn about skipped symlinks. | ||||
|       --stats duration                    Interval between printing stats, e.g 500ms, 60s, 5m. (0 to disable) (default 1m0s) | ||||
|       --stats-log-level string            Log level to show --stats output DEBUG|INFO|NOTICE|ERROR (default "INFO") | ||||
|       --stats-unit string                 Show data rate in stats as either 'bits' or 'bytes'/s (default "bytes") | ||||
|       --streaming-upload-cutoff int       Cutoff for switching to chunked upload if file size is unknown. Upload starts after reaching cutoff or when file ends. (default 100k) | ||||
|       --suffix string                     Suffix for use with --backup-dir. | ||||
|       --swift-chunk-size int              Above this size files will be chunked into a _segments container. (default 5G) | ||||
|       --syslog                            Use Syslog for logging | ||||
| @@ -110,10 +125,11 @@ rclone md5sum remote:path | ||||
|       --track-renames                     When synchronizing, track file renames and do a server side move if possible | ||||
|       --transfers int                     Number of file transfers to run in parallel. (default 4) | ||||
|   -u, --update                            Skip files that are newer on the destination. | ||||
|       --user-agent string                 Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.38-001-gda4e1b84") | ||||
|   -v, --verbose count[=-1]                Print lots more stuff (repeat for more) | ||||
| ``` | ||||
|  | ||||
| ### SEE ALSO | ||||
| * [rclone](/commands/rclone/)	 - Sync files and directories to and from local and remote object stores - v1.37 | ||||
| * [rclone](/commands/rclone/)	 - Sync files and directories to and from local and remote object stores - v1.38-001-gda4e1b84 | ||||
|  | ||||
| ###### Auto generated by spf13/cobra on 22-Jul-2017 | ||||
| ###### Auto generated by spf13/cobra on 30-Sep-2017 | ||||
|   | ||||
| @@ -1,5 +1,5 @@ | ||||
| --- | ||||
| date: 2017-07-22T18:15:25+01:00 | ||||
| date: 2017-09-30T14:20:12+01:00 | ||||
| title: "rclone mkdir" | ||||
| slug: rclone_mkdir | ||||
| url: /commands/rclone_mkdir/ | ||||
| @@ -14,7 +14,13 @@ Make the path if it doesn't already exist. | ||||
| Make the path if it doesn't already exist. | ||||
|  | ||||
| ``` | ||||
| rclone mkdir remote:path | ||||
| rclone mkdir remote:path [flags] | ||||
| ``` | ||||
|  | ||||
| ### Options | ||||
|  | ||||
| ``` | ||||
|   -h, --help   help for mkdir | ||||
| ``` | ||||
|  | ||||
| ### Options inherited from parent commands | ||||
| @@ -23,11 +29,16 @@ rclone mkdir remote:path | ||||
|       --acd-templink-threshold int        Files >= this size will be downloaded via their tempLink. (default 9G) | ||||
|       --acd-upload-wait-per-gb duration   Additional time per GB to wait after a failed complete upload to see if it appears. (default 3m0s) | ||||
|       --ask-password                      Allow prompt for password for encrypted configuration. (default true) | ||||
|       --azureblob-chunk-size int          Upload chunk size. Must fit in memory. (default 4M) | ||||
|       --azureblob-upload-cutoff int       Cutoff for switching to chunked upload (default 256M) | ||||
|       --b2-chunk-size int                 Upload chunk size. Must fit in memory. (default 96M) | ||||
|       --b2-hard-delete                    Permanently delete files on remote removal, otherwise hide files. | ||||
|       --b2-test-mode string               A flag string for X-Bz-Test-Mode header. | ||||
|       --b2-upload-cutoff int              Cutoff for switching to chunked upload (default 190.735M) | ||||
|       --b2-versions                       Include old versions in directory listings. | ||||
|       --backup-dir string                 Make backups into hierarchy based in DIR. | ||||
|       --bind string                       Local address to bind to for outgoing connections, IPv4, IPv6 or name. | ||||
|       --box-upload-cutoff int             Cutoff for switching to multipart upload (default 50M) | ||||
|       --buffer-size int                   Buffer size when copying files. (default 16M) | ||||
|       --bwlimit BwTimetable               Bandwidth limit in kBytes/s, or use suffix b|k|M|G or a full timetable. | ||||
|       --checkers int                      Number of checkers to run in parallel. (default 8) | ||||
| @@ -41,6 +52,7 @@ rclone mkdir remote:path | ||||
|       --delete-before                     When synchronizing, delete files on destination before transfering | ||||
|       --delete-during                     When synchronizing, delete files during transfer (default) | ||||
|       --delete-excluded                   Delete files on dest excluded from sync | ||||
|       --disable string                    Disable a comma separated list of features.  Use help to see a list. | ||||
|       --drive-auth-owner-only             Only consider files owned by the authenticated user. | ||||
|       --drive-chunk-size int              Upload chunk size. Must a power of 2 >= 256k. (default 8M) | ||||
|       --drive-formats string              Comma separated list of preferred formats for downloading Google docs. (default "docx,xlsx,pptx,svg") | ||||
| @@ -49,7 +61,7 @@ rclone mkdir remote:path | ||||
|       --drive-skip-gdocs                  Skip google documents in all listings. | ||||
|       --drive-trashed-only                Only show files that are in the trash | ||||
|       --drive-upload-cutoff int           Cutoff for switching to chunked upload (default 8M) | ||||
|       --drive-use-trash                   Send files to the trash instead of deleting permanently. | ||||
|       --drive-use-trash                   Send files to the trash instead of deleting permanently. (default true) | ||||
|       --dropbox-chunk-size int            Upload chunk size. Max 150M. (default 128M) | ||||
|   -n, --dry-run                           Do a trial run with no permanent changes | ||||
|       --dump-auth                         Dump HTTP headers with auth info | ||||
| @@ -68,6 +80,7 @@ rclone mkdir remote:path | ||||
|       --ignore-existing                   Skip all files that exist on destination | ||||
|       --ignore-size                       Ignore size when skipping use mod-time or checksum. | ||||
|   -I, --ignore-times                      Don't skip files that match size and time - transfer all files | ||||
|       --immutable                         Do not modify files. Fail if existing files have been modified. | ||||
|       --include stringArray               Include files matching pattern | ||||
|       --include-from stringArray          Read include patterns from file | ||||
|       --local-no-unicode-normalization    Don't apply unicode normalization to paths and filenames | ||||
| @@ -94,9 +107,11 @@ rclone mkdir remote:path | ||||
|       --s3-acl string                     Canned ACL used when creating buckets and/or storing objects in S3 | ||||
|       --s3-storage-class string           Storage class to use when uploading S3 objects (STANDARD|REDUCED_REDUNDANCY|STANDARD_IA) | ||||
|       --size-only                         Skip based on size only, not mod-time or checksum | ||||
|       --skip-links                        Don't warn about skipped symlinks. | ||||
|       --stats duration                    Interval between printing stats, e.g 500ms, 60s, 5m. (0 to disable) (default 1m0s) | ||||
|       --stats-log-level string            Log level to show --stats output DEBUG|INFO|NOTICE|ERROR (default "INFO") | ||||
|       --stats-unit string                 Show data rate in stats as either 'bits' or 'bytes'/s (default "bytes") | ||||
|       --streaming-upload-cutoff int       Cutoff for switching to chunked upload if file size is unknown. Upload starts after reaching cutoff or when file ends. (default 100k) | ||||
|       --suffix string                     Suffix for use with --backup-dir. | ||||
|       --swift-chunk-size int              Above this size files will be chunked into a _segments container. (default 5G) | ||||
|       --syslog                            Use Syslog for logging | ||||
| @@ -107,10 +122,11 @@ rclone mkdir remote:path | ||||
|       --track-renames                     When synchronizing, track file renames and do a server side move if possible | ||||
|       --transfers int                     Number of file transfers to run in parallel. (default 4) | ||||
|   -u, --update                            Skip files that are newer on the destination. | ||||
|       --user-agent string                 Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.38-001-gda4e1b84") | ||||
|   -v, --verbose count[=-1]                Print lots more stuff (repeat for more) | ||||
| ``` | ||||
|  | ||||
| ### SEE ALSO | ||||
| * [rclone](/commands/rclone/)	 - Sync files and directories to and from local and remote object stores - v1.37 | ||||
| * [rclone](/commands/rclone/)	 - Sync files and directories to and from local and remote object stores - v1.38-001-gda4e1b84 | ||||
|  | ||||
| ###### Auto generated by spf13/cobra on 22-Jul-2017 | ||||
| ###### Auto generated by spf13/cobra on 30-Sep-2017 | ||||
|   | ||||
| @@ -1,5 +1,5 @@ | ||||
| --- | ||||
| date: 2017-07-22T18:15:25+01:00 | ||||
| date: 2017-09-30T14:20:12+01:00 | ||||
| title: "rclone mount" | ||||
| slug: rclone_mount | ||||
| url: /commands/rclone_mount/ | ||||
| @@ -39,6 +39,34 @@ When that happens, it is the user's responsibility to stop the mount manually wi | ||||
|     # OS X | ||||
|     umount /path/to/local/mount | ||||
|  | ||||
| ### Installing on Windows ### | ||||
|  | ||||
| To run rclone mount on Windows, you will need to | ||||
| download and install [WinFsp](http://www.secfs.net/winfsp/). | ||||
|  | ||||
| WinFsp is an [open source](https://github.com/billziss-gh/winfsp) | ||||
| Windows File System Proxy which makes it easy to write user space file | ||||
| systems for Windows.  It provides a FUSE emulation layer which rclone | ||||
| uses combination with | ||||
| [cgofuse](https://github.com/billziss-gh/cgofuse).  Both of these | ||||
| packages are by Bill Zissimopoulos who was very helpful during the | ||||
| implementation of rclone mount for Windows. | ||||
|  | ||||
| #### Windows caveats #### | ||||
|  | ||||
| Note that drives created as Administrator are not visible by other | ||||
| accounts (including the account that was elevated as | ||||
| Administrator). So if you start a Windows drive from an Administrative | ||||
| Command Prompt and then try to access the same drive from Explorer | ||||
| (which does not run as Administrator), you will not be able to see the | ||||
| new drive. | ||||
|  | ||||
| The easiest way around this is to start the drive from a normal | ||||
| command prompt. It is also possible to start a drive from the SYSTEM | ||||
| account (using [the WinFsp.Launcher | ||||
| infrastructure](https://github.com/billziss-gh/winfsp/wiki/WinFsp-Service-Architecture)) | ||||
| which creates drives accessible for everyone on the system. | ||||
|  | ||||
| ### Limitations ### | ||||
|  | ||||
| This can only write files seqentially, it can only seek when reading. | ||||
| @@ -84,13 +112,6 @@ like this: | ||||
|  | ||||
|     kill -SIGHUP $(pidof rclone) | ||||
|  | ||||
| ### Bugs ### | ||||
|  | ||||
|   * All the remotes should work for read, but some may not for write | ||||
|     * those which need to know the size in advance won't - eg B2 | ||||
|     * maybe should pass in size as -1 to mean work it out | ||||
|     * Or put in an an upload cache to cache the files on disk first | ||||
|  | ||||
|  | ||||
| ``` | ||||
| rclone mount remote:path /path/to/mountpoint [flags] | ||||
| @@ -107,6 +128,7 @@ rclone mount remote:path /path/to/mountpoint [flags] | ||||
|       --dir-cache-time duration   Time to cache directory entries for. (default 5m0s) | ||||
|       --fuse-flag stringArray     Flags or arguments to be passed direct to libfuse/WinFsp. Repeat if required. | ||||
|       --gid uint32                Override the gid field set by the filesystem. (default 502) | ||||
|   -h, --help                      help for mount | ||||
|       --max-read-ahead int        The number of bytes that can be prefetched for sequential reads. (default 128k) | ||||
|       --no-checksum               Don't compare checksums on up/download. | ||||
|       --no-modtime                Don't read/write the modification time (can speed things up). | ||||
| @@ -125,11 +147,16 @@ rclone mount remote:path /path/to/mountpoint [flags] | ||||
|       --acd-templink-threshold int        Files >= this size will be downloaded via their tempLink. (default 9G) | ||||
|       --acd-upload-wait-per-gb duration   Additional time per GB to wait after a failed complete upload to see if it appears. (default 3m0s) | ||||
|       --ask-password                      Allow prompt for password for encrypted configuration. (default true) | ||||
|       --azureblob-chunk-size int          Upload chunk size. Must fit in memory. (default 4M) | ||||
|       --azureblob-upload-cutoff int       Cutoff for switching to chunked upload (default 256M) | ||||
|       --b2-chunk-size int                 Upload chunk size. Must fit in memory. (default 96M) | ||||
|       --b2-hard-delete                    Permanently delete files on remote removal, otherwise hide files. | ||||
|       --b2-test-mode string               A flag string for X-Bz-Test-Mode header. | ||||
|       --b2-upload-cutoff int              Cutoff for switching to chunked upload (default 190.735M) | ||||
|       --b2-versions                       Include old versions in directory listings. | ||||
|       --backup-dir string                 Make backups into hierarchy based in DIR. | ||||
|       --bind string                       Local address to bind to for outgoing connections, IPv4, IPv6 or name. | ||||
|       --box-upload-cutoff int             Cutoff for switching to multipart upload (default 50M) | ||||
|       --buffer-size int                   Buffer size when copying files. (default 16M) | ||||
|       --bwlimit BwTimetable               Bandwidth limit in kBytes/s, or use suffix b|k|M|G or a full timetable. | ||||
|       --checkers int                      Number of checkers to run in parallel. (default 8) | ||||
| @@ -143,6 +170,7 @@ rclone mount remote:path /path/to/mountpoint [flags] | ||||
|       --delete-before                     When synchronizing, delete files on destination before transfering | ||||
|       --delete-during                     When synchronizing, delete files during transfer (default) | ||||
|       --delete-excluded                   Delete files on dest excluded from sync | ||||
|       --disable string                    Disable a comma separated list of features.  Use help to see a list. | ||||
|       --drive-auth-owner-only             Only consider files owned by the authenticated user. | ||||
|       --drive-chunk-size int              Upload chunk size. Must a power of 2 >= 256k. (default 8M) | ||||
|       --drive-formats string              Comma separated list of preferred formats for downloading Google docs. (default "docx,xlsx,pptx,svg") | ||||
| @@ -151,7 +179,7 @@ rclone mount remote:path /path/to/mountpoint [flags] | ||||
|       --drive-skip-gdocs                  Skip google documents in all listings. | ||||
|       --drive-trashed-only                Only show files that are in the trash | ||||
|       --drive-upload-cutoff int           Cutoff for switching to chunked upload (default 8M) | ||||
|       --drive-use-trash                   Send files to the trash instead of deleting permanently. | ||||
|       --drive-use-trash                   Send files to the trash instead of deleting permanently. (default true) | ||||
|       --dropbox-chunk-size int            Upload chunk size. Max 150M. (default 128M) | ||||
|   -n, --dry-run                           Do a trial run with no permanent changes | ||||
|       --dump-auth                         Dump HTTP headers with auth info | ||||
| @@ -170,6 +198,7 @@ rclone mount remote:path /path/to/mountpoint [flags] | ||||
|       --ignore-existing                   Skip all files that exist on destination | ||||
|       --ignore-size                       Ignore size when skipping use mod-time or checksum. | ||||
|   -I, --ignore-times                      Don't skip files that match size and time - transfer all files | ||||
|       --immutable                         Do not modify files. Fail if existing files have been modified. | ||||
|       --include stringArray               Include files matching pattern | ||||
|       --include-from stringArray          Read include patterns from file | ||||
|       --local-no-unicode-normalization    Don't apply unicode normalization to paths and filenames | ||||
| @@ -196,9 +225,11 @@ rclone mount remote:path /path/to/mountpoint [flags] | ||||
|       --s3-acl string                     Canned ACL used when creating buckets and/or storing objects in S3 | ||||
|       --s3-storage-class string           Storage class to use when uploading S3 objects (STANDARD|REDUCED_REDUNDANCY|STANDARD_IA) | ||||
|       --size-only                         Skip based on size only, not mod-time or checksum | ||||
|       --skip-links                        Don't warn about skipped symlinks. | ||||
|       --stats duration                    Interval between printing stats, e.g 500ms, 60s, 5m. (0 to disable) (default 1m0s) | ||||
|       --stats-log-level string            Log level to show --stats output DEBUG|INFO|NOTICE|ERROR (default "INFO") | ||||
|       --stats-unit string                 Show data rate in stats as either 'bits' or 'bytes'/s (default "bytes") | ||||
|       --streaming-upload-cutoff int       Cutoff for switching to chunked upload if file size is unknown. Upload starts after reaching cutoff or when file ends. (default 100k) | ||||
|       --suffix string                     Suffix for use with --backup-dir. | ||||
|       --swift-chunk-size int              Above this size files will be chunked into a _segments container. (default 5G) | ||||
|       --syslog                            Use Syslog for logging | ||||
| @@ -209,10 +240,11 @@ rclone mount remote:path /path/to/mountpoint [flags] | ||||
|       --track-renames                     When synchronizing, track file renames and do a server side move if possible | ||||
|       --transfers int                     Number of file transfers to run in parallel. (default 4) | ||||
|   -u, --update                            Skip files that are newer on the destination. | ||||
|       --user-agent string                 Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.38-001-gda4e1b84") | ||||
|   -v, --verbose count[=-1]                Print lots more stuff (repeat for more) | ||||
| ``` | ||||
|  | ||||
| ### SEE ALSO | ||||
| * [rclone](/commands/rclone/)	 - Sync files and directories to and from local and remote object stores - v1.37 | ||||
| * [rclone](/commands/rclone/)	 - Sync files and directories to and from local and remote object stores - v1.38-001-gda4e1b84 | ||||
|  | ||||
| ###### Auto generated by spf13/cobra on 22-Jul-2017 | ||||
| ###### Auto generated by spf13/cobra on 30-Sep-2017 | ||||
|   | ||||
| @@ -1,5 +1,5 @@ | ||||
| --- | ||||
| date: 2017-07-22T18:15:25+01:00 | ||||
| date: 2017-09-30T14:20:12+01:00 | ||||
| title: "rclone move" | ||||
| slug: rclone_move | ||||
| url: /commands/rclone_move/ | ||||
| @@ -31,7 +31,13 @@ into `dest:path` then delete the original (if no errors on copy) in | ||||
|  | ||||
|  | ||||
| ``` | ||||
| rclone move source:path dest:path | ||||
| rclone move source:path dest:path [flags] | ||||
| ``` | ||||
|  | ||||
| ### Options | ||||
|  | ||||
| ``` | ||||
|   -h, --help   help for move | ||||
| ``` | ||||
|  | ||||
| ### Options inherited from parent commands | ||||
| @@ -40,11 +46,16 @@ rclone move source:path dest:path | ||||
|       --acd-templink-threshold int        Files >= this size will be downloaded via their tempLink. (default 9G) | ||||
|       --acd-upload-wait-per-gb duration   Additional time per GB to wait after a failed complete upload to see if it appears. (default 3m0s) | ||||
|       --ask-password                      Allow prompt for password for encrypted configuration. (default true) | ||||
|       --azureblob-chunk-size int          Upload chunk size. Must fit in memory. (default 4M) | ||||
|       --azureblob-upload-cutoff int       Cutoff for switching to chunked upload (default 256M) | ||||
|       --b2-chunk-size int                 Upload chunk size. Must fit in memory. (default 96M) | ||||
|       --b2-hard-delete                    Permanently delete files on remote removal, otherwise hide files. | ||||
|       --b2-test-mode string               A flag string for X-Bz-Test-Mode header. | ||||
|       --b2-upload-cutoff int              Cutoff for switching to chunked upload (default 190.735M) | ||||
|       --b2-versions                       Include old versions in directory listings. | ||||
|       --backup-dir string                 Make backups into hierarchy based in DIR. | ||||
|       --bind string                       Local address to bind to for outgoing connections, IPv4, IPv6 or name. | ||||
|       --box-upload-cutoff int             Cutoff for switching to multipart upload (default 50M) | ||||
|       --buffer-size int                   Buffer size when copying files. (default 16M) | ||||
|       --bwlimit BwTimetable               Bandwidth limit in kBytes/s, or use suffix b|k|M|G or a full timetable. | ||||
|       --checkers int                      Number of checkers to run in parallel. (default 8) | ||||
| @@ -58,6 +69,7 @@ rclone move source:path dest:path | ||||
|       --delete-before                     When synchronizing, delete files on destination before transfering | ||||
|       --delete-during                     When synchronizing, delete files during transfer (default) | ||||
|       --delete-excluded                   Delete files on dest excluded from sync | ||||
|       --disable string                    Disable a comma separated list of features.  Use help to see a list. | ||||
|       --drive-auth-owner-only             Only consider files owned by the authenticated user. | ||||
|       --drive-chunk-size int              Upload chunk size. Must a power of 2 >= 256k. (default 8M) | ||||
|       --drive-formats string              Comma separated list of preferred formats for downloading Google docs. (default "docx,xlsx,pptx,svg") | ||||
| @@ -66,7 +78,7 @@ rclone move source:path dest:path | ||||
|       --drive-skip-gdocs                  Skip google documents in all listings. | ||||
|       --drive-trashed-only                Only show files that are in the trash | ||||
|       --drive-upload-cutoff int           Cutoff for switching to chunked upload (default 8M) | ||||
|       --drive-use-trash                   Send files to the trash instead of deleting permanently. | ||||
|       --drive-use-trash                   Send files to the trash instead of deleting permanently. (default true) | ||||
|       --dropbox-chunk-size int            Upload chunk size. Max 150M. (default 128M) | ||||
|   -n, --dry-run                           Do a trial run with no permanent changes | ||||
|       --dump-auth                         Dump HTTP headers with auth info | ||||
| @@ -85,6 +97,7 @@ rclone move source:path dest:path | ||||
|       --ignore-existing                   Skip all files that exist on destination | ||||
|       --ignore-size                       Ignore size when skipping use mod-time or checksum. | ||||
|   -I, --ignore-times                      Don't skip files that match size and time - transfer all files | ||||
|       --immutable                         Do not modify files. Fail if existing files have been modified. | ||||
|       --include stringArray               Include files matching pattern | ||||
|       --include-from stringArray          Read include patterns from file | ||||
|       --local-no-unicode-normalization    Don't apply unicode normalization to paths and filenames | ||||
| @@ -111,9 +124,11 @@ rclone move source:path dest:path | ||||
|       --s3-acl string                     Canned ACL used when creating buckets and/or storing objects in S3 | ||||
|       --s3-storage-class string           Storage class to use when uploading S3 objects (STANDARD|REDUCED_REDUNDANCY|STANDARD_IA) | ||||
|       --size-only                         Skip based on size only, not mod-time or checksum | ||||
|       --skip-links                        Don't warn about skipped symlinks. | ||||
|       --stats duration                    Interval between printing stats, e.g 500ms, 60s, 5m. (0 to disable) (default 1m0s) | ||||
|       --stats-log-level string            Log level to show --stats output DEBUG|INFO|NOTICE|ERROR (default "INFO") | ||||
|       --stats-unit string                 Show data rate in stats as either 'bits' or 'bytes'/s (default "bytes") | ||||
|       --streaming-upload-cutoff int       Cutoff for switching to chunked upload if file size is unknown. Upload starts after reaching cutoff or when file ends. (default 100k) | ||||
|       --suffix string                     Suffix for use with --backup-dir. | ||||
|       --swift-chunk-size int              Above this size files will be chunked into a _segments container. (default 5G) | ||||
|       --syslog                            Use Syslog for logging | ||||
| @@ -124,10 +139,11 @@ rclone move source:path dest:path | ||||
|       --track-renames                     When synchronizing, track file renames and do a server side move if possible | ||||
|       --transfers int                     Number of file transfers to run in parallel. (default 4) | ||||
|   -u, --update                            Skip files that are newer on the destination. | ||||
|       --user-agent string                 Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.38-001-gda4e1b84") | ||||
|   -v, --verbose count[=-1]                Print lots more stuff (repeat for more) | ||||
| ``` | ||||
|  | ||||
| ### SEE ALSO | ||||
| * [rclone](/commands/rclone/)	 - Sync files and directories to and from local and remote object stores - v1.37 | ||||
| * [rclone](/commands/rclone/)	 - Sync files and directories to and from local and remote object stores - v1.38-001-gda4e1b84 | ||||
|  | ||||
| ###### Auto generated by spf13/cobra on 22-Jul-2017 | ||||
| ###### Auto generated by spf13/cobra on 30-Sep-2017 | ||||
|   | ||||
| @@ -1,5 +1,5 @@ | ||||
| --- | ||||
| date: 2017-07-22T18:15:25+01:00 | ||||
| date: 2017-09-30T14:20:12+01:00 | ||||
| title: "rclone moveto" | ||||
| slug: rclone_moveto | ||||
| url: /commands/rclone_moveto/ | ||||
| @@ -43,7 +43,13 @@ transfer. | ||||
|  | ||||
|  | ||||
| ``` | ||||
| rclone moveto source:path dest:path | ||||
| rclone moveto source:path dest:path [flags] | ||||
| ``` | ||||
|  | ||||
| ### Options | ||||
|  | ||||
| ``` | ||||
|   -h, --help   help for moveto | ||||
| ``` | ||||
|  | ||||
| ### Options inherited from parent commands | ||||
| @@ -52,11 +58,16 @@ rclone moveto source:path dest:path | ||||
|       --acd-templink-threshold int        Files >= this size will be downloaded via their tempLink. (default 9G) | ||||
|       --acd-upload-wait-per-gb duration   Additional time per GB to wait after a failed complete upload to see if it appears. (default 3m0s) | ||||
|       --ask-password                      Allow prompt for password for encrypted configuration. (default true) | ||||
|       --azureblob-chunk-size int          Upload chunk size. Must fit in memory. (default 4M) | ||||
|       --azureblob-upload-cutoff int       Cutoff for switching to chunked upload (default 256M) | ||||
|       --b2-chunk-size int                 Upload chunk size. Must fit in memory. (default 96M) | ||||
|       --b2-hard-delete                    Permanently delete files on remote removal, otherwise hide files. | ||||
|       --b2-test-mode string               A flag string for X-Bz-Test-Mode header. | ||||
|       --b2-upload-cutoff int              Cutoff for switching to chunked upload (default 190.735M) | ||||
|       --b2-versions                       Include old versions in directory listings. | ||||
|       --backup-dir string                 Make backups into hierarchy based in DIR. | ||||
|       --bind string                       Local address to bind to for outgoing connections, IPv4, IPv6 or name. | ||||
|       --box-upload-cutoff int             Cutoff for switching to multipart upload (default 50M) | ||||
|       --buffer-size int                   Buffer size when copying files. (default 16M) | ||||
|       --bwlimit BwTimetable               Bandwidth limit in kBytes/s, or use suffix b|k|M|G or a full timetable. | ||||
|       --checkers int                      Number of checkers to run in parallel. (default 8) | ||||
| @@ -70,6 +81,7 @@ rclone moveto source:path dest:path | ||||
|       --delete-before                     When synchronizing, delete files on destination before transfering | ||||
|       --delete-during                     When synchronizing, delete files during transfer (default) | ||||
|       --delete-excluded                   Delete files on dest excluded from sync | ||||
|       --disable string                    Disable a comma separated list of features.  Use help to see a list. | ||||
|       --drive-auth-owner-only             Only consider files owned by the authenticated user. | ||||
|       --drive-chunk-size int              Upload chunk size. Must a power of 2 >= 256k. (default 8M) | ||||
|       --drive-formats string              Comma separated list of preferred formats for downloading Google docs. (default "docx,xlsx,pptx,svg") | ||||
| @@ -78,7 +90,7 @@ rclone moveto source:path dest:path | ||||
|       --drive-skip-gdocs                  Skip google documents in all listings. | ||||
|       --drive-trashed-only                Only show files that are in the trash | ||||
|       --drive-upload-cutoff int           Cutoff for switching to chunked upload (default 8M) | ||||
|       --drive-use-trash                   Send files to the trash instead of deleting permanently. | ||||
|       --drive-use-trash                   Send files to the trash instead of deleting permanently. (default true) | ||||
|       --dropbox-chunk-size int            Upload chunk size. Max 150M. (default 128M) | ||||
|   -n, --dry-run                           Do a trial run with no permanent changes | ||||
|       --dump-auth                         Dump HTTP headers with auth info | ||||
| @@ -97,6 +109,7 @@ rclone moveto source:path dest:path | ||||
|       --ignore-existing                   Skip all files that exist on destination | ||||
|       --ignore-size                       Ignore size when skipping use mod-time or checksum. | ||||
|   -I, --ignore-times                      Don't skip files that match size and time - transfer all files | ||||
|       --immutable                         Do not modify files. Fail if existing files have been modified. | ||||
|       --include stringArray               Include files matching pattern | ||||
|       --include-from stringArray          Read include patterns from file | ||||
|       --local-no-unicode-normalization    Don't apply unicode normalization to paths and filenames | ||||
| @@ -123,9 +136,11 @@ rclone moveto source:path dest:path | ||||
|       --s3-acl string                     Canned ACL used when creating buckets and/or storing objects in S3 | ||||
|       --s3-storage-class string           Storage class to use when uploading S3 objects (STANDARD|REDUCED_REDUNDANCY|STANDARD_IA) | ||||
|       --size-only                         Skip based on size only, not mod-time or checksum | ||||
|       --skip-links                        Don't warn about skipped symlinks. | ||||
|       --stats duration                    Interval between printing stats, e.g 500ms, 60s, 5m. (0 to disable) (default 1m0s) | ||||
|       --stats-log-level string            Log level to show --stats output DEBUG|INFO|NOTICE|ERROR (default "INFO") | ||||
|       --stats-unit string                 Show data rate in stats as either 'bits' or 'bytes'/s (default "bytes") | ||||
|       --streaming-upload-cutoff int       Cutoff for switching to chunked upload if file size is unknown. Upload starts after reaching cutoff or when file ends. (default 100k) | ||||
|       --suffix string                     Suffix for use with --backup-dir. | ||||
|       --swift-chunk-size int              Above this size files will be chunked into a _segments container. (default 5G) | ||||
|       --syslog                            Use Syslog for logging | ||||
| @@ -136,10 +151,11 @@ rclone moveto source:path dest:path | ||||
|       --track-renames                     When synchronizing, track file renames and do a server side move if possible | ||||
|       --transfers int                     Number of file transfers to run in parallel. (default 4) | ||||
|   -u, --update                            Skip files that are newer on the destination. | ||||
|       --user-agent string                 Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.38-001-gda4e1b84") | ||||
|   -v, --verbose count[=-1]                Print lots more stuff (repeat for more) | ||||
| ``` | ||||
|  | ||||
| ### SEE ALSO | ||||
| * [rclone](/commands/rclone/)	 - Sync files and directories to and from local and remote object stores - v1.37 | ||||
| * [rclone](/commands/rclone/)	 - Sync files and directories to and from local and remote object stores - v1.38-001-gda4e1b84 | ||||
|  | ||||
| ###### Auto generated by spf13/cobra on 22-Jul-2017 | ||||
| ###### Auto generated by spf13/cobra on 30-Sep-2017 | ||||
|   | ||||
| @@ -1,5 +1,5 @@ | ||||
| --- | ||||
| date: 2017-07-22T18:15:25+01:00 | ||||
| date: 2017-09-30T14:20:12+01:00 | ||||
| title: "rclone ncdu" | ||||
| slug: rclone_ncdu | ||||
| url: /commands/rclone_ncdu/ | ||||
| @@ -38,7 +38,13 @@ importantly deleting files, but is useful as it stands. | ||||
|  | ||||
|  | ||||
| ``` | ||||
| rclone ncdu remote:path | ||||
| rclone ncdu remote:path [flags] | ||||
| ``` | ||||
|  | ||||
| ### Options | ||||
|  | ||||
| ``` | ||||
|   -h, --help   help for ncdu | ||||
| ``` | ||||
|  | ||||
| ### Options inherited from parent commands | ||||
| @@ -47,11 +53,16 @@ rclone ncdu remote:path | ||||
|       --acd-templink-threshold int        Files >= this size will be downloaded via their tempLink. (default 9G) | ||||
|       --acd-upload-wait-per-gb duration   Additional time per GB to wait after a failed complete upload to see if it appears. (default 3m0s) | ||||
|       --ask-password                      Allow prompt for password for encrypted configuration. (default true) | ||||
|       --azureblob-chunk-size int          Upload chunk size. Must fit in memory. (default 4M) | ||||
|       --azureblob-upload-cutoff int       Cutoff for switching to chunked upload (default 256M) | ||||
|       --b2-chunk-size int                 Upload chunk size. Must fit in memory. (default 96M) | ||||
|       --b2-hard-delete                    Permanently delete files on remote removal, otherwise hide files. | ||||
|       --b2-test-mode string               A flag string for X-Bz-Test-Mode header. | ||||
|       --b2-upload-cutoff int              Cutoff for switching to chunked upload (default 190.735M) | ||||
|       --b2-versions                       Include old versions in directory listings. | ||||
|       --backup-dir string                 Make backups into hierarchy based in DIR. | ||||
|       --bind string                       Local address to bind to for outgoing connections, IPv4, IPv6 or name. | ||||
|       --box-upload-cutoff int             Cutoff for switching to multipart upload (default 50M) | ||||
|       --buffer-size int                   Buffer size when copying files. (default 16M) | ||||
|       --bwlimit BwTimetable               Bandwidth limit in kBytes/s, or use suffix b|k|M|G or a full timetable. | ||||
|       --checkers int                      Number of checkers to run in parallel. (default 8) | ||||
| @@ -65,6 +76,7 @@ rclone ncdu remote:path | ||||
|       --delete-before                     When synchronizing, delete files on destination before transfering | ||||
|       --delete-during                     When synchronizing, delete files during transfer (default) | ||||
|       --delete-excluded                   Delete files on dest excluded from sync | ||||
|       --disable string                    Disable a comma separated list of features.  Use help to see a list. | ||||
|       --drive-auth-owner-only             Only consider files owned by the authenticated user. | ||||
|       --drive-chunk-size int              Upload chunk size. Must a power of 2 >= 256k. (default 8M) | ||||
|       --drive-formats string              Comma separated list of preferred formats for downloading Google docs. (default "docx,xlsx,pptx,svg") | ||||
| @@ -73,7 +85,7 @@ rclone ncdu remote:path | ||||
|       --drive-skip-gdocs                  Skip google documents in all listings. | ||||
|       --drive-trashed-only                Only show files that are in the trash | ||||
|       --drive-upload-cutoff int           Cutoff for switching to chunked upload (default 8M) | ||||
|       --drive-use-trash                   Send files to the trash instead of deleting permanently. | ||||
|       --drive-use-trash                   Send files to the trash instead of deleting permanently. (default true) | ||||
|       --dropbox-chunk-size int            Upload chunk size. Max 150M. (default 128M) | ||||
|   -n, --dry-run                           Do a trial run with no permanent changes | ||||
|       --dump-auth                         Dump HTTP headers with auth info | ||||
| @@ -92,6 +104,7 @@ rclone ncdu remote:path | ||||
|       --ignore-existing                   Skip all files that exist on destination | ||||
|       --ignore-size                       Ignore size when skipping use mod-time or checksum. | ||||
|   -I, --ignore-times                      Don't skip files that match size and time - transfer all files | ||||
|       --immutable                         Do not modify files. Fail if existing files have been modified. | ||||
|       --include stringArray               Include files matching pattern | ||||
|       --include-from stringArray          Read include patterns from file | ||||
|       --local-no-unicode-normalization    Don't apply unicode normalization to paths and filenames | ||||
| @@ -118,9 +131,11 @@ rclone ncdu remote:path | ||||
|       --s3-acl string                     Canned ACL used when creating buckets and/or storing objects in S3 | ||||
|       --s3-storage-class string           Storage class to use when uploading S3 objects (STANDARD|REDUCED_REDUNDANCY|STANDARD_IA) | ||||
|       --size-only                         Skip based on size only, not mod-time or checksum | ||||
|       --skip-links                        Don't warn about skipped symlinks. | ||||
|       --stats duration                    Interval between printing stats, e.g 500ms, 60s, 5m. (0 to disable) (default 1m0s) | ||||
|       --stats-log-level string            Log level to show --stats output DEBUG|INFO|NOTICE|ERROR (default "INFO") | ||||
|       --stats-unit string                 Show data rate in stats as either 'bits' or 'bytes'/s (default "bytes") | ||||
|       --streaming-upload-cutoff int       Cutoff for switching to chunked upload if file size is unknown. Upload starts after reaching cutoff or when file ends. (default 100k) | ||||
|       --suffix string                     Suffix for use with --backup-dir. | ||||
|       --swift-chunk-size int              Above this size files will be chunked into a _segments container. (default 5G) | ||||
|       --syslog                            Use Syslog for logging | ||||
| @@ -131,10 +146,11 @@ rclone ncdu remote:path | ||||
|       --track-renames                     When synchronizing, track file renames and do a server side move if possible | ||||
|       --transfers int                     Number of file transfers to run in parallel. (default 4) | ||||
|   -u, --update                            Skip files that are newer on the destination. | ||||
|       --user-agent string                 Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.38-001-gda4e1b84") | ||||
|   -v, --verbose count[=-1]                Print lots more stuff (repeat for more) | ||||
| ``` | ||||
|  | ||||
| ### SEE ALSO | ||||
| * [rclone](/commands/rclone/)	 - Sync files and directories to and from local and remote object stores - v1.37 | ||||
| * [rclone](/commands/rclone/)	 - Sync files and directories to and from local and remote object stores - v1.38-001-gda4e1b84 | ||||
|  | ||||
| ###### Auto generated by spf13/cobra on 22-Jul-2017 | ||||
| ###### Auto generated by spf13/cobra on 30-Sep-2017 | ||||
|   | ||||
| @@ -1,5 +1,5 @@ | ||||
| --- | ||||
| date: 2017-07-22T18:15:25+01:00 | ||||
| date: 2017-09-30T14:20:12+01:00 | ||||
| title: "rclone obscure" | ||||
| slug: rclone_obscure | ||||
| url: /commands/rclone_obscure/ | ||||
| @@ -14,7 +14,13 @@ Obscure password for use in the rclone.conf | ||||
| Obscure password for use in the rclone.conf | ||||
|  | ||||
| ``` | ||||
| rclone obscure password | ||||
| rclone obscure password [flags] | ||||
| ``` | ||||
|  | ||||
| ### Options | ||||
|  | ||||
| ``` | ||||
|   -h, --help   help for obscure | ||||
| ``` | ||||
|  | ||||
| ### Options inherited from parent commands | ||||
| @@ -23,11 +29,16 @@ rclone obscure password | ||||
|       --acd-templink-threshold int        Files >= this size will be downloaded via their tempLink. (default 9G) | ||||
|       --acd-upload-wait-per-gb duration   Additional time per GB to wait after a failed complete upload to see if it appears. (default 3m0s) | ||||
|       --ask-password                      Allow prompt for password for encrypted configuration. (default true) | ||||
|       --azureblob-chunk-size int          Upload chunk size. Must fit in memory. (default 4M) | ||||
|       --azureblob-upload-cutoff int       Cutoff for switching to chunked upload (default 256M) | ||||
|       --b2-chunk-size int                 Upload chunk size. Must fit in memory. (default 96M) | ||||
|       --b2-hard-delete                    Permanently delete files on remote removal, otherwise hide files. | ||||
|       --b2-test-mode string               A flag string for X-Bz-Test-Mode header. | ||||
|       --b2-upload-cutoff int              Cutoff for switching to chunked upload (default 190.735M) | ||||
|       --b2-versions                       Include old versions in directory listings. | ||||
|       --backup-dir string                 Make backups into hierarchy based in DIR. | ||||
|       --bind string                       Local address to bind to for outgoing connections, IPv4, IPv6 or name. | ||||
|       --box-upload-cutoff int             Cutoff for switching to multipart upload (default 50M) | ||||
|       --buffer-size int                   Buffer size when copying files. (default 16M) | ||||
|       --bwlimit BwTimetable               Bandwidth limit in kBytes/s, or use suffix b|k|M|G or a full timetable. | ||||
|       --checkers int                      Number of checkers to run in parallel. (default 8) | ||||
| @@ -41,6 +52,7 @@ rclone obscure password | ||||
|       --delete-before                     When synchronizing, delete files on destination before transfering | ||||
|       --delete-during                     When synchronizing, delete files during transfer (default) | ||||
|       --delete-excluded                   Delete files on dest excluded from sync | ||||
|       --disable string                    Disable a comma separated list of features.  Use help to see a list. | ||||
|       --drive-auth-owner-only             Only consider files owned by the authenticated user. | ||||
|       --drive-chunk-size int              Upload chunk size. Must a power of 2 >= 256k. (default 8M) | ||||
|       --drive-formats string              Comma separated list of preferred formats for downloading Google docs. (default "docx,xlsx,pptx,svg") | ||||
| @@ -49,7 +61,7 @@ rclone obscure password | ||||
|       --drive-skip-gdocs                  Skip google documents in all listings. | ||||
|       --drive-trashed-only                Only show files that are in the trash | ||||
|       --drive-upload-cutoff int           Cutoff for switching to chunked upload (default 8M) | ||||
|       --drive-use-trash                   Send files to the trash instead of deleting permanently. | ||||
|       --drive-use-trash                   Send files to the trash instead of deleting permanently. (default true) | ||||
|       --dropbox-chunk-size int            Upload chunk size. Max 150M. (default 128M) | ||||
|   -n, --dry-run                           Do a trial run with no permanent changes | ||||
|       --dump-auth                         Dump HTTP headers with auth info | ||||
| @@ -68,6 +80,7 @@ rclone obscure password | ||||
|       --ignore-existing                   Skip all files that exist on destination | ||||
|       --ignore-size                       Ignore size when skipping use mod-time or checksum. | ||||
|   -I, --ignore-times                      Don't skip files that match size and time - transfer all files | ||||
|       --immutable                         Do not modify files. Fail if existing files have been modified. | ||||
|       --include stringArray               Include files matching pattern | ||||
|       --include-from stringArray          Read include patterns from file | ||||
|       --local-no-unicode-normalization    Don't apply unicode normalization to paths and filenames | ||||
| @@ -94,9 +107,11 @@ rclone obscure password | ||||
|       --s3-acl string                     Canned ACL used when creating buckets and/or storing objects in S3 | ||||
|       --s3-storage-class string           Storage class to use when uploading S3 objects (STANDARD|REDUCED_REDUNDANCY|STANDARD_IA) | ||||
|       --size-only                         Skip based on size only, not mod-time or checksum | ||||
|       --skip-links                        Don't warn about skipped symlinks. | ||||
|       --stats duration                    Interval between printing stats, e.g 500ms, 60s, 5m. (0 to disable) (default 1m0s) | ||||
|       --stats-log-level string            Log level to show --stats output DEBUG|INFO|NOTICE|ERROR (default "INFO") | ||||
|       --stats-unit string                 Show data rate in stats as either 'bits' or 'bytes'/s (default "bytes") | ||||
|       --streaming-upload-cutoff int       Cutoff for switching to chunked upload if file size is unknown. Upload starts after reaching cutoff or when file ends. (default 100k) | ||||
|       --suffix string                     Suffix for use with --backup-dir. | ||||
|       --swift-chunk-size int              Above this size files will be chunked into a _segments container. (default 5G) | ||||
|       --syslog                            Use Syslog for logging | ||||
| @@ -107,10 +122,11 @@ rclone obscure password | ||||
|       --track-renames                     When synchronizing, track file renames and do a server side move if possible | ||||
|       --transfers int                     Number of file transfers to run in parallel. (default 4) | ||||
|   -u, --update                            Skip files that are newer on the destination. | ||||
|       --user-agent string                 Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.38-001-gda4e1b84") | ||||
|   -v, --verbose count[=-1]                Print lots more stuff (repeat for more) | ||||
| ``` | ||||
|  | ||||
| ### SEE ALSO | ||||
| * [rclone](/commands/rclone/)	 - Sync files and directories to and from local and remote object stores - v1.37 | ||||
| * [rclone](/commands/rclone/)	 - Sync files and directories to and from local and remote object stores - v1.38-001-gda4e1b84 | ||||
|  | ||||
| ###### Auto generated by spf13/cobra on 22-Jul-2017 | ||||
| ###### Auto generated by spf13/cobra on 30-Sep-2017 | ||||
|   | ||||
| @@ -1,5 +1,5 @@ | ||||
| --- | ||||
| date: 2017-07-22T18:15:25+01:00 | ||||
| date: 2017-09-30T14:20:12+01:00 | ||||
| title: "rclone purge" | ||||
| slug: rclone_purge | ||||
| url: /commands/rclone_purge/ | ||||
| @@ -18,7 +18,13 @@ you want to selectively delete files. | ||||
|  | ||||
|  | ||||
| ``` | ||||
| rclone purge remote:path | ||||
| rclone purge remote:path [flags] | ||||
| ``` | ||||
|  | ||||
| ### Options | ||||
|  | ||||
| ``` | ||||
|   -h, --help   help for purge | ||||
| ``` | ||||
|  | ||||
| ### Options inherited from parent commands | ||||
| @@ -27,11 +33,16 @@ rclone purge remote:path | ||||
|       --acd-templink-threshold int        Files >= this size will be downloaded via their tempLink. (default 9G) | ||||
|       --acd-upload-wait-per-gb duration   Additional time per GB to wait after a failed complete upload to see if it appears. (default 3m0s) | ||||
|       --ask-password                      Allow prompt for password for encrypted configuration. (default true) | ||||
|       --azureblob-chunk-size int          Upload chunk size. Must fit in memory. (default 4M) | ||||
|       --azureblob-upload-cutoff int       Cutoff for switching to chunked upload (default 256M) | ||||
|       --b2-chunk-size int                 Upload chunk size. Must fit in memory. (default 96M) | ||||
|       --b2-hard-delete                    Permanently delete files on remote removal, otherwise hide files. | ||||
|       --b2-test-mode string               A flag string for X-Bz-Test-Mode header. | ||||
|       --b2-upload-cutoff int              Cutoff for switching to chunked upload (default 190.735M) | ||||
|       --b2-versions                       Include old versions in directory listings. | ||||
|       --backup-dir string                 Make backups into hierarchy based in DIR. | ||||
|       --bind string                       Local address to bind to for outgoing connections, IPv4, IPv6 or name. | ||||
|       --box-upload-cutoff int             Cutoff for switching to multipart upload (default 50M) | ||||
|       --buffer-size int                   Buffer size when copying files. (default 16M) | ||||
|       --bwlimit BwTimetable               Bandwidth limit in kBytes/s, or use suffix b|k|M|G or a full timetable. | ||||
|       --checkers int                      Number of checkers to run in parallel. (default 8) | ||||
| @@ -45,6 +56,7 @@ rclone purge remote:path | ||||
|       --delete-before                     When synchronizing, delete files on destination before transfering | ||||
|       --delete-during                     When synchronizing, delete files during transfer (default) | ||||
|       --delete-excluded                   Delete files on dest excluded from sync | ||||
|       --disable string                    Disable a comma separated list of features.  Use help to see a list. | ||||
|       --drive-auth-owner-only             Only consider files owned by the authenticated user. | ||||
|       --drive-chunk-size int              Upload chunk size. Must a power of 2 >= 256k. (default 8M) | ||||
|       --drive-formats string              Comma separated list of preferred formats for downloading Google docs. (default "docx,xlsx,pptx,svg") | ||||
| @@ -53,7 +65,7 @@ rclone purge remote:path | ||||
|       --drive-skip-gdocs                  Skip google documents in all listings. | ||||
|       --drive-trashed-only                Only show files that are in the trash | ||||
|       --drive-upload-cutoff int           Cutoff for switching to chunked upload (default 8M) | ||||
|       --drive-use-trash                   Send files to the trash instead of deleting permanently. | ||||
|       --drive-use-trash                   Send files to the trash instead of deleting permanently. (default true) | ||||
|       --dropbox-chunk-size int            Upload chunk size. Max 150M. (default 128M) | ||||
|   -n, --dry-run                           Do a trial run with no permanent changes | ||||
|       --dump-auth                         Dump HTTP headers with auth info | ||||
| @@ -72,6 +84,7 @@ rclone purge remote:path | ||||
|       --ignore-existing                   Skip all files that exist on destination | ||||
|       --ignore-size                       Ignore size when skipping use mod-time or checksum. | ||||
|   -I, --ignore-times                      Don't skip files that match size and time - transfer all files | ||||
|       --immutable                         Do not modify files. Fail if existing files have been modified. | ||||
|       --include stringArray               Include files matching pattern | ||||
|       --include-from stringArray          Read include patterns from file | ||||
|       --local-no-unicode-normalization    Don't apply unicode normalization to paths and filenames | ||||
| @@ -98,9 +111,11 @@ rclone purge remote:path | ||||
|       --s3-acl string                     Canned ACL used when creating buckets and/or storing objects in S3 | ||||
|       --s3-storage-class string           Storage class to use when uploading S3 objects (STANDARD|REDUCED_REDUNDANCY|STANDARD_IA) | ||||
|       --size-only                         Skip based on size only, not mod-time or checksum | ||||
|       --skip-links                        Don't warn about skipped symlinks. | ||||
|       --stats duration                    Interval between printing stats, e.g 500ms, 60s, 5m. (0 to disable) (default 1m0s) | ||||
|       --stats-log-level string            Log level to show --stats output DEBUG|INFO|NOTICE|ERROR (default "INFO") | ||||
|       --stats-unit string                 Show data rate in stats as either 'bits' or 'bytes'/s (default "bytes") | ||||
|       --streaming-upload-cutoff int       Cutoff for switching to chunked upload if file size is unknown. Upload starts after reaching cutoff or when file ends. (default 100k) | ||||
|       --suffix string                     Suffix for use with --backup-dir. | ||||
|       --swift-chunk-size int              Above this size files will be chunked into a _segments container. (default 5G) | ||||
|       --syslog                            Use Syslog for logging | ||||
| @@ -111,10 +126,11 @@ rclone purge remote:path | ||||
|       --track-renames                     When synchronizing, track file renames and do a server side move if possible | ||||
|       --transfers int                     Number of file transfers to run in parallel. (default 4) | ||||
|   -u, --update                            Skip files that are newer on the destination. | ||||
|       --user-agent string                 Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.38-001-gda4e1b84") | ||||
|   -v, --verbose count[=-1]                Print lots more stuff (repeat for more) | ||||
| ``` | ||||
|  | ||||
| ### SEE ALSO | ||||
| * [rclone](/commands/rclone/)	 - Sync files and directories to and from local and remote object stores - v1.37 | ||||
| * [rclone](/commands/rclone/)	 - Sync files and directories to and from local and remote object stores - v1.38-001-gda4e1b84 | ||||
|  | ||||
| ###### Auto generated by spf13/cobra on 22-Jul-2017 | ||||
| ###### Auto generated by spf13/cobra on 30-Sep-2017 | ||||
|   | ||||
							
								
								
									
										154
									
								
								docs/content/commands/rclone_rcat.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										154
									
								
								docs/content/commands/rclone_rcat.md
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,154 @@ | ||||
| --- | ||||
| date: 2017-09-30T14:20:12+01:00 | ||||
| title: "rclone rcat" | ||||
| slug: rclone_rcat | ||||
| url: /commands/rclone_rcat/ | ||||
| --- | ||||
| ## rclone rcat | ||||
|  | ||||
| Copies standard input to file on remote. | ||||
|  | ||||
| ### Synopsis | ||||
|  | ||||
|  | ||||
|  | ||||
| rclone rcat reads from standard input (stdin) and copies it to a | ||||
| single remote file. | ||||
|  | ||||
|     echo "hello world" | rclone rcat remote:path/to/file | ||||
|     ffmpeg - | rclone rcat --checksum remote:path/to/file | ||||
|  | ||||
| If the remote file already exists, it will be overwritten. | ||||
|  | ||||
| rcat will try to upload small files in a single request, which is | ||||
| usually more efficient than the streaming/chunked upload endpoints, | ||||
| which use multiple requests. Exact behaviour depends on the remote. | ||||
| What is considered a small file may be set through | ||||
| `--streaming-upload-cutoff`. Uploading only starts after | ||||
| the cutoff is reached or if the file ends before that. The data | ||||
| must fit into RAM. The cutoff needs to be small enough to adhere | ||||
| the limits of your remote, please see there. Generally speaking, | ||||
| setting this cutoff too high will decrease your performance. | ||||
|  | ||||
| Note that the upload can also not be retried because the data is | ||||
| not kept around until the upload succeeds. If you need to transfer | ||||
| a lot of data, you're better off caching locally and then | ||||
| `rclone move` it to the destination. | ||||
|  | ||||
| ``` | ||||
| rclone rcat remote:path [flags] | ||||
| ``` | ||||
|  | ||||
| ### Options | ||||
|  | ||||
| ``` | ||||
|   -h, --help   help for rcat | ||||
| ``` | ||||
|  | ||||
| ### Options inherited from parent commands | ||||
|  | ||||
| ``` | ||||
|       --acd-templink-threshold int        Files >= this size will be downloaded via their tempLink. (default 9G) | ||||
|       --acd-upload-wait-per-gb duration   Additional time per GB to wait after a failed complete upload to see if it appears. (default 3m0s) | ||||
|       --ask-password                      Allow prompt for password for encrypted configuration. (default true) | ||||
|       --azureblob-chunk-size int          Upload chunk size. Must fit in memory. (default 4M) | ||||
|       --azureblob-upload-cutoff int       Cutoff for switching to chunked upload (default 256M) | ||||
|       --b2-chunk-size int                 Upload chunk size. Must fit in memory. (default 96M) | ||||
|       --b2-hard-delete                    Permanently delete files on remote removal, otherwise hide files. | ||||
|       --b2-test-mode string               A flag string for X-Bz-Test-Mode header. | ||||
|       --b2-upload-cutoff int              Cutoff for switching to chunked upload (default 190.735M) | ||||
|       --b2-versions                       Include old versions in directory listings. | ||||
|       --backup-dir string                 Make backups into hierarchy based in DIR. | ||||
|       --bind string                       Local address to bind to for outgoing connections, IPv4, IPv6 or name. | ||||
|       --box-upload-cutoff int             Cutoff for switching to multipart upload (default 50M) | ||||
|       --buffer-size int                   Buffer size when copying files. (default 16M) | ||||
|       --bwlimit BwTimetable               Bandwidth limit in kBytes/s, or use suffix b|k|M|G or a full timetable. | ||||
|       --checkers int                      Number of checkers to run in parallel. (default 8) | ||||
|   -c, --checksum                          Skip based on checksum & size, not mod-time & size | ||||
|       --config string                     Config file. (default "/home/ncw/.rclone.conf") | ||||
|       --contimeout duration               Connect timeout (default 1m0s) | ||||
|   -L, --copy-links                        Follow symlinks and copy the pointed to item. | ||||
|       --cpuprofile string                 Write cpu profile to file | ||||
|       --crypt-show-mapping                For all files listed show how the names encrypt. | ||||
|       --delete-after                      When synchronizing, delete files on destination after transfering | ||||
|       --delete-before                     When synchronizing, delete files on destination before transfering | ||||
|       --delete-during                     When synchronizing, delete files during transfer (default) | ||||
|       --delete-excluded                   Delete files on dest excluded from sync | ||||
|       --disable string                    Disable a comma separated list of features.  Use help to see a list. | ||||
|       --drive-auth-owner-only             Only consider files owned by the authenticated user. | ||||
|       --drive-chunk-size int              Upload chunk size. Must a power of 2 >= 256k. (default 8M) | ||||
|       --drive-formats string              Comma separated list of preferred formats for downloading Google docs. (default "docx,xlsx,pptx,svg") | ||||
|       --drive-list-chunk int              Size of listing chunk 100-1000. 0 to disable. (default 1000) | ||||
|       --drive-shared-with-me              Only show files that are shared with me | ||||
|       --drive-skip-gdocs                  Skip google documents in all listings. | ||||
|       --drive-trashed-only                Only show files that are in the trash | ||||
|       --drive-upload-cutoff int           Cutoff for switching to chunked upload (default 8M) | ||||
|       --drive-use-trash                   Send files to the trash instead of deleting permanently. (default true) | ||||
|       --dropbox-chunk-size int            Upload chunk size. Max 150M. (default 128M) | ||||
|   -n, --dry-run                           Do a trial run with no permanent changes | ||||
|       --dump-auth                         Dump HTTP headers with auth info | ||||
|       --dump-bodies                       Dump HTTP headers and bodies - may contain sensitive info | ||||
|       --dump-filters                      Dump the filters to the output | ||||
|       --dump-headers                      Dump HTTP headers - may contain sensitive info | ||||
|       --exclude stringArray               Exclude files matching pattern | ||||
|       --exclude-from stringArray          Read exclude patterns from file | ||||
|       --fast-list                         Use recursive list if available. Uses more memory but fewer transactions. | ||||
|       --files-from stringArray            Read list of source-file names from file | ||||
|   -f, --filter stringArray                Add a file-filtering rule | ||||
|       --filter-from stringArray           Read filtering patterns from a file | ||||
|       --gcs-location string               Default location for buckets (us|eu|asia|us-central1|us-east1|us-east4|us-west1|asia-east1|asia-noetheast1|asia-southeast1|australia-southeast1|europe-west1|europe-west2). | ||||
|       --gcs-storage-class string          Default storage class for buckets (MULTI_REGIONAL|REGIONAL|STANDARD|NEARLINE|COLDLINE|DURABLE_REDUCED_AVAILABILITY). | ||||
|       --ignore-checksum                   Skip post copy check of checksums. | ||||
|       --ignore-existing                   Skip all files that exist on destination | ||||
|       --ignore-size                       Ignore size when skipping use mod-time or checksum. | ||||
|   -I, --ignore-times                      Don't skip files that match size and time - transfer all files | ||||
|       --immutable                         Do not modify files. Fail if existing files have been modified. | ||||
|       --include stringArray               Include files matching pattern | ||||
|       --include-from stringArray          Read include patterns from file | ||||
|       --local-no-unicode-normalization    Don't apply unicode normalization to paths and filenames | ||||
|       --log-file string                   Log everything to this file | ||||
|       --log-level string                  Log level DEBUG|INFO|NOTICE|ERROR (default "NOTICE") | ||||
|       --low-level-retries int             Number of low level retries to do. (default 10) | ||||
|       --max-age string                    Don't transfer any file older than this in s or suffix ms|s|m|h|d|w|M|y | ||||
|       --max-depth int                     If set limits the recursion depth to this. (default -1) | ||||
|       --max-size int                      Don't transfer any file larger than this in k or suffix b|k|M|G (default off) | ||||
|       --memprofile string                 Write memory profile to file | ||||
|       --min-age string                    Don't transfer any file younger than this in s or suffix ms|s|m|h|d|w|M|y | ||||
|       --min-size int                      Don't transfer any file smaller than this in k or suffix b|k|M|G (default off) | ||||
|       --modify-window duration            Max time diff to be considered the same (default 1ns) | ||||
|       --no-check-certificate              Do not verify the server SSL certificate. Insecure. | ||||
|       --no-gzip-encoding                  Don't set Accept-Encoding: gzip. | ||||
|       --no-traverse                       Don't traverse destination file system on copy. | ||||
|       --no-update-modtime                 Don't update destination mod-time if files identical. | ||||
|       --old-sync-method                   Deprecated - use --fast-list instead | ||||
|   -x, --one-file-system                   Don't cross filesystem boundaries. | ||||
|       --onedrive-chunk-size int           Above this size files will be chunked - must be multiple of 320k. (default 10M) | ||||
|       --onedrive-upload-cutoff int        Cutoff for switching to chunked upload - must be <= 100MB (default 10M) | ||||
|   -q, --quiet                             Print as little stuff as possible | ||||
|       --retries int                       Retry operations this many times if they fail (default 3) | ||||
|       --s3-acl string                     Canned ACL used when creating buckets and/or storing objects in S3 | ||||
|       --s3-storage-class string           Storage class to use when uploading S3 objects (STANDARD|REDUCED_REDUNDANCY|STANDARD_IA) | ||||
|       --size-only                         Skip based on size only, not mod-time or checksum | ||||
|       --skip-links                        Don't warn about skipped symlinks. | ||||
|       --stats duration                    Interval between printing stats, e.g 500ms, 60s, 5m. (0 to disable) (default 1m0s) | ||||
|       --stats-log-level string            Log level to show --stats output DEBUG|INFO|NOTICE|ERROR (default "INFO") | ||||
|       --stats-unit string                 Show data rate in stats as either 'bits' or 'bytes'/s (default "bytes") | ||||
|       --streaming-upload-cutoff int       Cutoff for switching to chunked upload if file size is unknown. Upload starts after reaching cutoff or when file ends. (default 100k) | ||||
|       --suffix string                     Suffix for use with --backup-dir. | ||||
|       --swift-chunk-size int              Above this size files will be chunked into a _segments container. (default 5G) | ||||
|       --syslog                            Use Syslog for logging | ||||
|       --syslog-facility string            Facility for syslog, eg KERN,USER,... (default "DAEMON") | ||||
|       --timeout duration                  IO idle timeout (default 5m0s) | ||||
|       --tpslimit float                    Limit HTTP transactions per second to this. | ||||
|       --tpslimit-burst int                Max burst of transactions for --tpslimit. (default 1) | ||||
|       --track-renames                     When synchronizing, track file renames and do a server side move if possible | ||||
|       --transfers int                     Number of file transfers to run in parallel. (default 4) | ||||
|   -u, --update                            Skip files that are newer on the destination. | ||||
|       --user-agent string                 Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.38-001-gda4e1b84") | ||||
|   -v, --verbose count[=-1]                Print lots more stuff (repeat for more) | ||||
| ``` | ||||
|  | ||||
| ### SEE ALSO | ||||
| * [rclone](/commands/rclone/)	 - Sync files and directories to and from local and remote object stores - v1.38-001-gda4e1b84 | ||||
|  | ||||
| ###### Auto generated by spf13/cobra on 30-Sep-2017 | ||||
| @@ -1,5 +1,5 @@ | ||||
| --- | ||||
| date: 2017-07-22T18:15:25+01:00 | ||||
| date: 2017-09-30T14:20:12+01:00 | ||||
| title: "rclone rmdir" | ||||
| slug: rclone_rmdir | ||||
| url: /commands/rclone_rmdir/ | ||||
| @@ -16,7 +16,13 @@ Remove the path.  Note that you can't remove a path with | ||||
| objects in it, use purge for that. | ||||
|  | ||||
| ``` | ||||
| rclone rmdir remote:path | ||||
| rclone rmdir remote:path [flags] | ||||
| ``` | ||||
|  | ||||
| ### Options | ||||
|  | ||||
| ``` | ||||
|   -h, --help   help for rmdir | ||||
| ``` | ||||
|  | ||||
| ### Options inherited from parent commands | ||||
| @@ -25,11 +31,16 @@ rclone rmdir remote:path | ||||
|       --acd-templink-threshold int        Files >= this size will be downloaded via their tempLink. (default 9G) | ||||
|       --acd-upload-wait-per-gb duration   Additional time per GB to wait after a failed complete upload to see if it appears. (default 3m0s) | ||||
|       --ask-password                      Allow prompt for password for encrypted configuration. (default true) | ||||
|       --azureblob-chunk-size int          Upload chunk size. Must fit in memory. (default 4M) | ||||
|       --azureblob-upload-cutoff int       Cutoff for switching to chunked upload (default 256M) | ||||
|       --b2-chunk-size int                 Upload chunk size. Must fit in memory. (default 96M) | ||||
|       --b2-hard-delete                    Permanently delete files on remote removal, otherwise hide files. | ||||
|       --b2-test-mode string               A flag string for X-Bz-Test-Mode header. | ||||
|       --b2-upload-cutoff int              Cutoff for switching to chunked upload (default 190.735M) | ||||
|       --b2-versions                       Include old versions in directory listings. | ||||
|       --backup-dir string                 Make backups into hierarchy based in DIR. | ||||
|       --bind string                       Local address to bind to for outgoing connections, IPv4, IPv6 or name. | ||||
|       --box-upload-cutoff int             Cutoff for switching to multipart upload (default 50M) | ||||
|       --buffer-size int                   Buffer size when copying files. (default 16M) | ||||
|       --bwlimit BwTimetable               Bandwidth limit in kBytes/s, or use suffix b|k|M|G or a full timetable. | ||||
|       --checkers int                      Number of checkers to run in parallel. (default 8) | ||||
| @@ -43,6 +54,7 @@ rclone rmdir remote:path | ||||
|       --delete-before                     When synchronizing, delete files on destination before transfering | ||||
|       --delete-during                     When synchronizing, delete files during transfer (default) | ||||
|       --delete-excluded                   Delete files on dest excluded from sync | ||||
|       --disable string                    Disable a comma separated list of features.  Use help to see a list. | ||||
|       --drive-auth-owner-only             Only consider files owned by the authenticated user. | ||||
|       --drive-chunk-size int              Upload chunk size. Must a power of 2 >= 256k. (default 8M) | ||||
|       --drive-formats string              Comma separated list of preferred formats for downloading Google docs. (default "docx,xlsx,pptx,svg") | ||||
| @@ -51,7 +63,7 @@ rclone rmdir remote:path | ||||
|       --drive-skip-gdocs                  Skip google documents in all listings. | ||||
|       --drive-trashed-only                Only show files that are in the trash | ||||
|       --drive-upload-cutoff int           Cutoff for switching to chunked upload (default 8M) | ||||
|       --drive-use-trash                   Send files to the trash instead of deleting permanently. | ||||
|       --drive-use-trash                   Send files to the trash instead of deleting permanently. (default true) | ||||
|       --dropbox-chunk-size int            Upload chunk size. Max 150M. (default 128M) | ||||
|   -n, --dry-run                           Do a trial run with no permanent changes | ||||
|       --dump-auth                         Dump HTTP headers with auth info | ||||
| @@ -70,6 +82,7 @@ rclone rmdir remote:path | ||||
|       --ignore-existing                   Skip all files that exist on destination | ||||
|       --ignore-size                       Ignore size when skipping use mod-time or checksum. | ||||
|   -I, --ignore-times                      Don't skip files that match size and time - transfer all files | ||||
|       --immutable                         Do not modify files. Fail if existing files have been modified. | ||||
|       --include stringArray               Include files matching pattern | ||||
|       --include-from stringArray          Read include patterns from file | ||||
|       --local-no-unicode-normalization    Don't apply unicode normalization to paths and filenames | ||||
| @@ -96,9 +109,11 @@ rclone rmdir remote:path | ||||
|       --s3-acl string                     Canned ACL used when creating buckets and/or storing objects in S3 | ||||
|       --s3-storage-class string           Storage class to use when uploading S3 objects (STANDARD|REDUCED_REDUNDANCY|STANDARD_IA) | ||||
|       --size-only                         Skip based on size only, not mod-time or checksum | ||||
|       --skip-links                        Don't warn about skipped symlinks. | ||||
|       --stats duration                    Interval between printing stats, e.g 500ms, 60s, 5m. (0 to disable) (default 1m0s) | ||||
|       --stats-log-level string            Log level to show --stats output DEBUG|INFO|NOTICE|ERROR (default "INFO") | ||||
|       --stats-unit string                 Show data rate in stats as either 'bits' or 'bytes'/s (default "bytes") | ||||
|       --streaming-upload-cutoff int       Cutoff for switching to chunked upload if file size is unknown. Upload starts after reaching cutoff or when file ends. (default 100k) | ||||
|       --suffix string                     Suffix for use with --backup-dir. | ||||
|       --swift-chunk-size int              Above this size files will be chunked into a _segments container. (default 5G) | ||||
|       --syslog                            Use Syslog for logging | ||||
| @@ -109,10 +124,11 @@ rclone rmdir remote:path | ||||
|       --track-renames                     When synchronizing, track file renames and do a server side move if possible | ||||
|       --transfers int                     Number of file transfers to run in parallel. (default 4) | ||||
|   -u, --update                            Skip files that are newer on the destination. | ||||
|       --user-agent string                 Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.38-001-gda4e1b84") | ||||
|   -v, --verbose count[=-1]                Print lots more stuff (repeat for more) | ||||
| ``` | ||||
|  | ||||
| ### SEE ALSO | ||||
| * [rclone](/commands/rclone/)	 - Sync files and directories to and from local and remote object stores - v1.37 | ||||
| * [rclone](/commands/rclone/)	 - Sync files and directories to and from local and remote object stores - v1.38-001-gda4e1b84 | ||||
|  | ||||
| ###### Auto generated by spf13/cobra on 22-Jul-2017 | ||||
| ###### Auto generated by spf13/cobra on 30-Sep-2017 | ||||
|   | ||||
| @@ -1,5 +1,5 @@ | ||||
| --- | ||||
| date: 2017-07-22T18:15:25+01:00 | ||||
| date: 2017-09-30T14:20:12+01:00 | ||||
| title: "rclone rmdirs" | ||||
| slug: rclone_rmdirs | ||||
| url: /commands/rclone_rmdirs/ | ||||
| @@ -21,7 +21,13 @@ empty directories in. | ||||
|  | ||||
|  | ||||
| ``` | ||||
| rclone rmdirs remote:path | ||||
| rclone rmdirs remote:path [flags] | ||||
| ``` | ||||
|  | ||||
| ### Options | ||||
|  | ||||
| ``` | ||||
|   -h, --help   help for rmdirs | ||||
| ``` | ||||
|  | ||||
| ### Options inherited from parent commands | ||||
| @@ -30,11 +36,16 @@ rclone rmdirs remote:path | ||||
|       --acd-templink-threshold int        Files >= this size will be downloaded via their tempLink. (default 9G) | ||||
|       --acd-upload-wait-per-gb duration   Additional time per GB to wait after a failed complete upload to see if it appears. (default 3m0s) | ||||
|       --ask-password                      Allow prompt for password for encrypted configuration. (default true) | ||||
|       --azureblob-chunk-size int          Upload chunk size. Must fit in memory. (default 4M) | ||||
|       --azureblob-upload-cutoff int       Cutoff for switching to chunked upload (default 256M) | ||||
|       --b2-chunk-size int                 Upload chunk size. Must fit in memory. (default 96M) | ||||
|       --b2-hard-delete                    Permanently delete files on remote removal, otherwise hide files. | ||||
|       --b2-test-mode string               A flag string for X-Bz-Test-Mode header. | ||||
|       --b2-upload-cutoff int              Cutoff for switching to chunked upload (default 190.735M) | ||||
|       --b2-versions                       Include old versions in directory listings. | ||||
|       --backup-dir string                 Make backups into hierarchy based in DIR. | ||||
|       --bind string                       Local address to bind to for outgoing connections, IPv4, IPv6 or name. | ||||
|       --box-upload-cutoff int             Cutoff for switching to multipart upload (default 50M) | ||||
|       --buffer-size int                   Buffer size when copying files. (default 16M) | ||||
|       --bwlimit BwTimetable               Bandwidth limit in kBytes/s, or use suffix b|k|M|G or a full timetable. | ||||
|       --checkers int                      Number of checkers to run in parallel. (default 8) | ||||
| @@ -48,6 +59,7 @@ rclone rmdirs remote:path | ||||
|       --delete-before                     When synchronizing, delete files on destination before transfering | ||||
|       --delete-during                     When synchronizing, delete files during transfer (default) | ||||
|       --delete-excluded                   Delete files on dest excluded from sync | ||||
|       --disable string                    Disable a comma separated list of features.  Use help to see a list. | ||||
|       --drive-auth-owner-only             Only consider files owned by the authenticated user. | ||||
|       --drive-chunk-size int              Upload chunk size. Must a power of 2 >= 256k. (default 8M) | ||||
|       --drive-formats string              Comma separated list of preferred formats for downloading Google docs. (default "docx,xlsx,pptx,svg") | ||||
| @@ -56,7 +68,7 @@ rclone rmdirs remote:path | ||||
|       --drive-skip-gdocs                  Skip google documents in all listings. | ||||
|       --drive-trashed-only                Only show files that are in the trash | ||||
|       --drive-upload-cutoff int           Cutoff for switching to chunked upload (default 8M) | ||||
|       --drive-use-trash                   Send files to the trash instead of deleting permanently. | ||||
|       --drive-use-trash                   Send files to the trash instead of deleting permanently. (default true) | ||||
|       --dropbox-chunk-size int            Upload chunk size. Max 150M. (default 128M) | ||||
|   -n, --dry-run                           Do a trial run with no permanent changes | ||||
|       --dump-auth                         Dump HTTP headers with auth info | ||||
| @@ -75,6 +87,7 @@ rclone rmdirs remote:path | ||||
|       --ignore-existing                   Skip all files that exist on destination | ||||
|       --ignore-size                       Ignore size when skipping use mod-time or checksum. | ||||
|   -I, --ignore-times                      Don't skip files that match size and time - transfer all files | ||||
|       --immutable                         Do not modify files. Fail if existing files have been modified. | ||||
|       --include stringArray               Include files matching pattern | ||||
|       --include-from stringArray          Read include patterns from file | ||||
|       --local-no-unicode-normalization    Don't apply unicode normalization to paths and filenames | ||||
| @@ -101,9 +114,11 @@ rclone rmdirs remote:path | ||||
|       --s3-acl string                     Canned ACL used when creating buckets and/or storing objects in S3 | ||||
|       --s3-storage-class string           Storage class to use when uploading S3 objects (STANDARD|REDUCED_REDUNDANCY|STANDARD_IA) | ||||
|       --size-only                         Skip based on size only, not mod-time or checksum | ||||
|       --skip-links                        Don't warn about skipped symlinks. | ||||
|       --stats duration                    Interval between printing stats, e.g 500ms, 60s, 5m. (0 to disable) (default 1m0s) | ||||
|       --stats-log-level string            Log level to show --stats output DEBUG|INFO|NOTICE|ERROR (default "INFO") | ||||
|       --stats-unit string                 Show data rate in stats as either 'bits' or 'bytes'/s (default "bytes") | ||||
|       --streaming-upload-cutoff int       Cutoff for switching to chunked upload if file size is unknown. Upload starts after reaching cutoff or when file ends. (default 100k) | ||||
|       --suffix string                     Suffix for use with --backup-dir. | ||||
|       --swift-chunk-size int              Above this size files will be chunked into a _segments container. (default 5G) | ||||
|       --syslog                            Use Syslog for logging | ||||
| @@ -114,10 +129,11 @@ rclone rmdirs remote:path | ||||
|       --track-renames                     When synchronizing, track file renames and do a server side move if possible | ||||
|       --transfers int                     Number of file transfers to run in parallel. (default 4) | ||||
|   -u, --update                            Skip files that are newer on the destination. | ||||
|       --user-agent string                 Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.38-001-gda4e1b84") | ||||
|   -v, --verbose count[=-1]                Print lots more stuff (repeat for more) | ||||
| ``` | ||||
|  | ||||
| ### SEE ALSO | ||||
| * [rclone](/commands/rclone/)	 - Sync files and directories to and from local and remote object stores - v1.37 | ||||
| * [rclone](/commands/rclone/)	 - Sync files and directories to and from local and remote object stores - v1.38-001-gda4e1b84 | ||||
|  | ||||
| ###### Auto generated by spf13/cobra on 22-Jul-2017 | ||||
| ###### Auto generated by spf13/cobra on 30-Sep-2017 | ||||
|   | ||||
| @@ -1,5 +1,5 @@ | ||||
| --- | ||||
| date: 2017-07-22T18:15:25+01:00 | ||||
| date: 2017-09-30T14:20:12+01:00 | ||||
| title: "rclone sha1sum" | ||||
| slug: rclone_sha1sum | ||||
| url: /commands/rclone_sha1sum/ | ||||
| @@ -17,7 +17,13 @@ is in the same format as the standard sha1sum tool produces. | ||||
|  | ||||
|  | ||||
| ``` | ||||
| rclone sha1sum remote:path | ||||
| rclone sha1sum remote:path [flags] | ||||
| ``` | ||||
|  | ||||
| ### Options | ||||
|  | ||||
| ``` | ||||
|   -h, --help   help for sha1sum | ||||
| ``` | ||||
|  | ||||
| ### Options inherited from parent commands | ||||
| @@ -26,11 +32,16 @@ rclone sha1sum remote:path | ||||
|       --acd-templink-threshold int        Files >= this size will be downloaded via their tempLink. (default 9G) | ||||
|       --acd-upload-wait-per-gb duration   Additional time per GB to wait after a failed complete upload to see if it appears. (default 3m0s) | ||||
|       --ask-password                      Allow prompt for password for encrypted configuration. (default true) | ||||
|       --azureblob-chunk-size int          Upload chunk size. Must fit in memory. (default 4M) | ||||
|       --azureblob-upload-cutoff int       Cutoff for switching to chunked upload (default 256M) | ||||
|       --b2-chunk-size int                 Upload chunk size. Must fit in memory. (default 96M) | ||||
|       --b2-hard-delete                    Permanently delete files on remote removal, otherwise hide files. | ||||
|       --b2-test-mode string               A flag string for X-Bz-Test-Mode header. | ||||
|       --b2-upload-cutoff int              Cutoff for switching to chunked upload (default 190.735M) | ||||
|       --b2-versions                       Include old versions in directory listings. | ||||
|       --backup-dir string                 Make backups into hierarchy based in DIR. | ||||
|       --bind string                       Local address to bind to for outgoing connections, IPv4, IPv6 or name. | ||||
|       --box-upload-cutoff int             Cutoff for switching to multipart upload (default 50M) | ||||
|       --buffer-size int                   Buffer size when copying files. (default 16M) | ||||
|       --bwlimit BwTimetable               Bandwidth limit in kBytes/s, or use suffix b|k|M|G or a full timetable. | ||||
|       --checkers int                      Number of checkers to run in parallel. (default 8) | ||||
| @@ -44,6 +55,7 @@ rclone sha1sum remote:path | ||||
|       --delete-before                     When synchronizing, delete files on destination before transfering | ||||
|       --delete-during                     When synchronizing, delete files during transfer (default) | ||||
|       --delete-excluded                   Delete files on dest excluded from sync | ||||
|       --disable string                    Disable a comma separated list of features.  Use help to see a list. | ||||
|       --drive-auth-owner-only             Only consider files owned by the authenticated user. | ||||
|       --drive-chunk-size int              Upload chunk size. Must a power of 2 >= 256k. (default 8M) | ||||
|       --drive-formats string              Comma separated list of preferred formats for downloading Google docs. (default "docx,xlsx,pptx,svg") | ||||
| @@ -52,7 +64,7 @@ rclone sha1sum remote:path | ||||
|       --drive-skip-gdocs                  Skip google documents in all listings. | ||||
|       --drive-trashed-only                Only show files that are in the trash | ||||
|       --drive-upload-cutoff int           Cutoff for switching to chunked upload (default 8M) | ||||
|       --drive-use-trash                   Send files to the trash instead of deleting permanently. | ||||
|       --drive-use-trash                   Send files to the trash instead of deleting permanently. (default true) | ||||
|       --dropbox-chunk-size int            Upload chunk size. Max 150M. (default 128M) | ||||
|   -n, --dry-run                           Do a trial run with no permanent changes | ||||
|       --dump-auth                         Dump HTTP headers with auth info | ||||
| @@ -71,6 +83,7 @@ rclone sha1sum remote:path | ||||
|       --ignore-existing                   Skip all files that exist on destination | ||||
|       --ignore-size                       Ignore size when skipping use mod-time or checksum. | ||||
|   -I, --ignore-times                      Don't skip files that match size and time - transfer all files | ||||
|       --immutable                         Do not modify files. Fail if existing files have been modified. | ||||
|       --include stringArray               Include files matching pattern | ||||
|       --include-from stringArray          Read include patterns from file | ||||
|       --local-no-unicode-normalization    Don't apply unicode normalization to paths and filenames | ||||
| @@ -97,9 +110,11 @@ rclone sha1sum remote:path | ||||
|       --s3-acl string                     Canned ACL used when creating buckets and/or storing objects in S3 | ||||
|       --s3-storage-class string           Storage class to use when uploading S3 objects (STANDARD|REDUCED_REDUNDANCY|STANDARD_IA) | ||||
|       --size-only                         Skip based on size only, not mod-time or checksum | ||||
|       --skip-links                        Don't warn about skipped symlinks. | ||||
|       --stats duration                    Interval between printing stats, e.g 500ms, 60s, 5m. (0 to disable) (default 1m0s) | ||||
|       --stats-log-level string            Log level to show --stats output DEBUG|INFO|NOTICE|ERROR (default "INFO") | ||||
|       --stats-unit string                 Show data rate in stats as either 'bits' or 'bytes'/s (default "bytes") | ||||
|       --streaming-upload-cutoff int       Cutoff for switching to chunked upload if file size is unknown. Upload starts after reaching cutoff or when file ends. (default 100k) | ||||
|       --suffix string                     Suffix for use with --backup-dir. | ||||
|       --swift-chunk-size int              Above this size files will be chunked into a _segments container. (default 5G) | ||||
|       --syslog                            Use Syslog for logging | ||||
| @@ -110,10 +125,11 @@ rclone sha1sum remote:path | ||||
|       --track-renames                     When synchronizing, track file renames and do a server side move if possible | ||||
|       --transfers int                     Number of file transfers to run in parallel. (default 4) | ||||
|   -u, --update                            Skip files that are newer on the destination. | ||||
|       --user-agent string                 Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.38-001-gda4e1b84") | ||||
|   -v, --verbose count[=-1]                Print lots more stuff (repeat for more) | ||||
| ``` | ||||
|  | ||||
| ### SEE ALSO | ||||
| * [rclone](/commands/rclone/)	 - Sync files and directories to and from local and remote object stores - v1.37 | ||||
| * [rclone](/commands/rclone/)	 - Sync files and directories to and from local and remote object stores - v1.38-001-gda4e1b84 | ||||
|  | ||||
| ###### Auto generated by spf13/cobra on 22-Jul-2017 | ||||
| ###### Auto generated by spf13/cobra on 30-Sep-2017 | ||||
|   | ||||
| @@ -1,5 +1,5 @@ | ||||
| --- | ||||
| date: 2017-07-22T18:15:25+01:00 | ||||
| date: 2017-09-30T14:20:12+01:00 | ||||
| title: "rclone size" | ||||
| slug: rclone_size | ||||
| url: /commands/rclone_size/ | ||||
| @@ -14,7 +14,13 @@ Prints the total size and number of objects in remote:path. | ||||
| Prints the total size and number of objects in remote:path. | ||||
|  | ||||
| ``` | ||||
| rclone size remote:path | ||||
| rclone size remote:path [flags] | ||||
| ``` | ||||
|  | ||||
| ### Options | ||||
|  | ||||
| ``` | ||||
|   -h, --help   help for size | ||||
| ``` | ||||
|  | ||||
| ### Options inherited from parent commands | ||||
| @@ -23,11 +29,16 @@ rclone size remote:path | ||||
|       --acd-templink-threshold int        Files >= this size will be downloaded via their tempLink. (default 9G) | ||||
|       --acd-upload-wait-per-gb duration   Additional time per GB to wait after a failed complete upload to see if it appears. (default 3m0s) | ||||
|       --ask-password                      Allow prompt for password for encrypted configuration. (default true) | ||||
|       --azureblob-chunk-size int          Upload chunk size. Must fit in memory. (default 4M) | ||||
|       --azureblob-upload-cutoff int       Cutoff for switching to chunked upload (default 256M) | ||||
|       --b2-chunk-size int                 Upload chunk size. Must fit in memory. (default 96M) | ||||
|       --b2-hard-delete                    Permanently delete files on remote removal, otherwise hide files. | ||||
|       --b2-test-mode string               A flag string for X-Bz-Test-Mode header. | ||||
|       --b2-upload-cutoff int              Cutoff for switching to chunked upload (default 190.735M) | ||||
|       --b2-versions                       Include old versions in directory listings. | ||||
|       --backup-dir string                 Make backups into hierarchy based in DIR. | ||||
|       --bind string                       Local address to bind to for outgoing connections, IPv4, IPv6 or name. | ||||
|       --box-upload-cutoff int             Cutoff for switching to multipart upload (default 50M) | ||||
|       --buffer-size int                   Buffer size when copying files. (default 16M) | ||||
|       --bwlimit BwTimetable               Bandwidth limit in kBytes/s, or use suffix b|k|M|G or a full timetable. | ||||
|       --checkers int                      Number of checkers to run in parallel. (default 8) | ||||
| @@ -41,6 +52,7 @@ rclone size remote:path | ||||
|       --delete-before                     When synchronizing, delete files on destination before transfering | ||||
|       --delete-during                     When synchronizing, delete files during transfer (default) | ||||
|       --delete-excluded                   Delete files on dest excluded from sync | ||||
|       --disable string                    Disable a comma separated list of features.  Use help to see a list. | ||||
|       --drive-auth-owner-only             Only consider files owned by the authenticated user. | ||||
|       --drive-chunk-size int              Upload chunk size. Must a power of 2 >= 256k. (default 8M) | ||||
|       --drive-formats string              Comma separated list of preferred formats for downloading Google docs. (default "docx,xlsx,pptx,svg") | ||||
| @@ -49,7 +61,7 @@ rclone size remote:path | ||||
|       --drive-skip-gdocs                  Skip google documents in all listings. | ||||
|       --drive-trashed-only                Only show files that are in the trash | ||||
|       --drive-upload-cutoff int           Cutoff for switching to chunked upload (default 8M) | ||||
|       --drive-use-trash                   Send files to the trash instead of deleting permanently. | ||||
|       --drive-use-trash                   Send files to the trash instead of deleting permanently. (default true) | ||||
|       --dropbox-chunk-size int            Upload chunk size. Max 150M. (default 128M) | ||||
|   -n, --dry-run                           Do a trial run with no permanent changes | ||||
|       --dump-auth                         Dump HTTP headers with auth info | ||||
| @@ -68,6 +80,7 @@ rclone size remote:path | ||||
|       --ignore-existing                   Skip all files that exist on destination | ||||
|       --ignore-size                       Ignore size when skipping use mod-time or checksum. | ||||
|   -I, --ignore-times                      Don't skip files that match size and time - transfer all files | ||||
|       --immutable                         Do not modify files. Fail if existing files have been modified. | ||||
|       --include stringArray               Include files matching pattern | ||||
|       --include-from stringArray          Read include patterns from file | ||||
|       --local-no-unicode-normalization    Don't apply unicode normalization to paths and filenames | ||||
| @@ -94,9 +107,11 @@ rclone size remote:path | ||||
|       --s3-acl string                     Canned ACL used when creating buckets and/or storing objects in S3 | ||||
|       --s3-storage-class string           Storage class to use when uploading S3 objects (STANDARD|REDUCED_REDUNDANCY|STANDARD_IA) | ||||
|       --size-only                         Skip based on size only, not mod-time or checksum | ||||
|       --skip-links                        Don't warn about skipped symlinks. | ||||
|       --stats duration                    Interval between printing stats, e.g 500ms, 60s, 5m. (0 to disable) (default 1m0s) | ||||
|       --stats-log-level string            Log level to show --stats output DEBUG|INFO|NOTICE|ERROR (default "INFO") | ||||
|       --stats-unit string                 Show data rate in stats as either 'bits' or 'bytes'/s (default "bytes") | ||||
|       --streaming-upload-cutoff int       Cutoff for switching to chunked upload if file size is unknown. Upload starts after reaching cutoff or when file ends. (default 100k) | ||||
|       --suffix string                     Suffix for use with --backup-dir. | ||||
|       --swift-chunk-size int              Above this size files will be chunked into a _segments container. (default 5G) | ||||
|       --syslog                            Use Syslog for logging | ||||
| @@ -107,10 +122,11 @@ rclone size remote:path | ||||
|       --track-renames                     When synchronizing, track file renames and do a server side move if possible | ||||
|       --transfers int                     Number of file transfers to run in parallel. (default 4) | ||||
|   -u, --update                            Skip files that are newer on the destination. | ||||
|       --user-agent string                 Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.38-001-gda4e1b84") | ||||
|   -v, --verbose count[=-1]                Print lots more stuff (repeat for more) | ||||
| ``` | ||||
|  | ||||
| ### SEE ALSO | ||||
| * [rclone](/commands/rclone/)	 - Sync files and directories to and from local and remote object stores - v1.37 | ||||
| * [rclone](/commands/rclone/)	 - Sync files and directories to and from local and remote object stores - v1.38-001-gda4e1b84 | ||||
|  | ||||
| ###### Auto generated by spf13/cobra on 22-Jul-2017 | ||||
| ###### Auto generated by spf13/cobra on 30-Sep-2017 | ||||
|   | ||||
| @@ -1,5 +1,5 @@ | ||||
| --- | ||||
| date: 2017-07-22T18:15:25+01:00 | ||||
| date: 2017-09-30T14:20:12+01:00 | ||||
| title: "rclone sync" | ||||
| slug: rclone_sync | ||||
| url: /commands/rclone_sync/ | ||||
| @@ -33,7 +33,13 @@ go there. | ||||
|  | ||||
|  | ||||
| ``` | ||||
| rclone sync source:path dest:path | ||||
| rclone sync source:path dest:path [flags] | ||||
| ``` | ||||
|  | ||||
| ### Options | ||||
|  | ||||
| ``` | ||||
|   -h, --help   help for sync | ||||
| ``` | ||||
|  | ||||
| ### Options inherited from parent commands | ||||
| @@ -42,11 +48,16 @@ rclone sync source:path dest:path | ||||
|       --acd-templink-threshold int        Files >= this size will be downloaded via their tempLink. (default 9G) | ||||
|       --acd-upload-wait-per-gb duration   Additional time per GB to wait after a failed complete upload to see if it appears. (default 3m0s) | ||||
|       --ask-password                      Allow prompt for password for encrypted configuration. (default true) | ||||
|       --azureblob-chunk-size int          Upload chunk size. Must fit in memory. (default 4M) | ||||
|       --azureblob-upload-cutoff int       Cutoff for switching to chunked upload (default 256M) | ||||
|       --b2-chunk-size int                 Upload chunk size. Must fit in memory. (default 96M) | ||||
|       --b2-hard-delete                    Permanently delete files on remote removal, otherwise hide files. | ||||
|       --b2-test-mode string               A flag string for X-Bz-Test-Mode header. | ||||
|       --b2-upload-cutoff int              Cutoff for switching to chunked upload (default 190.735M) | ||||
|       --b2-versions                       Include old versions in directory listings. | ||||
|       --backup-dir string                 Make backups into hierarchy based in DIR. | ||||
|       --bind string                       Local address to bind to for outgoing connections, IPv4, IPv6 or name. | ||||
|       --box-upload-cutoff int             Cutoff for switching to multipart upload (default 50M) | ||||
|       --buffer-size int                   Buffer size when copying files. (default 16M) | ||||
|       --bwlimit BwTimetable               Bandwidth limit in kBytes/s, or use suffix b|k|M|G or a full timetable. | ||||
|       --checkers int                      Number of checkers to run in parallel. (default 8) | ||||
| @@ -60,6 +71,7 @@ rclone sync source:path dest:path | ||||
|       --delete-before                     When synchronizing, delete files on destination before transfering | ||||
|       --delete-during                     When synchronizing, delete files during transfer (default) | ||||
|       --delete-excluded                   Delete files on dest excluded from sync | ||||
|       --disable string                    Disable a comma separated list of features.  Use help to see a list. | ||||
|       --drive-auth-owner-only             Only consider files owned by the authenticated user. | ||||
|       --drive-chunk-size int              Upload chunk size. Must a power of 2 >= 256k. (default 8M) | ||||
|       --drive-formats string              Comma separated list of preferred formats for downloading Google docs. (default "docx,xlsx,pptx,svg") | ||||
| @@ -68,7 +80,7 @@ rclone sync source:path dest:path | ||||
|       --drive-skip-gdocs                  Skip google documents in all listings. | ||||
|       --drive-trashed-only                Only show files that are in the trash | ||||
|       --drive-upload-cutoff int           Cutoff for switching to chunked upload (default 8M) | ||||
|       --drive-use-trash                   Send files to the trash instead of deleting permanently. | ||||
|       --drive-use-trash                   Send files to the trash instead of deleting permanently. (default true) | ||||
|       --dropbox-chunk-size int            Upload chunk size. Max 150M. (default 128M) | ||||
|   -n, --dry-run                           Do a trial run with no permanent changes | ||||
|       --dump-auth                         Dump HTTP headers with auth info | ||||
| @@ -87,6 +99,7 @@ rclone sync source:path dest:path | ||||
|       --ignore-existing                   Skip all files that exist on destination | ||||
|       --ignore-size                       Ignore size when skipping use mod-time or checksum. | ||||
|   -I, --ignore-times                      Don't skip files that match size and time - transfer all files | ||||
|       --immutable                         Do not modify files. Fail if existing files have been modified. | ||||
|       --include stringArray               Include files matching pattern | ||||
|       --include-from stringArray          Read include patterns from file | ||||
|       --local-no-unicode-normalization    Don't apply unicode normalization to paths and filenames | ||||
| @@ -113,9 +126,11 @@ rclone sync source:path dest:path | ||||
|       --s3-acl string                     Canned ACL used when creating buckets and/or storing objects in S3 | ||||
|       --s3-storage-class string           Storage class to use when uploading S3 objects (STANDARD|REDUCED_REDUNDANCY|STANDARD_IA) | ||||
|       --size-only                         Skip based on size only, not mod-time or checksum | ||||
|       --skip-links                        Don't warn about skipped symlinks. | ||||
|       --stats duration                    Interval between printing stats, e.g 500ms, 60s, 5m. (0 to disable) (default 1m0s) | ||||
|       --stats-log-level string            Log level to show --stats output DEBUG|INFO|NOTICE|ERROR (default "INFO") | ||||
|       --stats-unit string                 Show data rate in stats as either 'bits' or 'bytes'/s (default "bytes") | ||||
|       --streaming-upload-cutoff int       Cutoff for switching to chunked upload if file size is unknown. Upload starts after reaching cutoff or when file ends. (default 100k) | ||||
|       --suffix string                     Suffix for use with --backup-dir. | ||||
|       --swift-chunk-size int              Above this size files will be chunked into a _segments container. (default 5G) | ||||
|       --syslog                            Use Syslog for logging | ||||
| @@ -126,10 +141,11 @@ rclone sync source:path dest:path | ||||
|       --track-renames                     When synchronizing, track file renames and do a server side move if possible | ||||
|       --transfers int                     Number of file transfers to run in parallel. (default 4) | ||||
|   -u, --update                            Skip files that are newer on the destination. | ||||
|       --user-agent string                 Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.38-001-gda4e1b84") | ||||
|   -v, --verbose count[=-1]                Print lots more stuff (repeat for more) | ||||
| ``` | ||||
|  | ||||
| ### SEE ALSO | ||||
| * [rclone](/commands/rclone/)	 - Sync files and directories to and from local and remote object stores - v1.37 | ||||
| * [rclone](/commands/rclone/)	 - Sync files and directories to and from local and remote object stores - v1.38-001-gda4e1b84 | ||||
|  | ||||
| ###### Auto generated by spf13/cobra on 22-Jul-2017 | ||||
| ###### Auto generated by spf13/cobra on 30-Sep-2017 | ||||
|   | ||||
							
								
								
									
										175
									
								
								docs/content/commands/rclone_tree.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										175
									
								
								docs/content/commands/rclone_tree.md
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,175 @@ | ||||
| --- | ||||
| date: 2017-09-30T14:20:12+01:00 | ||||
| title: "rclone tree" | ||||
| slug: rclone_tree | ||||
| url: /commands/rclone_tree/ | ||||
| --- | ||||
| ## rclone tree | ||||
|  | ||||
| List the contents of the remote in a tree like fashion. | ||||
|  | ||||
| ### Synopsis | ||||
|  | ||||
|  | ||||
|  | ||||
| rclone tree lists the contents of a remote in a similar way to the | ||||
| unix tree command. | ||||
|  | ||||
| For example | ||||
|  | ||||
|     $ rclone tree remote:path | ||||
|     / | ||||
|     ├── file1 | ||||
|     ├── file2 | ||||
|     ├── file3 | ||||
|     └── subdir | ||||
|         ├── file4 | ||||
|         └── file5 | ||||
|      | ||||
|     1 directories, 5 files | ||||
|  | ||||
| You can use any of the filtering options with the tree command (eg | ||||
| --include and --exclude).  You can also use --fast-list. | ||||
|  | ||||
| The tree command has many options for controlling the listing which | ||||
| are compatible with the tree command.  Note that not all of them have | ||||
| short options as they conflict with rclone's short options. | ||||
|  | ||||
|  | ||||
| ``` | ||||
| rclone tree remote:path [flags] | ||||
| ``` | ||||
|  | ||||
| ### Options | ||||
|  | ||||
| ``` | ||||
|   -a, --all             All files are listed (list . files too). | ||||
|   -C, --color           Turn colorization on always. | ||||
|   -d, --dirs-only       List directories only. | ||||
|       --dirsfirst       List directories before files (-U disables). | ||||
|       --full-path       Print the full path prefix for each file. | ||||
|   -h, --help            help for tree | ||||
|       --human           Print the size in a more human readable way. | ||||
|       --level int       Descend only level directories deep. | ||||
|   -D, --modtime         Print the date of last modification. | ||||
|   -i, --noindent        Don't print indentation lines. | ||||
|       --noreport        Turn off file/directory count at end of tree listing. | ||||
|   -o, --output string   Output to file instead of stdout. | ||||
|   -p, --protections     Print the protections for each file. | ||||
|   -Q, --quote           Quote filenames with double quotes. | ||||
|   -s, --size            Print the size in bytes of each file. | ||||
|       --sort string     Select sort: name,version,size,mtime,ctime. | ||||
|       --sort-ctime      Sort files by last status change time. | ||||
|   -t, --sort-modtime    Sort files by last modification time. | ||||
|   -r, --sort-reverse    Reverse the order of the sort. | ||||
|   -U, --unsorted        Leave files unsorted. | ||||
|       --version         Sort files alphanumerically by version. | ||||
| ``` | ||||
|  | ||||
| ### Options inherited from parent commands | ||||
|  | ||||
| ``` | ||||
|       --acd-templink-threshold int        Files >= this size will be downloaded via their tempLink. (default 9G) | ||||
|       --acd-upload-wait-per-gb duration   Additional time per GB to wait after a failed complete upload to see if it appears. (default 3m0s) | ||||
|       --ask-password                      Allow prompt for password for encrypted configuration. (default true) | ||||
|       --azureblob-chunk-size int          Upload chunk size. Must fit in memory. (default 4M) | ||||
|       --azureblob-upload-cutoff int       Cutoff for switching to chunked upload (default 256M) | ||||
|       --b2-chunk-size int                 Upload chunk size. Must fit in memory. (default 96M) | ||||
|       --b2-hard-delete                    Permanently delete files on remote removal, otherwise hide files. | ||||
|       --b2-test-mode string               A flag string for X-Bz-Test-Mode header. | ||||
|       --b2-upload-cutoff int              Cutoff for switching to chunked upload (default 190.735M) | ||||
|       --b2-versions                       Include old versions in directory listings. | ||||
|       --backup-dir string                 Make backups into hierarchy based in DIR. | ||||
|       --bind string                       Local address to bind to for outgoing connections, IPv4, IPv6 or name. | ||||
|       --box-upload-cutoff int             Cutoff for switching to multipart upload (default 50M) | ||||
|       --buffer-size int                   Buffer size when copying files. (default 16M) | ||||
|       --bwlimit BwTimetable               Bandwidth limit in kBytes/s, or use suffix b|k|M|G or a full timetable. | ||||
|       --checkers int                      Number of checkers to run in parallel. (default 8) | ||||
|   -c, --checksum                          Skip based on checksum & size, not mod-time & size | ||||
|       --config string                     Config file. (default "/home/ncw/.rclone.conf") | ||||
|       --contimeout duration               Connect timeout (default 1m0s) | ||||
|   -L, --copy-links                        Follow symlinks and copy the pointed to item. | ||||
|       --cpuprofile string                 Write cpu profile to file | ||||
|       --crypt-show-mapping                For all files listed show how the names encrypt. | ||||
|       --delete-after                      When synchronizing, delete files on destination after transfering | ||||
|       --delete-before                     When synchronizing, delete files on destination before transfering | ||||
|       --delete-during                     When synchronizing, delete files during transfer (default) | ||||
|       --delete-excluded                   Delete files on dest excluded from sync | ||||
|       --disable string                    Disable a comma separated list of features.  Use help to see a list. | ||||
|       --drive-auth-owner-only             Only consider files owned by the authenticated user. | ||||
|       --drive-chunk-size int              Upload chunk size. Must a power of 2 >= 256k. (default 8M) | ||||
|       --drive-formats string              Comma separated list of preferred formats for downloading Google docs. (default "docx,xlsx,pptx,svg") | ||||
|       --drive-list-chunk int              Size of listing chunk 100-1000. 0 to disable. (default 1000) | ||||
|       --drive-shared-with-me              Only show files that are shared with me | ||||
|       --drive-skip-gdocs                  Skip google documents in all listings. | ||||
|       --drive-trashed-only                Only show files that are in the trash | ||||
|       --drive-upload-cutoff int           Cutoff for switching to chunked upload (default 8M) | ||||
|       --drive-use-trash                   Send files to the trash instead of deleting permanently. (default true) | ||||
|       --dropbox-chunk-size int            Upload chunk size. Max 150M. (default 128M) | ||||
|   -n, --dry-run                           Do a trial run with no permanent changes | ||||
|       --dump-auth                         Dump HTTP headers with auth info | ||||
|       --dump-bodies                       Dump HTTP headers and bodies - may contain sensitive info | ||||
|       --dump-filters                      Dump the filters to the output | ||||
|       --dump-headers                      Dump HTTP headers - may contain sensitive info | ||||
|       --exclude stringArray               Exclude files matching pattern | ||||
|       --exclude-from stringArray          Read exclude patterns from file | ||||
|       --fast-list                         Use recursive list if available. Uses more memory but fewer transactions. | ||||
|       --files-from stringArray            Read list of source-file names from file | ||||
|   -f, --filter stringArray                Add a file-filtering rule | ||||
|       --filter-from stringArray           Read filtering patterns from a file | ||||
|       --gcs-location string               Default location for buckets (us|eu|asia|us-central1|us-east1|us-east4|us-west1|asia-east1|asia-noetheast1|asia-southeast1|australia-southeast1|europe-west1|europe-west2). | ||||
|       --gcs-storage-class string          Default storage class for buckets (MULTI_REGIONAL|REGIONAL|STANDARD|NEARLINE|COLDLINE|DURABLE_REDUCED_AVAILABILITY). | ||||
|       --ignore-checksum                   Skip post copy check of checksums. | ||||
|       --ignore-existing                   Skip all files that exist on destination | ||||
|       --ignore-size                       Ignore size when skipping use mod-time or checksum. | ||||
|   -I, --ignore-times                      Don't skip files that match size and time - transfer all files | ||||
|       --immutable                         Do not modify files. Fail if existing files have been modified. | ||||
|       --include stringArray               Include files matching pattern | ||||
|       --include-from stringArray          Read include patterns from file | ||||
|       --local-no-unicode-normalization    Don't apply unicode normalization to paths and filenames | ||||
|       --log-file string                   Log everything to this file | ||||
|       --log-level string                  Log level DEBUG|INFO|NOTICE|ERROR (default "NOTICE") | ||||
|       --low-level-retries int             Number of low level retries to do. (default 10) | ||||
|       --max-age string                    Don't transfer any file older than this in s or suffix ms|s|m|h|d|w|M|y | ||||
|       --max-depth int                     If set limits the recursion depth to this. (default -1) | ||||
|       --max-size int                      Don't transfer any file larger than this in k or suffix b|k|M|G (default off) | ||||
|       --memprofile string                 Write memory profile to file | ||||
|       --min-age string                    Don't transfer any file younger than this in s or suffix ms|s|m|h|d|w|M|y | ||||
|       --min-size int                      Don't transfer any file smaller than this in k or suffix b|k|M|G (default off) | ||||
|       --modify-window duration            Max time diff to be considered the same (default 1ns) | ||||
|       --no-check-certificate              Do not verify the server SSL certificate. Insecure. | ||||
|       --no-gzip-encoding                  Don't set Accept-Encoding: gzip. | ||||
|       --no-traverse                       Don't traverse destination file system on copy. | ||||
|       --no-update-modtime                 Don't update destination mod-time if files identical. | ||||
|       --old-sync-method                   Deprecated - use --fast-list instead | ||||
|   -x, --one-file-system                   Don't cross filesystem boundaries. | ||||
|       --onedrive-chunk-size int           Above this size files will be chunked - must be multiple of 320k. (default 10M) | ||||
|       --onedrive-upload-cutoff int        Cutoff for switching to chunked upload - must be <= 100MB (default 10M) | ||||
|   -q, --quiet                             Print as little stuff as possible | ||||
|       --retries int                       Retry operations this many times if they fail (default 3) | ||||
|       --s3-acl string                     Canned ACL used when creating buckets and/or storing objects in S3 | ||||
|       --s3-storage-class string           Storage class to use when uploading S3 objects (STANDARD|REDUCED_REDUNDANCY|STANDARD_IA) | ||||
|       --size-only                         Skip based on size only, not mod-time or checksum | ||||
|       --skip-links                        Don't warn about skipped symlinks. | ||||
|       --stats duration                    Interval between printing stats, e.g 500ms, 60s, 5m. (0 to disable) (default 1m0s) | ||||
|       --stats-log-level string            Log level to show --stats output DEBUG|INFO|NOTICE|ERROR (default "INFO") | ||||
|       --stats-unit string                 Show data rate in stats as either 'bits' or 'bytes'/s (default "bytes") | ||||
|       --streaming-upload-cutoff int       Cutoff for switching to chunked upload if file size is unknown. Upload starts after reaching cutoff or when file ends. (default 100k) | ||||
|       --suffix string                     Suffix for use with --backup-dir. | ||||
|       --swift-chunk-size int              Above this size files will be chunked into a _segments container. (default 5G) | ||||
|       --syslog                            Use Syslog for logging | ||||
|       --syslog-facility string            Facility for syslog, eg KERN,USER,... (default "DAEMON") | ||||
|       --timeout duration                  IO idle timeout (default 5m0s) | ||||
|       --tpslimit float                    Limit HTTP transactions per second to this. | ||||
|       --tpslimit-burst int                Max burst of transactions for --tpslimit. (default 1) | ||||
|       --track-renames                     When synchronizing, track file renames and do a server side move if possible | ||||
|       --transfers int                     Number of file transfers to run in parallel. (default 4) | ||||
|   -u, --update                            Skip files that are newer on the destination. | ||||
|       --user-agent string                 Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.38-001-gda4e1b84") | ||||
|   -v, --verbose count[=-1]                Print lots more stuff (repeat for more) | ||||
| ``` | ||||
|  | ||||
| ### SEE ALSO | ||||
| * [rclone](/commands/rclone/)	 - Sync files and directories to and from local and remote object stores - v1.38-001-gda4e1b84 | ||||
|  | ||||
| ###### Auto generated by spf13/cobra on 30-Sep-2017 | ||||
| @@ -1,5 +1,5 @@ | ||||
| --- | ||||
| date: 2017-07-22T18:15:25+01:00 | ||||
| date: 2017-09-30T14:20:12+01:00 | ||||
| title: "rclone version" | ||||
| slug: rclone_version | ||||
| url: /commands/rclone_version/ | ||||
| @@ -14,7 +14,13 @@ Show the version number. | ||||
| Show the version number. | ||||
|  | ||||
| ``` | ||||
| rclone version | ||||
| rclone version [flags] | ||||
| ``` | ||||
|  | ||||
| ### Options | ||||
|  | ||||
| ``` | ||||
|   -h, --help   help for version | ||||
| ``` | ||||
|  | ||||
| ### Options inherited from parent commands | ||||
| @@ -23,11 +29,16 @@ rclone version | ||||
|       --acd-templink-threshold int        Files >= this size will be downloaded via their tempLink. (default 9G) | ||||
|       --acd-upload-wait-per-gb duration   Additional time per GB to wait after a failed complete upload to see if it appears. (default 3m0s) | ||||
|       --ask-password                      Allow prompt for password for encrypted configuration. (default true) | ||||
|       --azureblob-chunk-size int          Upload chunk size. Must fit in memory. (default 4M) | ||||
|       --azureblob-upload-cutoff int       Cutoff for switching to chunked upload (default 256M) | ||||
|       --b2-chunk-size int                 Upload chunk size. Must fit in memory. (default 96M) | ||||
|       --b2-hard-delete                    Permanently delete files on remote removal, otherwise hide files. | ||||
|       --b2-test-mode string               A flag string for X-Bz-Test-Mode header. | ||||
|       --b2-upload-cutoff int              Cutoff for switching to chunked upload (default 190.735M) | ||||
|       --b2-versions                       Include old versions in directory listings. | ||||
|       --backup-dir string                 Make backups into hierarchy based in DIR. | ||||
|       --bind string                       Local address to bind to for outgoing connections, IPv4, IPv6 or name. | ||||
|       --box-upload-cutoff int             Cutoff for switching to multipart upload (default 50M) | ||||
|       --buffer-size int                   Buffer size when copying files. (default 16M) | ||||
|       --bwlimit BwTimetable               Bandwidth limit in kBytes/s, or use suffix b|k|M|G or a full timetable. | ||||
|       --checkers int                      Number of checkers to run in parallel. (default 8) | ||||
| @@ -41,6 +52,7 @@ rclone version | ||||
|       --delete-before                     When synchronizing, delete files on destination before transfering | ||||
|       --delete-during                     When synchronizing, delete files during transfer (default) | ||||
|       --delete-excluded                   Delete files on dest excluded from sync | ||||
|       --disable string                    Disable a comma separated list of features.  Use help to see a list. | ||||
|       --drive-auth-owner-only             Only consider files owned by the authenticated user. | ||||
|       --drive-chunk-size int              Upload chunk size. Must a power of 2 >= 256k. (default 8M) | ||||
|       --drive-formats string              Comma separated list of preferred formats for downloading Google docs. (default "docx,xlsx,pptx,svg") | ||||
| @@ -49,7 +61,7 @@ rclone version | ||||
|       --drive-skip-gdocs                  Skip google documents in all listings. | ||||
|       --drive-trashed-only                Only show files that are in the trash | ||||
|       --drive-upload-cutoff int           Cutoff for switching to chunked upload (default 8M) | ||||
|       --drive-use-trash                   Send files to the trash instead of deleting permanently. | ||||
|       --drive-use-trash                   Send files to the trash instead of deleting permanently. (default true) | ||||
|       --dropbox-chunk-size int            Upload chunk size. Max 150M. (default 128M) | ||||
|   -n, --dry-run                           Do a trial run with no permanent changes | ||||
|       --dump-auth                         Dump HTTP headers with auth info | ||||
| @@ -68,6 +80,7 @@ rclone version | ||||
|       --ignore-existing                   Skip all files that exist on destination | ||||
|       --ignore-size                       Ignore size when skipping use mod-time or checksum. | ||||
|   -I, --ignore-times                      Don't skip files that match size and time - transfer all files | ||||
|       --immutable                         Do not modify files. Fail if existing files have been modified. | ||||
|       --include stringArray               Include files matching pattern | ||||
|       --include-from stringArray          Read include patterns from file | ||||
|       --local-no-unicode-normalization    Don't apply unicode normalization to paths and filenames | ||||
| @@ -94,9 +107,11 @@ rclone version | ||||
|       --s3-acl string                     Canned ACL used when creating buckets and/or storing objects in S3 | ||||
|       --s3-storage-class string           Storage class to use when uploading S3 objects (STANDARD|REDUCED_REDUNDANCY|STANDARD_IA) | ||||
|       --size-only                         Skip based on size only, not mod-time or checksum | ||||
|       --skip-links                        Don't warn about skipped symlinks. | ||||
|       --stats duration                    Interval between printing stats, e.g 500ms, 60s, 5m. (0 to disable) (default 1m0s) | ||||
|       --stats-log-level string            Log level to show --stats output DEBUG|INFO|NOTICE|ERROR (default "INFO") | ||||
|       --stats-unit string                 Show data rate in stats as either 'bits' or 'bytes'/s (default "bytes") | ||||
|       --streaming-upload-cutoff int       Cutoff for switching to chunked upload if file size is unknown. Upload starts after reaching cutoff or when file ends. (default 100k) | ||||
|       --suffix string                     Suffix for use with --backup-dir. | ||||
|       --swift-chunk-size int              Above this size files will be chunked into a _segments container. (default 5G) | ||||
|       --syslog                            Use Syslog for logging | ||||
| @@ -107,10 +122,11 @@ rclone version | ||||
|       --track-renames                     When synchronizing, track file renames and do a server side move if possible | ||||
|       --transfers int                     Number of file transfers to run in parallel. (default 4) | ||||
|   -u, --update                            Skip files that are newer on the destination. | ||||
|       --user-agent string                 Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.38-001-gda4e1b84") | ||||
|   -v, --verbose count[=-1]                Print lots more stuff (repeat for more) | ||||
| ``` | ||||
|  | ||||
| ### SEE ALSO | ||||
| * [rclone](/commands/rclone/)	 - Sync files and directories to and from local and remote object stores - v1.37 | ||||
| * [rclone](/commands/rclone/)	 - Sync files and directories to and from local and remote object stores - v1.38-001-gda4e1b84 | ||||
|  | ||||
| ###### Auto generated by spf13/cobra on 22-Jul-2017 | ||||
| ###### Auto generated by spf13/cobra on 30-Sep-2017 | ||||
|   | ||||
| @@ -1 +1 @@ | ||||
| v1.37 | ||||
| v1.38 | ||||
| @@ -1,4 +1,4 @@ | ||||
| package fs | ||||
|  | ||||
| // Version of rclone | ||||
| var Version = "v1.37-DEV" | ||||
| var Version = "v1.38" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user