Update readme.md
This commit is contained in:
parent
db8a4b179b
commit
19c19f1d52
@ -1,6 +1,6 @@
|
|||||||
# msynk - rsync helper that supports encryption and presets
|
# msynk - rsync helper that supports encryption and presets
|
||||||
|
|
||||||
## DESCRIPTION
|
## Description
|
||||||
**msynk** uses *rsync* to synchronise files or directories locally or between devices.
|
**msynk** uses *rsync* to synchronise files or directories locally or between devices.
|
||||||
In general, you should always add a trailing '/' to directories.
|
In general, you should always add a trailing '/' to directories.
|
||||||
|
|
||||||
@ -29,7 +29,7 @@ To sync the directories "/home/user/foo" "/home/user/bar" and the file "/home/us
|
|||||||
```
|
```
|
||||||
You can then run this with: `msynk -c my_backup`, or if you only want to sync the "foo" directory and ".txt" files: `msynk -c my_backup foo .txt`
|
You can then run this with: `msynk -c my_backup`, or if you only want to sync the "foo" directory and ".txt" files: `msynk -c my_backup foo .txt`
|
||||||
|
|
||||||
## OPTIONS
|
## Options
|
||||||
- `-h, --help` Show a list of arguments.
|
- `-h, --help` Show a list of arguments.
|
||||||
- `--settings` Show the current settings.
|
- `--settings` Show the current settings.
|
||||||
- `-c, --config config-name` Retrieve settings from config file ~/.config/msynk/*config-name*
|
- `-c, --config config-name` Retrieve settings from config file ~/.config/msynk/*config-name*
|
||||||
|
Loading…
Reference in New Issue
Block a user