mirror of
https://0xacab.org/liberate/backupninja.git
synced 2024-11-08 11:52:32 +01:00
Remove remaining vserver bits
This commit is contained in:
parent
8dd906ff88
commit
beff3adc1e
2
TODO
2
TODO
@ -13,8 +13,6 @@ you are working on it!
|
||||
want local-to-local, or remote-to-local, or pull backups). This has been
|
||||
reported for the duplicity handler as Debian bug #346040.
|
||||
|
||||
. Allow vsnames "all" in the msyql handler.
|
||||
|
||||
. Factorize the rdiff.helper's connection-related functions into a lib, so
|
||||
that they can be used by dup.helper too. (NB: don't forget that the dup
|
||||
handler has a sshoptions configuration setting, that is often used to
|
||||
|
@ -111,7 +111,7 @@
|
||||
[source]
|
||||
|
||||
## A few notes about includes and excludes:
|
||||
## 1. include, exclude and vsinclude statements support globbing with '*'
|
||||
## 1. include and exclude statements support globbing with '*'
|
||||
## 2. Symlinks are not dereferenced. Moreover, an include line whose path
|
||||
## contains, at any level, a symlink to a directory, will only have the
|
||||
## symlink backed-up, not the target directory's content. Yes, you have to
|
||||
|
@ -96,8 +96,6 @@ check_consistency "source" "$type" "$user" "$host"
|
||||
getconf label
|
||||
getconf keep 60
|
||||
getconf include
|
||||
getconf vsnames all
|
||||
getconf vsinclude
|
||||
getconf exclude
|
||||
|
||||
setsection dest
|
||||
@ -240,7 +238,7 @@ IFS=$SAVEIFS
|
||||
set +o noglob
|
||||
|
||||
# exclude everything else
|
||||
[ "$include" != "" -o "$vsinclude" != "" ] && execstr="${execstr}--exclude '/*' "
|
||||
[ "$include" != "" ] && execstr="${execstr}--exclude '/*' "
|
||||
|
||||
# include client-part and server-part
|
||||
execstr="${execstr}$execstr_sourcepart $execstr_destpart"
|
||||
|
@ -8,7 +8,6 @@ getconf src /var/lib/svn
|
||||
getconf dest /var/backups/svn
|
||||
getconf tmp /var/backups/svn.tmp
|
||||
getconf HOTBACKUP "/usr/bin/svnadmin hotcopy"
|
||||
getconf vsname
|
||||
|
||||
error=0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user