Re: Freeze break: small exclude change for backups

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Fri, 17 May 2013 10:36:21 -0600
Kevin Fenzi <kevin@xxxxxxxxx> wrote:

> Greetings. 
> 
> Backups of lockbox01 are unfortunately backing up .snapshot
> directories and their contents. This pulls in a ton of stuff and
> makes backups take forever and contain things we don't want. 
> 
> This one line change should hopefully make it exclude .snapshot dirs.
> (Apparently it needs a trailing / to search directory names). 
> 
> +1s?
> 
> kevin
> --
> diff --git a/modules/bacula5/templates/bacula-dir.conf.erb
> b/modules/bacula5/templates/bacula-dir.co index 9f5b547..d2b8b2d
> 100644 --- a/modules/bacula5/templates/bacula-dir.conf.erb
> +++ b/modules/bacula5/templates/bacula-dir.conf.erb
> @@ -453,7 +453,7 @@ FileSet {
>      File = /dev
>      File = /sys
>      File = /.swap
> -    File = .snapshot
> +    File = .snapshot/
>      File = /mnt/fedora/app/fi-repo/rhel
>      File = /var/tmp
>    }



oh hell yes

+1
-sv

Attachment: signature.asc
Description: PGP signature

_______________________________________________
infrastructure mailing list
infrastructure@xxxxxxxxxxxxxxxxxxxxxxx
https://admin.fedoraproject.org/mailman/listinfo/infrastructure

[Index of Archives]     [Fedora Development]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [KDE Users]

  Powered by Linux