Re: [BackupPC-users] Can`t Change {TopDir} Location . .

2011-08-12 Thread Holger Parplies
Hi, saed wrote on 2011-08-12 17:08:41 -0700 [[BackupPC-users] Can`t Change {TopDir} Location . .]: > (I am relatively new in linux world) well, first of all: welcome! That said, not all issues are Linux-specific. Reading documentation is a good idea when dealing with *any* software, though the

[BackupPC-users] Can`t Change {TopDir} Location . .

2011-08-12 Thread saed
Hi Holger , sorry for the confusion i made . . (I am relatively new in linux world) i did read the Documentation regrading the TopDir portion "Copying the pool" but i did not understand the "script bin/BackupPC_tarPCCopy" thats why i submit the question but here is what i did to make it work .

Re: [BackupPC-users] Tar exited with error 512 () status

2011-08-12 Thread Joe Konecny
On 8/12/2011 4:31 PM, Bowie Bailey wrote: > On 8/12/2011 2:55 PM, Joe Konecny wrote: >> $Conf{TarClientPath} = '/usr/local/bin/tar'; >> $Conf{TarShareName} = [ >> '/' >> ]; >> $Conf{XferMethod} = 'tar'; >> $Conf{TarClientCmd} = '$sshPath -q -x -n -l root $host env LC_ALL=C >> $tarPath -c -v -f - -C

Re: [BackupPC-users] Tar exited with error 512 () status

2011-08-12 Thread Bowie Bailey
On 8/12/2011 2:55 PM, Joe Konecny wrote: > $Conf{TarClientPath} = '/usr/local/bin/tar'; > $Conf{TarShareName} = [ > '/' > ]; > $Conf{XferMethod} = 'tar'; > $Conf{TarClientCmd} = '$sshPath -q -x -n -l root $host env LC_ALL=C > $tarPath -c -v -f - -C $shareName+ --totals'; > $Conf{EMailAdminUserName}

Re: [BackupPC-users] Tar exited with error 512 () status

2011-08-12 Thread Joe Konecny
On 8/12/2011 3:57 PM, Les Mikesell wrote: >> This directory isn't a share. It's a directory on a FreeBSD machine. > > Backuppc calls everything 'shares' even if they are the starting point for a > tar or rsync run instead of an smb name. > > >> Nonetheless... Is this the >> correct config... >> >>

Re: [BackupPC-users] Tar exited with error 512 () status

2011-08-12 Thread Les Mikesell
On 8/12/2011 2:30 PM, Joe Konecny wrote: > On 8/12/2011 3:13 PM, Les Mikesell wrote: >>> Well I'm confused. I'm looking at the docs. It shows... >>> >>> $Conf{BackupFilesExclude} = '/temp'; >>> >>> ...for an example. So I assume I need... >>> >>> $Conf{BackupFilesExclude} = '/mnt/usb'; >>> >>> >>>

Re: [BackupPC-users] Tar exited with error 512 () status

2011-08-12 Thread Joe Konecny
On 8/12/2011 3:30 PM, Joe Konecny wrote: > This directory isn't a share. It's a directory on a FreeBSD machine. > Nonetheless... Is this the > correct config... > > > $Conf{BackupFilesExclude} = { > '*' => [ > '/mnt/use' > ] > }; typo should be /mnt/usb

Re: [BackupPC-users] Tar exited with error 512 () status

2011-08-12 Thread Joe Konecny
On 8/12/2011 3:13 PM, Les Mikesell wrote: >> Well I'm confused. I'm looking at the docs. It shows... >> >> $Conf{BackupFilesExclude} = '/temp'; >> >> ...for an example. So I assume I need... >> >> $Conf{BackupFilesExclude} = '/mnt/usb'; >> >> >> Do I need to manually edit the config file? > > No, i

Re: [BackupPC-users] Tar exited with error 512 () status

2011-08-12 Thread Les Mikesell
On 8/12/2011 1:55 PM, Joe Konecny wrote: > On 8/12/2011 2:44 PM, Les Mikesell wrote: >> On 8/12/2011 1:36 PM, Joe Konecny wrote: >>> On 8/12/2011 2:31 PM, Les Mikesell wrote: Posting the BackupFilesExclude setting for the host in question would be a good starting point... The usual place

Re: [BackupPC-users] Tar exited with error 512 () status

2011-08-12 Thread Joe Konecny
On 8/12/2011 2:44 PM, Les Mikesell wrote: > On 8/12/2011 1:36 PM, Joe Konecny wrote: >> On 8/12/2011 2:31 PM, Les Mikesell wrote: >>> Posting the BackupFilesExclude setting for the host in question would >>> be a good starting point... The usual place to go >>> wrong is not having the share name or

Re: [BackupPC-users] Tar exited with error 512 () status

2011-08-12 Thread Les Mikesell
On 8/12/2011 1:36 PM, Joe Konecny wrote: > On 8/12/2011 2:31 PM, Les Mikesell wrote: >> Posting the BackupFilesExclude setting for the host in question would >> be a good starting point... The usual place to go >> wrong is not having the share name or '*' on the left side of the '=>'. >> > > $Conf{

Re: [BackupPC-users] Tar exited with error 512 () status

2011-08-12 Thread Joe Konecny
On 8/12/2011 2:31 PM, Les Mikesell wrote: > Posting the BackupFilesExclude setting for the host in question would be a > good starting point... The usual place to go > wrong is not having the share name or '*' on the left side of the '=>'. > $Conf{TarClientPath} = '/usr/local/bin/tar'; $Conf{TarS

Re: [BackupPC-users] Tar exited with error 512 () status

2011-08-12 Thread Les Mikesell
On 8/12/2011 1:18 PM, Joe Konecny wrote: > On 8/12/2011 2:11 PM, Les Mikesell wrote: >> On 8/12/2011 12:56 PM, Joe Konecny wrote: >>> Joe Konecny wrote on 2011-08-12 12:33:54 -0400 [[BackupPC-users] Tar exited with error 512 () status]: > I am having trouble making my backup work. I h

Re: [BackupPC-users] Tar exited with error 512 () status

2011-08-12 Thread Joe Konecny
On 8/12/2011 2:11 PM, Les Mikesell wrote: > On 8/12/2011 12:56 PM, Joe Konecny wrote: >> >>> Joe Konecny wrote on 2011-08-12 12:33:54 -0400 [[BackupPC-users] Tar exited >>> with error 512 () status]: I am having trouble making my backup work. I have been running for months with no troub

Re: [BackupPC-users] Tar exited with error 512 () status

2011-08-12 Thread Les Mikesell
On 8/12/2011 12:56 PM, Joe Konecny wrote: > >> Joe Konecny wrote on 2011-08-12 12:33:54 -0400 [[BackupPC-users] Tar exited >> with error 512 () status]: >>> I am having trouble making my backup work. I have been running for months >>> with no trouble. [...] >>> I have /mnt excluded and not mnt.

Re: [BackupPC-users] Tar exited with error 512 () status

2011-08-12 Thread Joe Konecny
On 8/12/2011 1:38 PM, Holger Parplies wrote: > Hi, > > Joe Konecny wrote on 2011-08-12 12:33:54 -0400 [[BackupPC-users] Tar exited > with error 512 () status]: >> I am having trouble making my backup work. I have been running for months >> with no trouble. [...] >> I have /mnt excluded and not m

Re: [BackupPC-users] Tar exited with error 512 () status

2011-08-12 Thread Holger Parplies
Hi, Joe Konecny wrote on 2011-08-12 12:33:54 -0400 [[BackupPC-users] Tar exited with error 512 () status]: > I am having trouble making my backup work. I have been running for months > with no trouble. [...] > I have /mnt excluded and not mnt. Does the exclusion need to be quoted? no, it need

[BackupPC-users] Tar exited with error 512 () status

2011-08-12 Thread Joe Konecny
I am having trouble making my backup work. I have been running for months with no trouble. I mounted a usb drive and it went belly up and cannot unmount it. The drive is no longer attached. I have tried umount -f and it still persists. I'll probably have to reboot at some point but to get around

Re: [BackupPC-users] BackupPC spontaneous server exit with SIGPIPE

2011-08-12 Thread Holger Parplies
Hi, Carl Wilhelm Soderstrom wrote on 2011-08-11 13:16:38 -0500 [[BackupPC-users] BackupPC spontaneous server exit with SIGPIPE]: > BackupPC 3.1.0 on Debian, kernel is 2.6.32, filesystem is xfs. > > I have a BackupPC server that has twice now had the BackupPC server process > spontaneously exit.

[BackupPC-users] OFFTOPIC: Re: Windows7 vshadow error

2011-08-12 Thread Jeffrey J. Kosowsky
Jonathan Schaeffer wrote at about 15:17:15 +0200 on Friday, August 12, 2011: > Hello, > > this is not direcly connected to backuppc itself, but I thought I would > find people here with a good experience of my problem. > > I am backing up windows clients to a central server using the shadow

Re: [BackupPC-users] Can't locate BackupPC/Lib.pm on Centos5.6 x86_64

2011-08-12 Thread Holger Parplies
Hi, saed wrote on 2011-08-11 17:47:45 -0700 [[BackupPC-users] Can't locate BackupPC/Lib.pm on Centos5.6 x86_64]: > well , i can`t recall if it was there or not neither can we. What on earth are you talking about? > , coz i re installed a > different version/arch precise i manipulated some confi

