david/sshbackup
david
/
sshbackup
Archived
1
0
Fork 0

updated readme

This commit is contained in:
david 2013-07-07 20:36:40 +02:00
parent 068689ba77
commit 8846cc2bc9
1 changed files with 4 additions and 4 deletions

View File

@ -71,12 +71,12 @@ and add following at the end of that file:
```text ```text
backupuser ALL=(root)NOPASSWD: /usr/bin/rsync backupuser ALL=(root)NOPASSWD: /usr/bin/rsync
``` ```
all of this can be done by sshbackup automatically. *all of this can be done by sshbackup automatically.*
(a key will be generated if none is found and for deploying remote settings use the --deploy switch) (a key pair will be generated if none is found and for deploying remote settings use the --deploy switch)
### listfile
you can use a file which should have a source/destination combination each line. you can use a listfile (-l|--list) which should have a source/destination combination each line.
example listfile: example listfile:
```text ```text
#<source> <destination> [<versions>] #<source> <destination> [<versions>]