diff options
Diffstat (limited to 'etc/backup.d')
-rw-r--r-- | etc/backup.d/example.mysql | 5 | ||||
-rw-r--r-- | etc/backup.d/example.svn | 3 |
2 files changed, 7 insertions, 1 deletions
diff --git a/etc/backup.d/example.mysql b/etc/backup.d/example.mysql index 1c08fd3..a8f9540 100644 --- a/etc/backup.d/example.mysql +++ b/etc/backup.d/example.mysql @@ -5,7 +5,7 @@ databases = all backupdir = /var/backups/mysql hotcopy = yes sqldump = yes -compress = yes +compress = yes # # user = <user> @@ -44,4 +44,7 @@ compress = yes # compress = < yes | no > # if yes, compress the sqldump output. # +# vsname = <vserver> +# what vserver to operate on, only used if vserver = yes in /etc/backupninja.conf +# if you do not specify a vsname the host will be operated on diff --git a/etc/backup.d/example.svn b/etc/backup.d/example.svn index 7891944..e849706 100644 --- a/etc/backup.d/example.svn +++ b/etc/backup.d/example.svn @@ -18,3 +18,6 @@ ## the hotbackup program to use. # HOTBACKUP = /usr/lib/subversion/hot-backup.py + +## the name of the vserver containing svn, if using vservers +# vsname =
\ No newline at end of file |