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? # backuped?
# For several reasons TOSSH and FROMSSH cannot # For several reasons TOSSH and FROMSSH cannot
# be used at the same time! # be used at the same time!
TOSSHUSER="backup" # The ssh user TOSSHUSER="backup" # The ssh user of the system on which the
TOSSHPORT=22 # The ssh port # backup will be created
FROMSSHUSER="" # The ssh user TOSSHPORT=22 # The ssh port of the system on which the
FROMSSHPORT=22 # The ssh port # 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 ### Crontab example

View File

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