diff options
author | rhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4> | 2007-11-30 19:18:02 +0000 |
---|---|---|
committer | rhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4> | 2007-11-30 19:18:02 +0000 |
commit | 808c665fd26fdf9bc588486dccc5e6625a33743d (patch) | |
tree | a8dc64b940a99fdc321c9cd7f45eb3d96dd23a44 /app | |
parent | d43249d51530c724ae60697c36c31d9004cfa399 (diff) | |
download | slackbuilds-808c665fd26fdf9bc588486dccc5e6625a33743d.tar.gz slackbuilds-808c665fd26fdf9bc588486dccc5e6625a33743d.tar.bz2 |
backupninja: updated rsync handler
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@1478 370017ae-e619-0410-ac65-c121f96126d4
Diffstat (limited to 'app')
-rw-r--r-- | app/backup/backupninja/rsync | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/app/backup/backupninja/rsync b/app/backup/backupninja/rsync index e05b6fd1..4a85010c 100644 --- a/app/backup/backupninja/rsync +++ b/app/backup/backupninja/rsync @@ -19,6 +19,7 @@ # backupdir = folder relative do $mountpoint where the backup should be stored # days = number of backup increments (min = 5) # lockfile = lockfile to be kept during backup execution +# nicelevel = rsync command nice level # enable_mv_timestamp_bug = set to "yes" if your system isnt handling timestamps correctly # tmp = temp folder # @@ -34,7 +35,7 @@ # numericids = when set to 1, use numeric ids instead of user/group mappings on rsync # compress = if set to 1, compress data on rsync (remote source only) # bandwidthlimit = set a badnwidth limit in kbps (remote source only) -# remote_rsync = remove rsync program (remote source only) +# remote_rsync = remote rsync program (remote source only) # # [services] # initscripts = absolute path where scripts are located @@ -52,6 +53,11 @@ # You dont need to manually specify vservers using "include = /vservers". # They are automatically backuped if vserver is set to "yes" on you backupninja.conf. # +# TODO: +# +# - Daily, weekly and monthly snapshot rotation (like the one present on maildir handler). +# - Support for remote destinations (take a look at --itemize-changes option for this) +# # config file evaluation @@ -63,7 +69,7 @@ getconf mv mv getconf fsck fsck setsection general -getconf log /var/log/backupninja-rub.log +getconf log /var/log/backup/rsync.log getconf partition getconf fscheck getconf read_only |