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
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Liberate
backupninja
Commits
4c7660f2
Commit
4c7660f2
authored
12 years ago
by
micah
Browse files
Options
Downloads
Patches
Plain Diff
set autotools markers and default application paths
parent
9b679b71
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
handlers/dsync.in
+2
-1
2 additions, 1 deletion
handlers/dsync.in
src/backupninja.in
+2
-0
2 additions, 0 deletions
src/backupninja.in
with
4 additions
and
1 deletion
handlers/dsync.in
+
2
−
1
View file @
4c7660f2
...
...
@@ -169,6 +169,7 @@ function do_rotate() {
echo "Debug: skipping rotate of
$user
.
$backuproot
doesn't exist."
exit
fi
for rottype in daily weekly monthly; do
seconds=
\$
((seconds_
\$
{rottype}))
...
...
@@ -333,7 +334,7 @@ if [ "$backup" == "yes" ]; then
do_user
$testuser
$btype
else
[
-d
"
$stripped_srcdir
"
]
||
fatal
"directory
$stripped_srcdir
not found."
for
user
in
`
$
DOVEADM
user
\*
|
cut
-d
@
-f1
`
for
user
in
`
@
DOVEADM
@
user
\*
|
cut
-d
@
-f1
`
do
debug
$user
[
"
$user
"
!=
""
]
||
continue
...
...
This diff is collapsed.
Click to expand it.
src/backupninja.in
+
2
−
0
View file @
4c7660f2
...
...
@@ -508,6 +508,8 @@ getconf PGSQLUSER postgres
getconf GZIP /bin/gzip
getconf GZIP_OPTS
--rsyncable
getconf RSYNC /usr/bin/rsync
getconf DSYNC /usr/bin/dsync
getconf DOVEADM /usr/bin/doveadm
getconf admingroup root
# initialize vservers support
...
...
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