11---
2- date : 2018-03-19T10:05:30Z
2+ date : 2018-04-28T11:44:58+01:00
33title : " rclone"
44slug : rclone
55url : /commands/rclone/
66---
77## rclone
88
9- Sync files and directories to and from local and remote object stores - v1.40
9+ Sync files and directories to and from local and remote object stores - v1.41
1010
1111### Synopsis
1212
@@ -24,6 +24,7 @@ from various cloud storage systems and using file transfer services, such as:
2424 * Google Drive
2525 * HTTP
2626 * Hubic
27+ * Mega
2728 * Microsoft Azure Blob Storage
2829 * Microsoft OneDrive
2930 * Openstack Swift / Rackspace cloud files / Memset Memstore
@@ -114,7 +115,7 @@ rclone [flags]
114115 --drive-use-trash Send files to the trash instead of deleting permanently. (default true)
115116 --dropbox-chunk-size int Upload chunk size. Max 150M. (default 48M)
116117 -n, --dry-run Do a trial run with no permanent changes
117- --dump string List of items to dump from: headers,bodies,requests,responses,auth,filters
118+ --dump string List of items to dump from: headers,bodies,requests,responses,auth,filters,goroutines,openfiles
118119 --dump-bodies Dump HTTP headers and bodies - may contain sensitive info
119120 --dump-headers Dump HTTP bodies - may contain sensitive info
120121 --exclude stringArray Exclude files matching pattern
@@ -128,23 +129,26 @@ rclone [flags]
128129 --gcs-storage-class string Default storage class for buckets (MULTI_REGIONAL|REGIONAL|STANDARD|NEARLINE|COLDLINE|DURABLE_REDUCED_AVAILABILITY).
129130 -h, --help help for rclone
130131 --ignore-checksum Skip post copy check of checksums.
132+ --ignore-errors delete even if there are I/O errors
131133 --ignore-existing Skip all files that exist on destination
132134 --ignore-size Ignore size when skipping use mod-time or checksum.
133135 -I, --ignore-times Don't skip files that match size and time - transfer all files
134136 --immutable Do not modify files. Fail if existing files have been modified.
135137 --include stringArray Include files matching pattern
136138 --include-from stringArray Read include patterns from file
139+ --local-no-check-updated Don't check to see if the files change during upload
137140 --local-no-unicode-normalization Don't apply unicode normalization to paths and filenames
138141 --log-file string Log everything to this file
139142 --log-level string Log level DEBUG|INFO|NOTICE|ERROR (default "NOTICE")
140143 --low-level-retries int Number of low level retries to do. (default 10)
141- --max-age duration Don't transfer any file older than this in s or suffix ms|s|m|h|d|w|M|y (default off)
144+ --max-age duration Only transfer files younger than this in s or suffix ms|s|m|h|d|w|M|y (default off)
142145 --max-delete int When synchronizing, limit the number of deletes (default -1)
143146 --max-depth int If set limits the recursion depth to this. (default -1)
144- --max-size int Don't transfer any file larger than this in k or suffix b|k|M|G (default off)
147+ --max-size int Only transfer files smaller than this in k or suffix b|k|M|G (default off)
148+ --mega-debug If set then output more debug from mega.
145149 --memprofile string Write memory profile to file
146- --min-age duration Don't transfer any file younger than this in s or suffix ms|s|m|h|d|w|M|y (default off)
147- --min-size int Don't transfer any file smaller than this in k or suffix b|k|M|G (default off)
150+ --min-age duration Only transfer files older than this in s or suffix ms|s|m|h|d|w|M|y (default off)
151+ --min-size int Only transfer files bigger than this in k or suffix b|k|M|G (default off)
148152 --modify-window duration Max time diff to be considered the same (default 1ns)
149153 --no-check-certificate Do not verify the server SSL certificate. Insecure.
150154 --no-gzip-encoding Don't set Accept-Encoding: gzip.
@@ -167,7 +171,9 @@ rclone [flags]
167171 --rc-user string User name for authentication.
168172 --retries int Retry operations this many times if they fail (default 3)
169173 --s3-acl string Canned ACL used when creating buckets and/or storing objects in S3
170- --s3-storage-class string Storage class to use when uploading S3 objects (STANDARD|REDUCED_REDUNDANCY|STANDARD_IA)
174+ --s3-chunk-size int Chunk size to use for uploading (default 5M)
175+ --s3-disable-checksum Don't store MD5 checksum with object metadata
176+ --s3-storage-class string Storage class to use when uploading S3 objects (STANDARD|REDUCED_REDUNDANCY|STANDARD_IA|ONEZONE_IA)
171177 --sftp-ask-password Allow asking for SFTP password when needed.
172178 --size-only Skip based on size only, not mod-time or checksum
173179 --skip-links Don't warn about skipped symlinks.
@@ -186,13 +192,15 @@ rclone [flags]
186192 --track-renames When synchronizing, track file renames and do a server side move if possible
187193 --transfers int Number of file transfers to run in parallel. (default 4)
188194 -u, --update Skip files that are newer on the destination.
189- --user-agent string Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.40")
195+ --use-server-modtime Use server modified time instead of object metadata
196+ --user-agent string Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.41")
190197 -v, --verbose count Print lots more stuff (repeat for more)
191198 -V, --version Print the version number
192199```
193200
194201### SEE ALSO
195202
203+ * [ rclone about] ( /commands/rclone_about/ ) - Get quota information from the remote.
196204* [ rclone authorize] ( /commands/rclone_authorize/ ) - Remote authorization.
197205* [ rclone cachestats] ( /commands/rclone_cachestats/ ) - Print cache stats for a remote
198206* [ rclone cat] ( /commands/rclone_cat/ ) - Concatenates any files and sends them to stdout.
@@ -208,6 +216,8 @@ rclone [flags]
208216* [ rclone delete] ( /commands/rclone_delete/ ) - Remove the contents of path.
209217* [ rclone genautocomplete] ( /commands/rclone_genautocomplete/ ) - Output completion script for a given shell.
210218* [ rclone gendocs] ( /commands/rclone_gendocs/ ) - Output markdown docs for rclone to the directory supplied.
219+ * [ rclone hashsum] ( /commands/rclone_hashsum/ ) - Produces an hashsum file for all the objects in the path.
220+ * [ rclone link] ( /commands/rclone_link/ ) - Generate public link to file/folder.
211221* [ rclone listremotes] ( /commands/rclone_listremotes/ ) - List all the remotes in the config file.
212222* [ rclone ls] ( /commands/rclone_ls/ ) - List the objects in the path with size and path.
213223* [ rclone lsd] ( /commands/rclone_lsd/ ) - List all directories/containers/buckets in the path.
@@ -234,4 +244,4 @@ rclone [flags]
234244* [ rclone tree] ( /commands/rclone_tree/ ) - List the contents of the remote in a tree like fashion.
235245* [ rclone version] ( /commands/rclone_version/ ) - Show the version number.
236246
237- ###### Auto generated by spf13/cobra on 19-Mar -2018
247+ ###### Auto generated by spf13/cobra on 28-Apr -2018
0 commit comments