Update readme.md

This commit is contained in:
Matthias Quintern 2022-11-19 14:40:33 +01:00 committed by GitHub
parent db8a4b179b
commit 19c19f1d52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
# msynk - rsync helper that supports encryption and presets
## DESCRIPTION
## Description
**msynk** uses *rsync* to synchronise files or directories locally or between devices.
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`
## OPTIONS
## Options
- `-h, --help` Show a list of arguments.
- `--settings` Show the current settings.
- `-c, --config config-name` Retrieve settings from config file ~/.config/msynk/*config-name*