Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
backupninja
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Petr Klíma
backupninja
Commits
beff3adc
Commit
beff3adc
authored
Jan 3, 2021
by
Jérôme Charaoui
Browse files
Options
Downloads
Patches
Plain Diff
Remove remaining vserver bits
parent
8dd906ff
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
TODO
+0
-2
0 additions, 2 deletions
TODO
examples/example.dup
+1
-1
1 addition, 1 deletion
examples/example.dup
handlers/rdiff.in
+1
-3
1 addition, 3 deletions
handlers/rdiff.in
handlers/svn.in
+0
-1
0 additions, 1 deletion
handlers/svn.in
with
2 additions
and
7 deletions
TODO
+
0
−
2
View file @
beff3adc
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
examples/example.dup
+
1
−
1
View file @
beff3adc
...
...
@@ -111,7 +111,7 @@
[source]
## A few notes about includes and excludes:
## 1. include
, exclude
and
vsin
clude statements support globbing with '*'
## 1. include and
ex
clude 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
...
...
This diff is collapsed.
Click to expand it.
handlers/rdiff.in
+
1
−
3
View file @
beff3adc
...
...
@@ -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
"
...
...
This diff is collapsed.
Click to expand it.
handlers/svn.in
+
0
−
1
View file @
beff3adc
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment