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
dd45c5d7
Commit
dd45c5d7
authored
19 years ago
by
elijah
Browse files
Options
Downloads
Patches
Plain Diff
minor clean up
parent
f8e59dc8
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/examples/example.rdiff
+26
-20
26 additions, 20 deletions
docs/examples/example.rdiff
with
26 additions
and
20 deletions
docs/examples/example.rdiff
+
26
−
20
View file @
dd45c5d7
##
## This is an example rdiff-backup configuration file.
## The defaults are useful in most cases, just make sure
## to configure the destination host and user.
##
## passed directly to rdiff-backup
## passed directly to rdiff-backup
# options = --force
# options = --force
...
@@ -17,17 +22,23 @@
...
@@ -17,17 +22,23 @@
# an optional subdirectory below 'directory' (see [dest])
# an optional subdirectory below 'directory' (see [dest])
label = thishostname
label = thishostname
#
only local type is currently suppor
te
d
#
type can be "local" or "remo
te
"
type = local
type = local
# only use if '[source] type = remote'
#host = srchost
#user = srcuser
# how many days of data to keep
# how many days of data to keep
# (you can also use the time format of rdiff-backup, e.g. 6D5h)
# (you can also use the time format of rdiff-backup, e.g. 6D5h)
keep = 60
keep = 60
# a note about includes and excludes:
# a note about includes and excludes:
# all the excludes come after all the includes.
# All the excludes come after all the includes. The order is
# otherwise, the order is not taken into account.
# not otherwise taken into account. Symlinks are backed up as
# currently, you cannot do "include = /"
# symlinks, they are not followed! This means you must specify
# the real canonical path of a directory for it to actually
# get included.
# files to include in the backup
# files to include in the backup
# (supports globbing with '*')
# (supports globbing with '*')
...
@@ -41,16 +52,11 @@ include = /usr/local/sbin
...
@@ -41,16 +52,11 @@ include = /usr/local/sbin
include = /var/lib/dpkg/status
include = /var/lib/dpkg/status
include = /var/lib/dpkg/status-old
include = /var/lib/dpkg/status-old
# If vservers = yes in /etc/backupninja.conf then the following variable can be used:
# If vservers = yes in /etc/backupninja.conf then vsinclude
# vsinclude = <path>
# may be used. Any path specified in vsinclude is added to
# Any path specified in vsinclude is added to the include list for each vserver
# the include list for each vserver on the system. e.g.
# on the system.
# vsinclude = /home will backup /vservers/v1/home,
# e.g. vsinclude = /home will backup the /home partition in every vserver
# /vservers/v2/home, etc.
# on the system. If you have /vservers/foo, /vservers/bar and /vservers/baz
# this vsinclude will add to the include list /vservers/foo/home,
# /vservers/bar/home and /vservers/baz/home
# Included vservers are derived from listing all vservers in $VROOTDIR (suggestions
# for improving this are encouraged).
# files to exclude from the backup
# files to exclude from the backup
# (supports globbing with '*')
# (supports globbing with '*')
...
@@ -62,18 +68,18 @@ include = /var/lib/dpkg/status-old
...
@@ -62,18 +68,18 @@ include = /var/lib/dpkg/status-old
[dest]
[dest]
# default is remote, if set to 'local' then
# type can be "local" or "remote"
# ignore the 'host' and 'user' options.
type = remote
type = remote
# put the backups under this directory
# put the backups under this directory
directory = /backups
directory = /backups
# the machine which will receive the backups
# the machine which will receive the backups.
# only use if "[dest] type = remote"
host = backuphost
host = backuphost
# make the files owned by this user
# make the files owned by this user
. you must be able to
#
note: you must be able to ssh backupuser@backhost
#
`su -c ssh backupuser@backhost` without specifying a password.
#
without specifying a password (if
type = remote
).
#
only use if "[dest]
type = remote
"
user = backupuser
user = backupuser
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