Easy way to backup FC5 over network?[Scanned]

Chris Bradford chrisbradford at cambridge-news.co.uk
Fri Jun 23 11:24:34 UTC 2006


I've been looking into backup solutions for my FC5 boxes over our 
network to a file server.

I came across netcat and tar, using the following commands:

On the file server run:

*nc -l 6060 > backup.tar.gz*

 

Then on the client run:

*tar czvOPp --same-owner /* | nc 10.0.35.100 6060*


However this fails due to files in use (i.e the '/proc/' folder) so what 
I want to know is what I would need to do in order to create a full, 
working backup.

Any ideas?

Many thanks,

Chris Bradford


This message has been scanned for viruses by BlackSpider MailControl - www.blackspider.com




More information about the fedora-list mailing list