Re: [BackupPC-users] prebackup commands

2006-11-18 Thread VanBennekom, Christopher
Cc: [email protected] Subject: Re: [BackupPC-users] prebackup commands Chris writes: > $Conf{DumpPreUserCmd} = 'sudo smbmount //10.89.0.6/c /mnt/rjpark -o > username=rjpark,uid=backuppc,sid=users,password=douglas1'; > > $Conf{DumpPostUserCmd} = 'su

Re: [BackupPC-users] prebackup commands

2006-11-13 Thread Craig Barratt
Chris writes: > $Conf{DumpPreUserCmd} = 'sudo smbmount //10.89.0.6/c /mnt/rjpark -o > username=rjpark,uid=backuppc,sid=users,password=douglas1'; > > $Conf{DumpPostUserCmd} = 'sudo umount /mnt/rjpark'; To improve security BackupPC doesn't use a shell to execute commands, so you need to include th

[BackupPC-users] prebackup commands

2006-11-13 Thread VanBennekom, Christopher
I am trying to mount and windows pc on the backup server so I can use tar to back it up.  If I mount the windows pc using the following command it everything works fine.   smbmount //10.89.0.6/c /mnt/rjpark -o username=rjpark,uid=backuppc,sid=users,password=douglas1