Difference between revisions of "Rclone sync"
Jump to navigation
Jump to search
(5 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
{{lc}} | {{lc}} | ||
* <code>[[rclone]] sync</code> | * <code>[[rclone]] sync</code> | ||
+ | |||
+ | [[rclone]] sync /backups/logbin gdrive:/backups/logbin | ||
+ | [[rclone]] sync -v /backups/logbin gdrive:/backups/logbin | ||
+ | |||
+ | [[rclone ls]] gdrive:/backups/logbin | ||
+ | |||
+ | |||
+ | rclone sync -v /backups/logbin [[gdrive]]:/backups/logbin | ||
+ | 2023/02/19 16:24:35 INFO : Google drive root 'backups/logbin': Modify window is 1ms | ||
+ | 2023/02/19 16:24:35 INFO : Google drive root 'backups/logbin': Waiting for checks to finish | ||
+ | 2023/02/19 16:24:35 INFO : Google drive root 'backups/logbin': Waiting for transfers to finish | ||
+ | 2023/02/19 16:24:36 INFO : mariadb-bin.000001: Copied (replaced existing) | ||
+ | 2023/02/19 16:24:36 INFO : Waiting for deletions to finish | ||
+ | 2023/02/19 16:24:36 INFO : | ||
+ | Transferred: 2.194 MBytes (846.460 kBytes/s) | ||
+ | Errors: 0 | ||
+ | Checks: 2 | ||
+ | Transferred: 1 | ||
+ | Elapsed time: 2.6s | ||
== Related commands == | == Related commands == |
Latest revision as of 11:30, 8 April 2023
rclone sync
rclone sync /backups/logbin gdrive:/backups/logbin rclone sync -v /backups/logbin gdrive:/backups/logbin
rclone ls gdrive:/backups/logbin
rclone sync -v /backups/logbin gdrive:/backups/logbin 2023/02/19 16:24:35 INFO : Google drive root 'backups/logbin': Modify window is 1ms 2023/02/19 16:24:35 INFO : Google drive root 'backups/logbin': Waiting for checks to finish 2023/02/19 16:24:35 INFO : Google drive root 'backups/logbin': Waiting for transfers to finish 2023/02/19 16:24:36 INFO : mariadb-bin.000001: Copied (replaced existing) 2023/02/19 16:24:36 INFO : Waiting for deletions to finish 2023/02/19 16:24:36 INFO : Transferred: 2.194 MBytes (846.460 kBytes/s) Errors: 0 Checks: 2 Transferred: 1 Elapsed time: 2.6s
Related commands[edit]
rsync --delete
See also[edit]
Advertising: