It's ok putting code in config.pl, but you should be aware that if you use
the CGI editor, it will not survive.
Craig
On Thursday, May 4, 2017, Paul Fox <[email protected]> wrote:
> Bowie Bailey wrote:
> > On 5/4/2017 10:35 AM, Paul Fox wrote:
> > >
> > > is there a nice perl way to do something like this? syntax
> > > intentionally left vague:
> > >
> > > $Conf{BackupFilesExclude} += { ... '/home' ....}
> > >
> > > i'd like to be able to append to either the '*' catchall array
> > > or a share-specific array.
> >
> > Off the top of my head, you could do it like this:
> >
> > push @{$Conf{BackupFilesExclude}{'*'}}, '/dir1', '/dir2', '/dir3';
> > push @{$Conf{BackupFilesExclude}{'/'}}, '/dir4', '/dir5', '/dir6';
>
> thanks! syntax was perfect.
>
> paul
> =----------------------
> paul fox, [email protected] <javascript:;> (arlington, ma, where
> it's 54.9 degrees)
>
>
> ------------------------------------------------------------
> ------------------
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> _______________________________________________
> BackupPC-users mailing list
> [email protected] <javascript:;>
> List: https://lists.sourceforge.net/lists/listinfo/backuppc-users
> Wiki: http://backuppc.wiki.sourceforge.net
> Project: http://backuppc.sourceforge.net/
>
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
BackupPC-users mailing list
[email protected]
List: https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki: http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/