Difference between revisions of "Affa"
From SME Server
Jump to navigationJump to searchm (→Configuration) |
|||
Line 17: | Line 17: | ||
Install the RPMs. | Install the RPMs. | ||
=== Configuration === | === Configuration === | ||
+ | {| border="1" cellpadding="3" | ||
+ | |+ | ||
+ | |- | ||
+ | | '''Property''' || '''Value''' || '''Description''' | ||
+ | |- | ||
+ | | remoteHostName | ||
+ | | FQHN or IP || of the source host | ||
+ | |- | ||
+ | | TimeSchedule | ||
+ | | HHMM,HHMM,... || doesn't need to be ordered. At least one time is mandatory | ||
+ | |- | ||
+ | | Description | ||
+ | | text string || | ||
+ | |- | ||
+ | | scheduledKeep<br>dailyKeep<br>weeklyKeep<br>monthlyKeep<br>yearlyKeep | ||
+ | | integer >= 1 || how many of the scheduled, daily, weekly, monthly or yearly backups should be kept | ||
+ | |- | ||
+ | | SMEServer | ||
+ | | yes ''or'' no || when set to yes the default e-smith directories are automatically included and the properties RPMCheck and Watchdog can be used | ||
+ | |||
+ | |- | ||
+ | | Include[0]<br>Include[1]<br>... | ||
+ | | full path || additional files or directories to include | ||
+ | |- | ||
+ | | Exclude[0]<br>Exclude[1]<br>... | ||
+ | | full path || additional files or directories exclude from backup | ||
+ | |- | ||
+ | | RPMCheck | ||
+ | | yes ''or'' no || compares the packages installation of the source host with this affa backup host. Sends a message with diff list if not in sync. This check is usefull, if you want have the option to rise the backup server to a production server from a backup. | ||
+ | |- | ||
+ | | DiskSpaceWarn | ||
+ | | strict ''or'' normal ''or'' risky ''or'' none || run a disk space check after a job has been completed. With level 'strict' a warning message will be sent, if the available space is less then the size of the just completed backup. With level 'normal'/'risky' the message is sent, if less than 50%/10% of the backup size is still available. | ||
+ | |- | ||
+ | | localNice | ||
+ | | -19...+19 || run rsync local process niced. | ||
+ | |- | ||
+ | | remoteNice | ||
+ | | -19...+19 || run rsync process on source niced. | ||
+ | |} | ||
+ | |||
=== Additional information === | === Additional information === | ||
---- | ---- |
Revision as of 13:01, 13 April 2007
Affa - Automated Remote Disk Archiver
UNDER CONSTRUCTION
Maintainer
Michael Weinberger
Description
This contrib ...
Installation
Download the smeserver-affa package from
ibiblio
or
PlanetMirror.
Download the perl-Filesys-DiskSpace package from DAG or from one of the mirrors above.
Install the RPMs.
Configuration
Property | Value | Description |
remoteHostName | FQHN or IP | of the source host |
TimeSchedule | HHMM,HHMM,... | doesn't need to be ordered. At least one time is mandatory |
Description | text string | |
scheduledKeep dailyKeep weeklyKeep monthlyKeep yearlyKeep |
integer >= 1 | how many of the scheduled, daily, weekly, monthly or yearly backups should be kept |
SMEServer | yes or no | when set to yes the default e-smith directories are automatically included and the properties RPMCheck and Watchdog can be used |
Include[0] Include[1] ... |
full path | additional files or directories to include |
Exclude[0] Exclude[1] ... |
full path | additional files or directories exclude from backup |
RPMCheck | yes or no | compares the packages installation of the source host with this affa backup host. Sends a message with diff list if not in sync. This check is usefull, if you want have the option to rise the backup server to a production server from a backup. |
DiskSpaceWarn | strict or normal or risky or none | run a disk space check after a job has been completed. With level 'strict' a warning message will be sent, if the available space is less then the size of the just completed backup. With level 'normal'/'risky' the message is sent, if less than 50%/10% of the backup size is still available. |
localNice | -19...+19 | run rsync local process niced. |
remoteNice | -19...+19 | run rsync process on source niced. |