improve docu

This commit is contained in:
Stefan Sterz 2017-07-22 17:40:50 +02:00
parent 0c3291dcb2
commit 2c5860511d
2 changed files with 16 additions and 8 deletions

View File

@ -44,10 +44,14 @@ FROMSSH="" # From what ssh server should the files be
# backuped?
# For several reasons TOSSH and FROMSSH cannot
# be used at the same time!
TOSSHUSER="backup" # The ssh user
TOSSHPORT=22 # The ssh port
FROMSSHUSER="" # The ssh user
FROMSSHPORT=22 # The ssh port
TOSSHUSER="backup" # The ssh user of the system on which the
# backup will be created
TOSSHPORT=22 # The ssh port of the system on which the
# backup will be created
FROMSSHUSER="" # The ssh user of the system from which the
# files will be backed up
FROMSSHPORT=22 # The ssh port of the system from which the
# files will be backed up
```
### Crontab example

View File

@ -17,10 +17,14 @@ FROMSSH="" # From what ssh server should the files be
# backuped?
# For several reasons TOSSH and FROMSSH cannot
# be used at the same time!
TOSSHUSER="" # The ssh user
TOSSHPORT=22 # The ssh port
FROMSSHUSER="" # The ssh user
FROMSSHPORT=22 # The ssh port
TOSSHUSER="" # The ssh user of the system on which the
# backup will be created
TOSSHPORT=22 # The ssh port of the system on which the
# backup will be created
FROMSSHUSER="" # The ssh user of the system from which the
# files will be backed up
FROMSSHPORT=22 # The ssh port of the system from which the
# files will be backed up
## Command variables,