safekeep.backup.txt (safekeep-1.5.0) | : | safekeep.backup.txt (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="--schema=public" | <dump type="postgres" db="my_db" dbuser="foobar" options="--schema=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 the run --> | <!-- location of a script to be executed at different stages of the run --> | |||
skipping to change at line 193 | skipping to change at line 200 | |||
Optional, defaults to 'false'. | Optional, defaults to 'false'. | |||
*NOTE*: Specification of no options is equivalent to false, but the | *NOTE*: Specification of no options is equivalent to false, but the | |||
inclusion of other options may cause the underlying backup defaults | inclusion of other options may cause the underlying backup defaults | |||
to be use. | to be use. | |||
/backup/options/rdiff-backup/@append:: | /backup/options/rdiff-backup/@append:: | |||
Append the specified options to the current rdiff-backup run. | Append the specified options to the current rdiff-backup run. | |||
This is planned to be specific to the current rdiff-backup, and | This is planned to be specific to the current rdiff-backup, and | |||
different options will be made available for other backends. | different options will 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 mount as writable or not, | A boolean (i.e. "true" or "false") to set mount as writable or not, | |||
including snapshots and bind mounts. | including snapshots and bind mounts. | |||
This is normally not required, and, if set, overrides the system | This is normally not required, and, if set, overrides the system | |||
default, but is overridden by a snapshot option. | default, but is overridden by a snapshot option. | |||
In general the system default is to create non-writable mount for | In general the system default is to create non-writable mount for | |||
both snapshots and bind mounts. | both snapshots and bind mounts. | |||
Optional for a `<setup>` element. | Optional for a `<setup>` element. | |||
/backup/setup/dump/@type:: | /backup/setup/dump/@type:: | |||
End of changes. 2 change blocks. | ||||
0 lines changed or deleted | 15 lines changed or added |