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

2021-02-27 Thread backuppc
G.W. Haywood via BackupPC-users wrote at about 11:58:01 + on Saturday, February 27, 2021: > Hi there, > > On Fri, 26 Feb 2021, backu...@kosowsky.org wrote: > > > ... useful in case you have multiple backuppc servers backing up a > > single client (I do this so that I have totally

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

2021-02-27 Thread G.W. Haywood via BackupPC-users
Hi there, On Fri, 26 Feb 2021, backu...@kosowsky.org wrote: ... useful in case you have multiple backuppc servers backing up a single client (I do this so that I have totally redundant backups in case one backuppc server fails) Good idea to have "totally" independent backups, but do note

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
On 27/2/21 08:23, backu...@kosowsky.org wrote: Adam Goryachev wrote at about 05:48:56 +1100 on Saturday, February 27, 2021: > > > > > I was missing the ClientShareName2Path. I've added that in, but now I > > > get another error: > > > > > > No such NTFS drive 'c:' skipping

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

2021-02-26 Thread backuppc
Adam Goryachev wrote at about 05:48:56 +1100 on Saturday, February 27, 2021: > > > > > 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' =>

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
On 27/2/21 03:31, backu...@kosowsky.org wrote: Adam Goryachev via BackupPC-users wrote at about 00:41:40 +1100 on Saturday, February 27, 2021: > Also, I was thinking it should be possible to have this script in a > single file, and then just include or require it for each host, does >

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
Adam Goryachev via BackupPC-users wrote at about 00:41:40 +1100 on Saturday, February 27, 2021: > Hi, > > On 26/2/21 19:11, backu...@kosowsky.org wrote: > > Hi Adam, > > First, you cut out some of the debugging output that would be helpful > > in seeing what is happening -- and in

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
Hi, On 26/2/21 19:11, backu...@kosowsky.org wrote: Hi Adam, First, you cut out some of the debugging output that would be helpful in seeing what is happening -- and in particular why shadow drives are or are not being created. However, I suspect your problem is that you did not designate any

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] Simple server side embedded config file to allow full shadow backups of Windows host

2021-02-26 Thread backuppc
Hi Adam, First, you cut out some of the debugging output that would be helpful in seeing what is happening -- and in particular why shadow drives are or are not being created. However, I suspect your problem is that you did not designate any drives to be shadowed. According to the comment in my

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

2021-02-25 Thread Adam Goryachev via BackupPC-users
Hi, I've just setup a new Win10 machine, and thought I'd try this solution to do the backup... So far, I have installed the MS SSH server, using the powershell command line installation method, copied the backuppc ssh public key across, used a powershell script to fix permissions on the

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

2021-02-25 Thread Greg Harris
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. I think all you need to do is dump these scripts into the bottom of the .pl file for the host. Otherwise, all of the

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

2021-02-23 Thread backuppc
Yes. SSH needs to be minimally configured just as you do when using the 'rsync' method (over ssh) for any other system. And SSH is pretty basic for any type of communication, login, file transfer between machines in the 20th century (with the exception maybe of pure Windows environments)

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

2021-02-23 Thread Greg Harris
I was hoping that I could reply with at least a basic outline. However, I’m still trying to figure out what I’m missing. Jeff, you seem to imply that there’s no client side config that needs to be done? When I installed SSH via the base CygWin, it seems like there is at least basic setup

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

2021-02-18 Thread Doug Lytle
>>> 'cygpath' is part of the basic 'cygwin' package. Okay, For someone that has always used DeltaCopy on the clients, is there a step-by-step instruction page that explains on how to use this? Thanks! Doug ___ BackupPC-users mailing list

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

2021-02-17 Thread backuppc
'date' and 'tail' are both very basic functions that are part of 'coreutils' that should be part of even the simplest cygwin implementation. You don't need dateutils. 'cygpath' is part of the basic 'cygwin' package. Just try the base cygwin install plus rsync and I would think everything should

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

2021-02-17 Thread Greg Harris
Well, now I’ve gone and done it! This machine had the BackupPC CygWin that Michael so generously bestowed upon us and I didn’t check before I installed the general CygWin. This ought to be fun to untangle. So, that does clear up a few things, so thanks. One bit of weirdness is that “tail”

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

2021-02-17 Thread backuppc
I may have been a little too literal in definition of 'base' - I meant that you don't anything beyond what you need for generally running BackupPC over cygwin (which of course includes rsync/ssh). Greg Harris wrote at about 14:03:22 + on Wednesday, February 17, 2021: > Jeff, > > These

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

2021-02-17 Thread Greg Harris
Jeff, These look like awesome scripts. Thanks so much for sharing! (Hrm, is BackupPC headed towards a plugin extension set?) However, I’ve had little exposure to CygWin. In the olden days, we’d grab the CygWin for BackupPC and roll. However, your notes seem to indicate just installing a

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

2021-02-15 Thread backuppc
Your welcome! Thomas Trueten wrote at about 12:04:40 +0100 on Monday, February 15, 2021: > Hi there, > > thanks for the hack. It runs very well here, I always had the problem > that backing up Windows computers in our network was quite a problem. > > Am 10.02.21 um 21:51 schrieb

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

2021-02-15 Thread Thomas Trueten
Hi there, thanks for the hack. It runs very well here, I always had the problem that backing up Windows computers in our network was quite a problem. Am 10.02.21 um 21:51 schrieb backu...@kosowsky.org: > Just posting an updated version of my perl hacks to the > /etc/backuppc/pc/windowshost.pl

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

2021-02-10 Thread backuppc
Just posting an updated version of my perl hacks to the /etc/backuppc/pc/windowshost.pl file that will allow you to easily and reliably create (and later remove) VSS shadow copies on any Windows host so that all files (including locked ones) can be backed up. This approach in my mind is