From: micah Date: Sun, 2 Dec 2007 16:56:32 +0000 (+0000) Subject: add missing parameter to rsync X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fupstream%2Fbackupninja.git;a=commitdiff_plain;h=b058ae0b78f79accec9ad60eb3830967e3cd1005 add missing parameter to rsync git-svn-id: http://code.autistici.org/svn/backupninja/trunk@533 758a04ac-41e6-0310-8a23-8373a73cc35d --- diff --git a/examples/example.rsync b/examples/example.rsync index 2902d0b..9053f3e 100644 --- a/examples/example.rsync +++ b/examples/example.rsync @@ -54,6 +54,9 @@ days = 7 # where the data to be backed up is (local or remote) #from = local +# if remote source, specify the hostname or IP +#host = + # when "yes", test the connection for a remote source before backup #testconnect = no diff --git a/handlers/rsync.in b/handlers/rsync.in index bb03436..9baa2f2 100644 --- a/handlers/rsync.in +++ b/handlers/rsync.in @@ -25,6 +25,7 @@ # # [source] # from = local or remote +# host = source hostname or ip, 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