backup02's backup volume is 100% full. I'm going to make the snapshots it keeps smaller so I can add that room to the main backup volume. I've already confirmed that the smaller size should be fine and will hold the deltas for those days. +1s? kevin -- diff --git a/modules/scripts/files/drBackup.sh b/modules/scripts/files/drBackup.sh index 8d4dafb..e737155 100644 --- a/modules/scripts/files/drBackup.sh +++ b/modules/scripts/files/drBackup.sh @@ -8,7 +8,7 @@ # Delete snapshot three days ago /sbin/lvremove -f /dev/BackupGroup01/BackupSnap-$(/bin/date -d '3 days ago' +%a) > /dev/null sleep 30 -/sbin/lvcreate -s -n BackupSnap-$(date +%a) -L 40G /dev/BackupGroup01/backup > /dev/null +/sbin/lvcreate -s -n BackupSnap-$(date +%a) -L 25G /dev/BackupGroup01/backup > /dev/null # Database Backups echo "rsync db1" | logger
Attachment:
signature.asc
Description: PGP signature
_______________________________________________ infrastructure mailing list infrastructure@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/infrastructure