Skip to content

Commit

Permalink
change(readme): add example of manual command
Browse files Browse the repository at this point in the history
  • Loading branch information
l3uddz committed May 2, 2020
1 parent f033bea commit dbd7e2a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,12 @@ syncer:

`crop sync`

- Manual - Perform manual sync/copy job(s)

`crop manual --copy --src rmeote1:/Backups --dst remote2:/Backups --sa /opt/service_accounts -- --dry-run --drive-use-trash=false`

`crop manual --sync --src rmeote1:/Backups --dst remote2:/Backups --sa /opt/service_accounts --dedupe -- --drive-use-trash=false`

***

## Notes
Expand Down

0 comments on commit dbd7e2a

Please sign in to comment.