I copied these from my config file which is edited through the web interface. So the web interface has a bug
John J. Boris, Sr. JEN-A-SyS Administrator Archdiocese of Philadelphia "Remember! That light at the end of the tunnel Just might be the headlight of an oncoming train!" >>> Ed McDonagh <[email protected]> 5/6/2010 11:20 AM >>> > $Conf{BackupFilesExclude} = { > './proc' => [ > '' > ] > }; > $Conf{XferMethod} = 'tar'; > > Is this correct or is this > > $Conf{BackupFilesExclude} = { > '/proc' => [ > '' > ] > }; > $Conf{XferMethod} = 'tar'; > Neither! This really confused me for ages. The share needs to be in the first section, and the exclude within the square brackets so $Conf{BackupFilesExclude} = { '/' => [ '/proc' ] }; As for the ./ or /, I always get there by trial and error if it is not clear from the help files. If you are using the web interface, the share name should be in the 'New Key' and then you 'add' the exclude arguments. HTH Ed ######################################################################### Attention: This e-mail and any attachment is for authorised use by the intended recipient(s) only. It may contain proprietary, confidential and/or privileged information and should not be copied, disclosed, distributed, retained or used by any other party. If you are not an intended recipient please notify the sender immediately and delete this e-mail (including attachments and copies). The statements and opinions expressed in this e-mail are those of the author and do not necessarily reflect those of the Royal Marsden NHS Foundation Trust. The Trust does not take any responsibility for the statements and opinions of the author. Website: http://www.royalmarsden.nhs.uk ######################################################################### ------------------------------------------------------------------------------ _______________________________________________ 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/ ------------------------------------------------------------------------------ _______________________________________________ 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/
