|
Sorry for not stating it Les. But I'm using rsync not
rsyncd. From: Les Stott [mailto:[EMAIL PROTECTED] Sent: Friday, October 28, 2005 6:48 PM To: Ed Burgstaler Cc: [email protected] Subject: Re: [BackupPC-users] Backing up a single file off of root Ed Burgstaler wrote: i gather your using rsyncd to do this and using seperate share names for home rooo and etc? if so you could define a fourth share and setup a BackupFilesOnly directive like so... $Conf{BackupFilesOnly} = { 'root' => ['filname1', 'filename2'], # these are for the root share only }; However it may not be desirabe to share at root level so heres another way... setup a cronjob to tar the files into /root, which does get backed up. Schedule it to suit your backup needs. If the files are mostly static then you probably only need to run this once a night. Hope that helps. Regards, Les |
- Re: [BackupPC-users] Backing up a single file off of root Les Stott
- RE: [BackupPC-users] Backing up a single file off of ro... Ed Burgstaler
