Re: [BackupPC-users] Setup for Windows backup with rsync

2024-01-28 Thread Paul Leyland
Sorry to be so late to the party but I have been rather distracted this least week. I have a similar setup at home and use rsync very easily.  My network is friendly enough so on the backup host "ra" I have this in the /etc/fstab //bastet.home.brnikat.com/c    /mnt/bastet    cifs defaults,au

Re: [BackupPC-users] Setup for Windows backup with rsync

2024-01-27 Thread Michael Stowe
On 2024-01-27 10:16, Stephen Blackwell wrote: Well, this is where I'm a bit confused. Who is the "backup user"? The NAS has one user called steve. If I ssh into the NAS and enter the docker that Backuppc is running in, that has one user called backuppc. There is no user called backuppc on the W

Re: [BackupPC-users] Setup for Windows backup with rsync

2024-01-27 Thread Stephen Blackwell
Well, this is where I'm a bit confused. Who is the "backup user"? The NAS has one user called steve. If I ssh into the NAS and enter the docker that Backuppc is running in, that has one user called backuppc. There is no user called backuppc on the Windows box but there is a user steve. I can ssh in

Re: [BackupPC-users] Setup for Windows backup with rsync

2024-01-26 Thread Michael Stowe
On 2024-01-26 13:46, Stephen Blackwell wrote: I'm just getting back to this. I've set up ssh on my Windows machine and I verified that I can log in from a linux box using a username and password. I thought I would be able to set backuppc up to use rsync by looking at whatever error messages

Re: [BackupPC-users] Setup for Windows backup with rsync

2024-01-26 Thread Stephen Blackwell
I'm just getting back to this. I've set up ssh on my Windows machine and I verified that I can log in from a linux box using a username and password. I thought I would be able to set backuppc up to use rsync by looking at whatever error messages it produced but that is not working. The "BackupPC:

Re: [BackupPC-users] Setup for Windows backup with rsync

2024-01-22 Thread Stephen Blackwell
Thanks, everyone. I am going to set up ssh on my Windows boxes but at least I have a back up for now. On Sat, Jan 20, 2024 at 6:17 PM wrote: > It is safer and more versatile to setup ssh on your Windows machine > and then just use 'rsync' > Rsyncd uses minimal security and an incompatible config

Re: [BackupPC-users] Setup for Windows backup with rsync

2024-01-20 Thread backuppc
It is safer and more versatile to setup ssh on your Windows machine and then just use 'rsync' Rsyncd uses minimal security and an incompatible config format from rsync-ssh. Samual Flossie wrote at about 10:15:17 -0500 on Saturday, January 20, 2024: > There are several windows rsyncd install/confi

Re: [BackupPC-users] Setup for Windows backup with rsync

2024-01-20 Thread Les Mikesell
On Sat, Jan 20, 2024 at 9:18 AM Stephen Blackwell wrote: > > Ah, that was it. Well, that and a couple of other parameters needed setting. > Thank you. Also, it is possible to do a better job on windows if you use the VSS shadow copy system in combination with rsyncd. I'm not an expert on that m

Re: [BackupPC-users] Setup for Windows backup with rsync

2024-01-20 Thread Stephen Blackwell
Ah, that was it. Well, that and a couple of other parameters needed setting. Thank you. On Sat, Jan 20, 2024 at 12:22 AM Les Mikesell wrote: > On Fri, Jan 19, 2024 at 4:06 PM Stephen Blackwell > wrote: > > > > My external backup drive died recently so I bought a NAS and installed a > docker wit

Re: [BackupPC-users] Setup for Windows backup with rsync

2024-01-20 Thread Samual Flossie
There are several windows rsyncd install/config tutorials. Recommend looking at this one: https://kifarunix.com/backup-windows-system-with-backuppc-using-rsyncd/ rsyncd is at cygwin-rsyncd and can download Cygwin-Rsyncd installer from Releases page

Re: [BackupPC-users] Setup for Windows backup with rsync

2024-01-19 Thread Les Mikesell
On Fri, Jan 19, 2024 at 4:06 PM Stephen Blackwell wrote: > > My external backup drive died recently so I bought a NAS and installed a > docker with Backuppc in it and set it up to backup my Linux box. Works like a > charm. > > Now I want to add my Windows laptop to the list of clients. I was fol

[BackupPC-users] Setup for Windows backup with rsync

2024-01-19 Thread Stephen Blackwell
My external backup drive died recently so I bought a NAS and installed a docker with Backuppc in it and set it up to backup my Linux box. Works like a charm. Now I want to add my Windows laptop to the list of clients. I was following this guide