How Backup My 13-Current ?
Polytropon
freebsd at edvax.de
Fri Sep 27 11:24:12 UTC 2019
On Fri, 27 Sep 2019 11:00:53 +0200, White-Wolf wrote:
> Hi,
> how can i backup my FreeBSD for not redo my work if it's crash ?
A system crash usually doesn't require you to retrieve a backup.
But having a backup is always a good idea. The common way to do
this on FreeBSD (and UNIX in general) is to use dump and restore.
Dump to an external disk, usually initiated from a live system
(or single-user mode - something where the disk will not be
written to), and if you need, restore from that backup in a
similar way (here a live system is highly suggested).
> There are an documentation ?
I recommend this summary (with examples) by Warren Block:
http://www.wonkity.com/~wblock/docs/html/backup.html
You should also note the corresponding chapter in The FreeBSD
Handbook:
https://www.freebsd.org/doc/handbook/backup-basics.html
> What the best way ?
There is only one definite answer: It depends. :-)
Next to classic dump and restore, there is file-oriented backup.
Tools to do this are tar, rsync, or cpdup, just to name a few.
And finally, there's the 1:1 method with dd, also called "cloning"
where a complete disk (or partition) is written, with no aspects
of files.
What _you_ need depends on what kind of problem you want to solve,
which in turn depends on what kind of problem you are expecting.
There is no "one size fits all eierlegende Wollmilchsau" for this
particular consideration. ;-)
--
Polytropon
Magdeburg, Germany
Happy FreeBSD user since 4.0
Andra moi ennepe, Mousa, ...
More information about the freebsd-questions
mailing list