On Wed, 15 Aug 2012 12:58:53 -0300 Mike <ispbuil...@gmail.com> wrote: > On 12-08-15 12:52 PM, Les Mikesell wrote: > > Does the device offer nfs as an option? If so, I'd use that > > instead of cifs. > >> Am I going about this in the wrong way? Should I be backing up to > >> this drive in a different manner? Right now, $Conf{XferMethod} = > >> 'tar'; but I have tried it set to "smb" as well with the same > >> results. > I'm suprised nobody has suggested creating an appropriately sized > file on a CIFS share, making a filesystem on the file, and then > mounting it with -o loop and running BackupPC on that.
Regardless whether this loopback-file is on a local disk or via nfs/smb mounted, this has the advantage that you can add encryption via luks to the equation... But why do you want to run backuppc on a server with the files on an external nas? This has to many drawbacks: a) If one of these two machines fails, there is no new backups and no restore (at least during the outage). b) If the server is also the one providing ip addresses via dhcp and the nas needs an ip address, you get a nice loop on fresh starts like after a power-outage: The nas won't be accessible as it doesn't have an ip address and the server will not boot (and start backuppc and dhcp-server) because the device isn't reachable for mounting. We use an internal disk for backuppc and write weekly/daily encrypted 'tapes' to the nas which gets mounted for that (either via nfs or iscsi). When the nas isn't there, we don't write the tapes. We could also make the scripts try a second nas when the first isn't there. Which gives the advantage of movable tapes with modern (and cheaper) disks. Have fun, Arnold
signature.asc
Description: PGP signature
------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________ BackupPC-users mailing list BackupPC-users@lists.sourceforge.net List: https://lists.sourceforge.net/lists/listinfo/backuppc-users Wiki: http://backuppc.wiki.sourceforge.net Project: http://backuppc.sourceforge.net/