Backing up FREEBSD

Roger Olofsson raggen at passagen.se
Tue Dec 12 09:31:45 PST 2006


Hello,

If you have a spare machine with the diskspace neeeded then you might 
want to consider rsync over ssh. Rsync can do incremental backups, which 
can be nice and timesaving.

There's plenty to read about it if you Google for "Freebsd backing up 
rsync ssh ports".



Tony Shadwick skrev:
> As with what he said. :)  Dump and Restore are your friends.
> 
> Also, in a crunch:
> 
> tar -z -c -f /path/to/your/backup.tar.gz /filesystem
> 
> Do that once for each mounted filesystem, and make sure backup.tar.gz 
> lives on another system, perhaps on an nfs mount.
> 
> Chad Gross wrote:
>> The handbook is your friend:
>>
>> http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/backup-basics.html 
>>
>>
>> and most likely:
>>
>> man dump
>>
>> Chad
>>
>> On 12/12/06, arun at dasmax.com <arun at dasmax.com> wrote:
>>>
>>> Hi
>>>
>>> This is Arun from Singapore. I basically want to know how to back up
>>> files if a computer is already running on FREEBSD. Please help me with
>>> this as it is urgent.
>>>
>>> Thanking you
>>> Arun
>>> _______________________________________________
>>> freebsd-questions at freebsd.org mailing list
>>> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
>>> To unsubscribe, send any mail to "
>>> freebsd-questions-unsubscribe at freebsd.org"
>>>
>> _______________________________________________
>> freebsd-questions at freebsd.org mailing list
>> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
>> To unsubscribe, send any mail to 
>> "freebsd-questions-unsubscribe at freebsd.org"
> _______________________________________________
> freebsd-questions at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to 
> "freebsd-questions-unsubscribe at freebsd.org"
> 
> 


More information about the freebsd-questions mailing list