Dan Johansson wrote at about 14:24:25 +0100 on Sunday, January 3, 2021:
 > On 30.06.20 06:51, backu...@kosowsky.org wrote:
 > > Over the years, many have asked and struggled with backing up remote
 > > Windows shares with shadow copies. Shadow copies are useful since they
 > > allow both the backup to be 'consistent' and allow for reading files
 > > that are otherwise 'busy' and unreadable when part of active Windows
 > > partitions.
 > > 

 > I found this old email with the attached script.
 > I have tried to set it up, but sadly I can not get it to work. (:-(

Some details would be helpful...

> 
 > So now I have two questions.
 > 
 > a) What is the syntax of the "Conf{ClientShareName2Path}" hash? Examples?

$Conf{ClientShareName2Path} = {
    'backuppc' => '/var/lib/backuppc',
    'boot-efi' => '/boot/efi',
    'home'     => '/home',
    'root'     => '/',
};


> b) How shall the rsyncd be configured (rsyncd.conf, rsyncd.secrets)?

The script uses 'rsync' not 'rsyncd'
Not sure why you would ever want to use 'rsyncd' as it is less secure
(it uses a password 'secret' rather than a passphrase) and is more
complicated to setup than just running ssh over a background sshd daemon.


_______________________________________________
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:    https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:    https://github.com/backuppc/backuppc/wiki
Project: https://backuppc.github.io/backuppc/

Reply via email to