X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=examples%2Fexample.mysql;h=00298451b003961e01809ef351b25652c7fe044a;hb=621fceac78bf23d32fd0ac8b728059fbc0362f1e;hp=5fbf009b0515e63ce043f03bcb45a1cc914b5423;hpb=99fc759bcc31990e23c4bd974a65f782d3dbd917;p=matthijs%2Fupstream%2Fbackupninja-vserver.git diff --git a/examples/example.mysql b/examples/example.mysql index 5fbf009..0029845 100644 --- a/examples/example.mysql +++ b/examples/example.mysql @@ -70,6 +70,10 @@ compress = yes # # hotcopy = < yes | no > (default = no) # make a backup of the actual database binary files using mysqlhotcopy. +# When using hotcopy, backupdir must be a dir inside each vserver! You can use +# the interpolation feature to do this for multiple vservers by starting +# backupdir with %v (not /%v), which will be replaced by the current +# vserver root. # # sqldump = < yes | no > (default = no) # make a backup using mysqldump. this creates text files with sql commands @@ -82,10 +86,16 @@ compress = yes # compress = < yes | no > (default = yes) # if yes, compress the sqldump output. # -# vsname = (no default) -# 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 +# vsnames = all | (no default) +# what vservers to operate on (only used if vserver = yes +# in /etc/backupninja.conf), if you do not specify vsnames the +# host will be operated on. +# +# Note that backupninja 0.9.6 and before used "vsname" to run in a single +# vserver. It also automatically prepended the vserver root directory to +# backupdir. Newer versions still do this if you're using the deprecated (but +# still supported) "vsname" variable. To achieve the same effect while using +# the vsnames variable, prepend backupdir with %v # # NB: databases = all doesn't seem to work with hotcopy = yes # when vsname is specified, I would like to know how to fix this.