On Mon, 15 Jun 2015, Bernd Schoeller wrote: > Hi - > > I have got an OpenBSD box, and I would like to create regular full > backups of that box to a Linux server at a different location. > > The main purpose of this backup is to be able to restore the OpenBSD box > on a severe hardware failure (HD corruption, fire, etc.). If possible, > the backup should be incremental as I am somewhat bandwidth constrained > between the two sites. > IME, one seldom does a 'full' restore, as upgrades, hardware changes, et al get in the way.
For us, rsnapshot is an excellent tool - full versioning at the file level (enable simple restore of a single file, as well as the working contents of an entire system). When a system rebuild was necessary, installing the OS and restoring from the last snapshot worked well. Lee