From dbd7e2adcc705ad77183fbb879ab353d7e512f45 Mon Sep 17 00:00:00 2001 From: l3uddz Date: Sat, 2 May 2020 09:32:54 +0100 Subject: [PATCH] change(readme): add example of manual command --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 35f67ff..c95ab0b 100644 --- a/README.md +++ b/README.md @@ -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