PDA

View Full Version : backuppc and samba


vlade
24th April 2007, 19:24
I have problem using backuppc and exclude folder directive. I use smb to connect to windows boxes.

Any suggestions. I've read documentation, used shown examples and just no luck.

tnx,

falko
25th April 2007, 14:43
What's the exact problem? Do you get any errors?

vlade
25th April 2007, 15:01
What's the exact problem? Do you get any errors?

I use version 3.0xx on debian.
No errors. Using excludefolder option gives me headache.

example:

/etc/backuppc/Workstation1.pl
$Conf{SmbShareName} = ['backuptest'];
$Conf{SmbSharePasswd} = 'username';
$Conf{SmbShareUserName} = 'password';
$Conf{BackupFilesExclude} = {'/user3'};

I used forward and back slashes with no luck. /user3 folder is allways backed up. This is used in test controlled enviroment, backup meets our needs.

regards

falko
26th April 2007, 21:00
I'm not sure if $Conf{BackupFilesExclude} is for excluding files or folders or both...:confused: