safekeep.backup.5 (safekeep-1.5.0) | : | safekeep.backup.5 (safekeep-1.5.1) | ||
---|---|---|---|---|
skipping to change at line 41 | skipping to change at line 41 | |||
<host name="myhost" user="root" nice="10" | <host name="myhost" user="root" nice="10" | |||
key-ctrl="/home/jdoe/.ssh/backup_id_rsa" | key-ctrl="/home/jdoe/.ssh/backup_id_rsa" | |||
key-data="/home/jdoe/.ssh/backup2_id_rsa" /> | key-data="/home/jdoe/.ssh/backup2_id_rsa" /> | |||
<!-- rate limit bandwidth (kB/s) on a client basis --> | <!-- rate limit bandwidth (kB/s) on a client basis --> | |||
<bandwidth overall="80" download="50" upload="50" /> | <bandwidth overall="80" download="50" upload="50" /> | |||
<!-- where to stored the data on the server, and for now long --> | <!-- where to stored the data on the server, and for now long --> | |||
<repo path="./data" retention="10D" /> | <repo path="./data" retention="10D" /> | |||
<!-- set options affecting execution of rdiff-backup for this host | ||||
--> | ||||
<options> | ||||
<!-- An option to run a different version of rdiff-backup locally | ||||
, --> | ||||
<!-- say for compatibility with older systems --> | ||||
<!-- <rdiff-backup exec_local="rdiff-backup-1" /> --> | ||||
</options> | ||||
<!-- settings for database dump and for volume snapshot --> | <!-- settings for database dump and for volume snapshot --> | |||
<setup> | <setup> | |||
<!-- databases can be dumbed before the backup --> | <!-- databases can be dumbed before the backup --> | |||
<dump type="postgres" db="my_db" dbuser="foobar" options="--schem a=public" | <dump type="postgres" db="my_db" dbuser="foobar" options="--schem a=public" | |||
file="/var/backup/dumps/mydata" cleanup="true" /> | file="/var/backup/dumps/mydata" cleanup="true" /> | |||
<!-- what volume is to be snapshot, and the size of the snapshot --> | <!-- what volume is to be snapshot, and the size of the snapshot --> | |||
<snapshot device="/path/to/volume" size="500M" /> | <snapshot device="/path/to/volume" size="500M" /> | |||
<!-- location of a script to be executed at different stages of t he run --> | <!-- location of a script to be executed at different stages of t he run --> | |||
skipping to change at line 233 | skipping to change at line 240 | |||
options may cause the underlying backup | options may cause the underlying backup | |||
defaults to be use. | defaults to be use. | |||
/backup/options/rdiff-backup/@append | /backup/options/rdiff-backup/@append | |||
Append the specified options to the | Append the specified options to the | |||
current rdiff-backup run. This is planned | current rdiff-backup run. This is planned | |||
to be specific to the current | to be specific to the current | |||
rdiff-backup, and different options will | rdiff-backup, and different options will | |||
be made available for other backends. | be made available for other backends. | |||
/backup/options/rdiff-backup/@exec_local | ||||
Executable to be run on the local host. | ||||
Optional, defaults to rdiff-backup | ||||
/backup/options/rdiff-backup/@exec_remote | ||||
Executable to be run on the remote host. | ||||
Optional, defaults to rdiff-backup | ||||
/backup/setup/@writable | /backup/setup/@writable | |||
A boolean (i.e. "true" or "false") to set | A boolean (i.e. "true" or "false") to set | |||
mount as writable or not, including | mount as writable or not, including | |||
snapshots and bind mounts. This is | snapshots and bind mounts. This is | |||
normally not required, and, if set, | normally not required, and, if set, | |||
overrides the system default, but is | overrides the system default, but is | |||
overridden by a snapshot option. In | overridden by a snapshot option. In | |||
general the system default is to create | general the system default is to create | |||
non-writable mount for both snapshots and | non-writable mount for both snapshots and | |||
bind mounts. Optional for a <setup> | bind mounts. Optional for a <setup> | |||
skipping to change at line 605 | skipping to change at line 620 | |||
rdiff-backup(1), lvcreate(8) | rdiff-backup(1), lvcreate(8) | |||
AUTHOR | AUTHOR | |||
This man page was originally written by Dimi | This man page was originally written by Dimi | |||
Paun <dimi@lattica.com[1]>. | Paun <dimi@lattica.com[1]>. | |||
NOTES | NOTES | |||
1. dimi@lattica.com | 1. dimi@lattica.com | |||
mailto:dimi@lattica.com | mailto:dimi@lattica.com | |||
safekeep 02/23/2019 SAFEKEEP.BACKUP(5) | safekeep 11/16/2020 SAFEKEEP.BACKUP(5) | |||
End of changes. 3 change blocks. | ||||
0 lines changed or deleted | 17 lines changed or added |