Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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