forked from TrueCloudLab/rclone
Add ftp.md to docs builder and update docs
This commit is contained in:
parent
97364fd0b6
commit
bbbc202ee6
38 changed files with 3305 additions and 1134 deletions
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
date: 2017-03-18T11:19:45Z
|
||||
date: 2017-06-15T20:06:09+01:00
|
||||
title: "rclone sync"
|
||||
slug: rclone_sync
|
||||
url: /commands/rclone_sync/
|
||||
|
@ -65,6 +65,7 @@ rclone sync source:path dest:path
|
|||
--drive-formats string Comma separated list of preferred formats for downloading Google docs. (default "docx,xlsx,pptx,svg")
|
||||
--drive-full-list Use a full listing for directory list. More data but usually quicker. (obsolete)
|
||||
--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-upload-cutoff int Cutoff for switching to chunked upload (default 8M)
|
||||
--drive-use-trash Send files to the trash instead of deleting permanently.
|
||||
|
@ -76,6 +77,7 @@ rclone sync source:path dest:path
|
|||
--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
|
||||
|
@ -85,6 +87,7 @@ rclone sync source:path dest:path
|
|||
-I, --ignore-times Don't skip files that match size and time - transfer all files
|
||||
--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 "INFO")
|
||||
--low-level-retries int Number of low level retries to do. (default 10)
|
||||
|
@ -99,7 +102,7 @@ rclone sync source:path dest:path
|
|||
--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 Temporary flag to select old sync method
|
||||
--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)
|
||||
|
@ -122,6 +125,6 @@ rclone sync source:path dest:path
|
|||
```
|
||||
|
||||
### SEE ALSO
|
||||
* [rclone](/commands/rclone/) - Sync files and directories to and from local and remote object stores - v1.36
|
||||
* [rclone](/commands/rclone/) - Sync files and directories to and from local and remote object stores - v1.36-190-gc34f11a9
|
||||
|
||||
###### Auto generated by spf13/cobra on 18-Mar-2017
|
||||
###### Auto generated by spf13/cobra on 15-Jun-2017
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue