X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=README;h=33ca1fdf0fa33911ce426c31dc20ed4b6075dc69;hb=413a3be0ac354e087d280d17cc5710948b270542;hp=e3977bc55df13f7bbc17ae07715620a53883ee9e;hpb=6af4bda04f032ca98be639eb1c8707535259622e;p=matthijs%2Fupstream%2Fbackupninja.git diff --git a/README b/README index e3977bc..33ca1fd 100644 --- a/README +++ b/README @@ -62,6 +62,7 @@ file in /etc/backup.d according to the file's suffix: .dup -- filesystem backup (using duplicity) .mysql -- backup mysql databases .ldap -- backup ldap databases + .pgsql -- backup PostgreSQL databases .sys -- general hardware, partition, and system reports. .svn -- backup subversion repositories .maildir -- incrementally backup maildirs (very specialized) @@ -79,8 +80,9 @@ For example: 90-runthislast.rdiff Typically, you will put a '.rdiff' config file last, so that any -database dumps you make are included in the filesystem backup. -Configurations files which begin with 0 (zero) are skipped. +database dumps you make are included in the filesystem backup. +Configurations files with names beginning with 0 (zero) or ending with +.disabled (preferred method) are skipped. Unless otherwise specified, the config file format is "ini style." @@ -204,6 +206,7 @@ Installation: # tar xvzf backupninja.tar.gz # cd backupninja # mv backupninja /usr/sbin/backupninja + # mv ninjahelper /usr/sbin/ninjahelper # mv etc/logrotate.d/backupninja /etc/logrotate.d/backupninja # mv etc/cron.d/backupninja /etc/cron.d/backupninja # mkdir /etc/backup.d/ @@ -215,17 +218,19 @@ VSERVERS ======== If you are using Linux-Vservers (http://linux-vserver.org/) there are some -special capabilities that different handlers have to make vserver backups easier. +special capabilities that different handlers have to make vserver +backups easier. + Set the variable "vservers" to be "yes" in /etc/backupninja.conf and see the example configuration files for each handler to configure the vserver specific variables. -Additional vserver variables that can be configured in /etc/backupninja.conf. but -probably don't need to be changed: +Additional vserver variables that can be configured in /etc/backupninja.conf, +but they probably don't need to be changed: VSERVERINFO (default: /usr/sbin/vserver-info) VSERVER (default: /usr/sbin/vserver) -VROOTDIR (default: `$VSERVERINFO info SYSINFO |grep vserver-Rootdir | awk '{print $2}'; fi`) +VROOTDIR (default: `$VSERVERINFO info SYSINFO |grep vserver-Rootdir | awk '{print $2}'`) NINJAHELPER ===========