and folders to backup.
In this case we're backing up 'My Documents' and the 'Desktop'.
I've already globally excluded a bunch of file types (.mp3, .avi, .jpg,
.exe, etc...) in the server's config.pl so we don't get any music,
movies, pictures, installers, et
.0.0 (possibly earlier).
>
> Change line 128 of BackupPC_tarCreate:
>
> - if ( $opts{s} !~ /^([\w\s\.\/\$-]+)$/ && $opts{s} ne "*" ) {
> + if ( $opts{s} =~ m{(^|/)\.\.(/|$)} ) {
This worked beautifully! Thanks!
--
- Matt Miller -
Solutions for Progress
728 South Broad
n Debian Sarge (Stable at the time, now I think it's Old Stable).
Any help would be appreciated.
thanks,
--
- Matt Miller -
Solutions for Progress
728 South Broad Street
Philadelphia, PA 19146
215-701-6108 (v)
215-972-8109 (f)
--
n SourceForge.net's Techsay panel and you'll get the chance to share your
> opinions on IT & business topics through brief surveys - and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> ___
> BackupPC-users mailing list
>
x27;;
$Conf{RsyncShareName} = 'Documents&Settings';
$Conf{RsyncBackupFilesOnly} = ['/My Documents', '/Desktop'];
--
- Matt Miller -
Solutions for Progress
728 South Broad Street
Philadelphia, PA 19146
215-701-6108 (v)
215-972-8109 (f)
--