![]() |
![]()
| ![]() |
![]()
NAMEcharon.local - remove backup files that exceed a certain age from a local directoy SYNOPSIScharon.local --dir directory --maxage days (--profile identifier | --all) [--dry-run] [--verbose] [--help] The program charon.local removes backup archives created by tartarus from a local directory once they reach a certain age and expire. Files that are older than the number of days specified on the command line are considerer candidates for removal unless other, non-expired backups are based on them, so full backups may survive longer than expected. OPTIONS AND ARGUMENTS
EXAMPLEThe following command will remove alle files inside the directory /var/backups/tartarus/ created by Tartarus with the profile name "home" which exceed the age of 7 days: $ charon.local --dir /var/tartarus/backups/ --profile home --maxage 7 --verbose AUTHORStefan Tomanek <stefan.tomanek@wertarbyte.de>
|