X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fupstream%2Fbackupninja.git;a=blobdiff_plain;f=examples%2Fexample.sys;h=2a6bf0f303cd5b836b5c5d7ad72b62499d5a9032;hp=9ebd4b22e7d635b66b42c372ce09e8a1b5dbeeb8;hb=fd6796ad99b90371594c3068e6d8bbbdb2b1d1d5;hpb=c4785ba5edb9738f7e9da8c4086a4b6984515dd2 diff --git a/examples/example.sys b/examples/example.sys index 9ebd4b2..2a6bf0f 100644 --- a/examples/example.sys +++ b/examples/example.sys @@ -21,12 +21,24 @@ # here are the defaults, commented out: +# The output from the sys handler will be placed in $parentdir +# parentdir = /var/backups # packages = yes # packagesfile = /var/backups/dpkg-selections.txt # partitions = yes +# NOTE: the __star__ below will be replaced by the disks found on the +# system (e.g. partitions.sda.txt, partitions.sdb.txt). If you change +# the partitionsfile default below, be sure to include the __star__ +# replacement in the filename, or you will get one file for only one disk, +# the others being written to the same file, and then overwritten by the next. # partitionsfile = /var/backups/partitions.__star__.txt +# dosfdisk = yes # hardware = yes # hardwarefile = /var/backups/hardware.txt +# dohwinfo = yes +# If vservers = yes in /etc/backupninja.conf then the following variables can +# be used: +# vsnames = all | ... (default = all)