dump
Tagged:  •    •    •  

In order to decrease our backup size we decided to skip some files and directories which were not critical. With chflags(1) you can skip entire directories:

chflags -R nodump mydir
Tagged:  •    •    •  

Situation: a FreeBSD webserver needs a backup system. dump and restore are your friends then. Restoring all that data is not that trivial, if you don't know how dump operates. But the manpages of these commands should help a lot already.

Syndicate content