diff options
author | rhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4> | 2007-11-30 19:39:40 +0000 |
---|---|---|
committer | rhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4> | 2007-11-30 19:39:40 +0000 |
commit | 465700904ae2d1ae5209cb2b59712fcdc0d987e2 (patch) | |
tree | 564fcdcaf42b45745c04fa6b087f970ce5a8e141 /app | |
parent | b3c15c230c546ccc4c1e5ce0a0283790220f9746 (diff) | |
download | slackbuilds-465700904ae2d1ae5209cb2b59712fcdc0d987e2.tar.gz slackbuilds-465700904ae2d1ae5209cb2b59712fcdc0d987e2.tar.bz2 |
backupninja: small update at rsync handler
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@1480 370017ae-e619-0410-ac65-c121f96126d4
Diffstat (limited to 'app')
-rw-r--r-- | app/backup/backupninja/rsync | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/backup/backupninja/rsync b/app/backup/backupninja/rsync index 4a85010c..e0209cdf 100644 --- a/app/backup/backupninja/rsync +++ b/app/backup/backupninja/rsync @@ -25,6 +25,7 @@ # # [source] # from = local or remote +# host = source hostname or ip number, if remote backup # testconnect = when "yes", test the connection for a remote source before backup # include = include folder on backup # exclude = exclude folder on backup |