Aug 27
Back up a UNIX box (or folder) to a DMG image file
Cats: News|
To back up a local UNIX serving box (ALIX1C motherboard with FreeBSD), I wrote a simple but efficient bash script to save all or part of it in a DMG image disk file. This backup should be used as often as required (launching with cron needs a password-free RSA login). This backup is a differential one, and an exact replication is done assuming the RSA user has sufficient privileges to do so.
Why save in a DMG?
Prerequisites:
For security and convenience, I use ssh transfering protocol with a shared RSA key. If you do not know how to set this up, you should look at that kind of se...
Why save in a DMG?
- To avoid my Mac managing another file system deep tree.
- To simplify moving the backup.
Prerequisites:
For security and convenience, I use ssh transfering protocol with a shared RSA key. If you do not know how to set this up, you should look at that kind of se...
Leave a Reply
You must be logged in to post a comment.
Subscribe