X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fupstream%2Fbackupninja.git;a=blobdiff_plain;f=examples%2Fexample.sys;h=2a6bf0f303cd5b836b5c5d7ad72b62499d5a9032;hp=a5b349b396a390611113969f2b8376fd194c0b51;hb=fd6796ad99b90371594c3068e6d8bbbdb2b1d1d5;hpb=c0126ff1ef90513ce5df48fc41326704a2cef555 diff --git a/examples/example.sys b/examples/example.sys index a5b349b..2a6bf0f 100644 --- a/examples/example.sys +++ b/examples/example.sys @@ -21,14 +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 -# partitionsfile = /var/backups/partitions.*.txt +# 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)