Re: [BackupPC-users] Can`t Change {TopDir} Location . .

2011-08-12 Thread Holger Parplies
Hi, saed wrote on 2011-08-11 18:22:29 -0700 [[BackupPC-users] Can`t Change {TopDir} Location . .]: > hi all , > i`m tryin` to change the default backup Directory in BackupPC > from $Conf{TopDir} = '/var/lib/backuppc'; TO $Conf{TopDir} = '/backup/Data'; > but i get this error when i try to com

Re: [BackupPC-users] Can`t change {TopDir} location

2011-08-12 Thread Holger Parplies
Hi, saed wrote on 2011-08-11 18:20:46 -0700 [[BackupPC-users] Can`t change {TopDir} location]: > hi all , > i`m tryin` to change the default backup Directory in BackupPC > from $Conf{TopDir} = '/var/lib/backuppc'; TO $Conf{TopDir} = > '/backup/Data'; > [...] > any Suggestions ? yes, read

[BackupPC-users] Windows7 vshadow error

2011-08-12 Thread Jonathan Schaeffer
Hello, this is not direcly connected to backuppc itself, but I thought I would find people here with a good experience of my problem. I am backing up windows clients to a central server using the shadow copy system. It's alright for windows XP machines. But I have an error on Windows 7. To sum u