rclone -P for progress
parent
c43db489fa
commit
4554aed22d
|
@ -47,10 +47,10 @@ The commands are simple:
|
|||
|
||||
```sh
|
||||
# Sync from local to remote
|
||||
rclone sync MyBooks remote:MyBooks -v --exclude .DS_Store
|
||||
rclone sync MyBooks remote:MyBooks -P --exclude .DS_Store
|
||||
|
||||
# Sync from remote to local
|
||||
rclone sync remote:MyBooks MyBooks -v --exclude .DS_Store
|
||||
rclone sync remote:MyBooks MyBooks -P --exclude .DS_Store
|
||||
```
|
||||
|
||||
Before you use Rclone to sync to Google Drive, you should read [Google Drive rclone configuration](https://rclone.org/drive/) first.
|
||||
|
|
Loading…
Reference in New Issue