Hi Guys
I have a config file that looks likes this:
$Conf{BackupFilesExclude} = {
'/' => [
'dev',
'proc',
'sys',
'tmp',
'var/lib/mysql',
'etc/fstab',
'var/log/mysql/mysql-bin.*',
'var/log/apache2/*',
'shares',
'var/lib/cvs',
'var/lib/cvs-old',
'var/cache/apt/archives/*',
'var/log/samba/*',
'var/log/installer/*',
'var/log/apt/*',
'var/log/samba/*',
'HDD2'
]
};
$Conf{BackupFilesOnly} = {};
$Conf{ClientNameAlias} = '192.168.1.3';
$Conf{RsyncShareName} = [
'/'
];
I've got an exclude in there for "proc", the problem I'm getting is that the
"proc" is also getting excluded from "/opt/webmin/proc" I only want the proc
directly on the root "/" share to be excluded. How can I make sure the no
other "proc" folders are excluded?
Thanks
Mark
------------------------------------------------------------------------------
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
_______________________________________________
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/