On Tuesday 24 January 2012 14:38:28 Ivanus, Radu wrote: > I configured backuppc on a Ubuntu server machine. > All fine, but I'm having a hard time with the following scenario: > I need to backup a network share called \\domain\folder to another > network share called \\ip\folder <file:///\\ip\folder> (different from > the 1st one). > What is the best way to do this? (I would appreciate if someone can help > me with clear steps as I'm new to linux environment).
That one is simple: Not with backuppc! :-) If you think backuppc can solve this problem, you haven't (yet?) used backuppc. A solution for your problem would be anything starting from good old 'cp' and similar copy-operations (preferably preserving attributes). I use(d) rsnapshot for a lot of stuff. But that too saves to a local disk with the need for hard-links. If at least the target-share is nfs, you can use it. If both shares are cifs/smb and you only want a backup of the current and maybe one old version, then rsync should help you. Have fun, Arnold
signature.asc
Description: This is a digitally signed message part.
------------------------------------------------------------------------------ Keep Your Developer Skills Current with LearnDevNow! The most comprehensive online learning library for Microsoft developers is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, Metro Style Apps, more. Free future releases when you subscribe now! http://p.sf.net/sfu/learndevnow-d2d
_______________________________________________ BackupPC-users mailing list [email protected] List: https://lists.sourceforge.net/lists/listinfo/backuppc-users Wiki: http://backuppc.wiki.sourceforge.net Project: http://backuppc.sourceforge.net/
