Re: [BackupPC-users] Simple server side embedded config file to allow full shadow backups of Windows host

2021-02-26 Thread Adam Goryachev via BackupPC-users
t; > No such NTFS drive 'c:' skipping corresponding shadow setup... > > >    'c' => /cygdrive/c/shadow/c-20210226-234449 > > > Eval return value: 1 > > > > > > I'm thinking it might be a case sensitive issue, so am waiting for it to > &

Re: [BackupPC-users] Simple server side embedded config file to allow full shadow backups of Windows host

2021-02-26 Thread backuppc
responding shadow setup... > > >    'c' => /cygdrive/c/shadow/c-20210226-234449 > > > Eval return value: 1 > > > > > > I'm thinking it might be a case sensitive issue, so am waiting for it > > to > > > finish before adjusting the co

Re: [BackupPC-users] Simple server side embedded config file to allow full shadow backups of Windows host

2021-02-26 Thread Adam Goryachev via BackupPC-users
'm thinking something as simple as: require ./windows_shadow.pl; > I was missing the ClientShareName2Path. I've added that in, but now I > get another error: > > No such NTFS drive 'c:' skipping corresponding shadow setup... >    'c' => /cygdrive/c/shadow/c-

Re: [BackupPC-users] Simple server side embedded config file to allow full shadow backups of Windows host

2021-02-26 Thread Kris Lou via BackupPC-users
> > What I actually do is have a single separate config file for each of > my platforms (Linux, Windows, Android, RPI) and then have my > individual machines link to their corresponding canonical file. I tend to make use of the "newhost=oldhost" syntax when creating new Backup clients. Do you

Re: [BackupPC-users] Simple server side embedded config file to allow full shadow backups of Windows host

2021-02-26 Thread backuppc
} = 2; #Disable }elsif($jhost =~/machine[0-9]*$/) { # $Conf{BackupsDisable} = 2; #CHANGE TO 1 to enable manual } etc. Such logic can be continued for any differences between machines... > I was missing the ClientShareName2Path. I've added that in, but now I

Re: [BackupPC-users] Simple server side embedded config file to allow full shadow backups of Windows host

2021-02-26 Thread Adam Goryachev via BackupPC-users
kipping corresponding shadow setup...    'c' => /cygdrive/c/shadow/c-20210226-234449 Eval return value: 1 I'm thinking it might be a case sensitive issue, so am waiting for it to finish before adjusting the config and retrying: $Conf{RsyncShareName} = [   'C' ]; $Conf{ClientShareName2Path}

Re: [BackupPC-users] Simple server side embedded config file to allow full shadow backups of Windows host

2021-02-26 Thread Doug Lytle
>>> Okay, I was just making things way harder than they needed to be. Sorry >>> Jeff. Doug, from my understanding DeltaCopy is nearly just an alternative >>> version of cygwin-rsyncd Thanks Greg! I'll see if I can test it out this weekend, Doug

Re: [BackupPC-users] UPDATED: Simple server side embedded config file to allow full shadow backups of Windows host

2021-02-26 Thread backuppc
Minor update that cleans up the code a little and also adds the server name to the shadow timestamp so that you can see which backuppc host has created the shadows. This is useful in case you have multiple backuppc servers backing up a single client (I do this so that I have totally redundant

Re: [BackupPC-users] Simple server side embedded config file to allow full shadow backups of Windows host

2021-02-26 Thread backuppc
[ >   '/cygdrive/C/' > ]; > $Conf{RsyncSshArgs} = [ >   '-e', >   '$sshPath -l BackupPC' > ]; > $Conf{RsyncClientPath} = '/cygdrive/c/cygwin64/root/bin/rsync.exe'; > $Conf{PingMaxMsec} = 100; > $Conf{BlackoutPeriods} = []; > > However, when I try to run