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
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
lyz
backupninja
Commits
f22dbec1
Commit
f22dbec1
authored
19 years ago
by
intrigeri
Browse files
Options
Downloads
Patches
Plain Diff
Improved README a bit.
parent
d675fa6d
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
README
+5
-3
5 additions, 3 deletions
README
changelog
+4
-0
4 additions, 0 deletions
changelog
with
9 additions
and
3 deletions
README
+
5
−
3
View file @
f22dbec1
...
@@ -81,7 +81,8 @@ For example:
...
@@ -81,7 +81,8 @@ For example:
Typically, you will put a '.rdiff' config file last, so that any
Typically, you will put a '.rdiff' config file last, so that any
database dumps you make are included in the filesystem backup.
database dumps you make are included in the filesystem backup.
Configurations files which begin with 0 (zero) are skipped.
Configurations files with names beginning with 0 (zero) or ending with
.disabled (preferred method) are skipped.
Unless otherwise specified, the config file format is "ini style."
Unless otherwise specified, the config file format is "ini style."
...
@@ -205,6 +206,7 @@ Installation:
...
@@ -205,6 +206,7 @@ Installation:
# tar xvzf backupninja.tar.gz
# tar xvzf backupninja.tar.gz
# cd backupninja
# cd backupninja
# mv backupninja /usr/sbin/backupninja
# mv backupninja /usr/sbin/backupninja
# mv ninjahelper /usr/sbin/ninjahelper
# mv etc/logrotate.d/backupninja /etc/logrotate.d/backupninja
# mv etc/logrotate.d/backupninja /etc/logrotate.d/backupninja
# mv etc/cron.d/backupninja /etc/cron.d/backupninja
# mv etc/cron.d/backupninja /etc/cron.d/backupninja
# mkdir /etc/backup.d/
# mkdir /etc/backup.d/
...
@@ -226,7 +228,7 @@ probably don't need to be changed:
...
@@ -226,7 +228,7 @@ probably don't need to be changed:
VSERVERINFO (default: /usr/sbin/vserver-info)
VSERVERINFO (default: /usr/sbin/vserver-info)
VSERVER (default: /usr/sbin/vserver)
VSERVER (default: /usr/sbin/vserver)
VROOTDIR (default: `$VSERVERINFO info SYSINFO |grep vserver-Rootdir | awk '{print $2}'
; fi
`)
VROOTDIR (default: `$VSERVERINFO info SYSINFO |grep vserver-Rootdir | awk '{print $2}'`)
NINJAHELPER
NINJAHELPER
===========
===========
...
...
This diff is collapsed.
Click to expand it.
changelog
+
4
−
0
View file @
f22dbec1
...
@@ -5,6 +5,10 @@ version XX -- ...
...
@@ -5,6 +5,10 @@ version XX -- ...
Note: the configuration is a bit different of rdiff
Note: the configuration is a bit different of rdiff
handler's one, but the default behavior is the same: have
handler's one, but the default behavior is the same: have
a look to example.dup.
a look to example.dup.
improved README
documented .disabled method.
corrected VROOTDIR default value.
added ninjahelper to the install instructions.
version 0.7 -- July 26 2005
version 0.7 -- July 26 2005
added ninjahelper: a dialog based wizard for creating backupninja configs.
added ninjahelper: a dialog based wizard for creating backupninja configs.
...
...
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