Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PR 48 from dooblem/bsync: New modes: mirror and backup, while maintaining the bsync snaphots #5

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
16 changes: 11 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,17 @@ bsync help and options:
```
Usage: bsync [options] DIR1 DIR2

DIR can be user@sshserver:DIR
-v Verbose
-i Ignore permissions
-p PORT Port for SSH
-o SSHARGS Custom options for SSH
DIR can be user@sshserver:DIR
-v Verbose
-i Ignore permissions
-b Batch mode (skip conflicts)
-c Check that directories are identical
-m MODE sync|backup|mirror (defult sync)
backup - copy new and modified from DIR1 to DIR2
mirror - backup + missing in DIR1 remove from DIR2
sync - bidirectional mirror
-p PORT Port for SSH
-o SSHARGS Custom options for SSH
```

Features
Expand Down
Loading