git-svn-id: http://code.autistici.org/svn/backupninja/trunk@219
758a04ac-41e6-0310-8a23-
8373a73cc35d
added makecd ninjahelper
(thanks to Stefani stefani@riseup.net)
made ninjahelper create files with mode 600 rather than 000
added makecd ninjahelper
(thanks to Stefani stefani@riseup.net)
made ninjahelper create files with mode 600 rather than 000
+ changed subversion handler to use svnadmin hotcopy instead of
+ the unsupported hot-copy.py script, which was moved in Debian
version 0.9 -- October 19 2005
*** IMPORTANT CHANGE, UPGRADE AT ONCE ***
version 0.9 -- October 19 2005
*** IMPORTANT CHANGE, UPGRADE AT ONCE ***
# tmp = /var/backups/svn.tmp
## the hotbackup program to use.
# tmp = /var/backups/svn.tmp
## the hotbackup program to use.
+## svnadmin hotcopy now exists, the following script is located
+## in /usr/share/doc/subversion/examples now if you wish to use
+## it instead
# HOTBACKUP = /usr/lib/subversion/hot-backup.py
## the name of the vserver containing svn, if using vservers
# HOTBACKUP = /usr/lib/subversion/hot-backup.py
## the name of the vserver containing svn, if using vservers
-# vsname =
\ No newline at end of file
getconf src /var/lib/svn
getconf dest /var/backups/svn
getconf tmp /var/backups/svn.tmp
getconf src /var/lib/svn
getconf dest /var/backups/svn
getconf tmp /var/backups/svn.tmp
-getconf HOTBACKUP /usr/lib/subversion/hot-backup.py
+getconf HOTBACKUP "/usr/bin/svnadmin hotcopy"