On Sun, Oct 19, 2014 at 11:20:43AM -0600, Kevin Fenzi wrote:
> 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


+1 for me

Pierre

Attachment: pgpXvYePxhRI6.pgp
Description: PGP signature

_______________________________________________
infrastructure mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/infrastructure

Reply via email to