diff options
author | Micah Anderson <micah@riseup.net> | 2005-11-05 11:41:46 +0000 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2005-11-05 11:41:46 +0000 |
commit | 2d96b777ad4a0d580abc82af8d98687752aec554 (patch) | |
tree | fd840004ca6032685235582ff538171a8e50640f /examples/example.svn | |
parent | e005e25e1af5fc951d4cbcffab73f0637bca2058 (diff) | |
download | backupninja-2d96b777ad4a0d580abc82af8d98687752aec554.tar.gz backupninja-2d96b777ad4a0d580abc82af8d98687752aec554.tar.bz2 |
Updated svn handler for new hotcopy functionality
Diffstat (limited to 'examples/example.svn')
-rw-r--r-- | examples/example.svn | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/examples/example.svn b/examples/example.svn index e849706..ea43601 100644 --- a/examples/example.svn +++ b/examples/example.svn @@ -17,7 +17,10 @@ # 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 -# vsname =
\ No newline at end of file +# vsname = |