diff options
author | intrigeri <intrigeri@boum.org> | 2008-06-24 16:05:44 +0000 |
---|---|---|
committer | intrigeri <intrigeri@boum.org> | 2008-06-24 16:05:44 +0000 |
commit | fd6796ad99b90371594c3068e6d8bbbdb2b1d1d5 (patch) | |
tree | 4d6491f2cc3dfaa59f5c570f6a438c35e7dcc4dd /handlers/sys.helper.in | |
parent | 88b787718d190b01101c656f805bf32f9b116137 (diff) | |
download | backupninja-fd6796ad99b90371594c3068e6d8bbbdb2b1d1d5.tar.gz backupninja-fd6796ad99b90371594c3068e6d8bbbdb2b1d1d5.tar.bz2 |
sys: support selection of VServers to run on with the new vsnames configuration option (Closes: Trac#45)
Diffstat (limited to 'handlers/sys.helper.in')
-rw-r--r-- | handlers/sys.helper.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/handlers/sys.helper.in b/handlers/sys.helper.in index 6451ae2..e39e526 100644 --- a/handlers/sys.helper.in +++ b/handlers/sys.helper.in @@ -32,6 +32,10 @@ $hardware # packagesfile = /var/backups/dpkg-selections.txt # partitionsfile = /var/backups/partitions.__star__.txt # hardwarefile = /var/backups/hardware.txt + +# If vservers = yes in /etc/backupninja.conf then the following variables can +# be used: +# vsnames = all | <vserver1> <vserver2> ... (default = all) EOF chmod 600 $next_filename } |