The short answer is yes. 

I've got backuppc running on a virtual machine, with a 24TB FreeNAS NFS mount 
set up. 

>From my config.pl 
# TopDir - where all the backup data is stored 
$Conf{TopDir} = '/mnt/tank'; 

So, just make a directory on the backuppc machine, in my case, /mnt/tank, and 
NFS mount it: 

$ sudo mount -t nfs 192.168.X.X:/mnt/tank /mnt/tank 


That's the real short version. 

----- "Mark Phillips" <[email protected]> wrote: 
> Can TopDir be a network drive? 
> 
> I have a NAS, and I would like to use rsync to store the data on the NAS from 
> the backuppc server. Is this possible? How do I configure it? 
> 
> Mark 
> 
> ------------------------------------------------------------------------------
>  
> All of the data generated in your IT infrastructure is seriously valuable. 
> Why? It contains a definitive record of application performance, security 
> threats, fraudulent activity, and more. Splunk takes this data and makes 
> sense of it. IT sense. And common sense. 
> http://p.sf.net/sfu/splunk-d2d-c2 
> _______________________________________________ 
> 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/ 
> 

-- 
Andy Stetzinger 
Riptide Software 
Information Technology 
V: 321-296-7724 ext: 208 
http://www.riptidesoftware.com 
║▌║█║▌║▌││║▌║█║▌│║▌║█║▌║▌││║▌║ 



------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security 
threats, fraudulent activity, and more. Splunk takes this data and makes 
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2d-c2
_______________________________________________
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/

Reply via email to