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 /examples | |
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 'examples')
-rw-r--r-- | examples/example.sys | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/example.sys b/examples/example.sys index 9081334..2a6bf0f 100644 --- a/examples/example.sys +++ b/examples/example.sys @@ -39,3 +39,6 @@ # hardwarefile = /var/backups/hardware.txt # dohwinfo = yes +# If vservers = yes in /etc/backupninja.conf then the following variables can +# be used: +# vsnames = all | <vserver1> <vserver2> ... (default = all) |