Ceci est une ancienne révision du document !
BorgBackup
Planification avec cron
0 * * * * root /usr/bin/borg create --exclude-caches /path/to/borg/repo::Name-$(date "+\%Y\%m\%d-\%H\%M\%S") /path/to/file(s)/to/backup # Prune 0 5 * * * root /usr/bin/borg prune --keep-hourly=24 --keep-daily=7 --keep-weekly=4 --keep-monthly=12 --keep-yearly=2 /path/to/borg/repo