Skip to content
Snippets Groups Projects
Commit beff3adc authored by Jérôme Charaoui's avatar Jérôme Charaoui
Browse files

Remove remaining vserver bits

parent 8dd906ff
Branches
Tags
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment