Backing up my system?

Kenneth Galle kagalle at infoblvd.net
Fri Jul 27 13:09:32 EDT 2001


I have had good luck using afio.  It takes file names to backup on standard
input, so you use it in combination with find.  find has a -xdev option to
limit the find to one filesystem only.

cd /
find -xdev | afio -o /image/backup.afio

Ken

> I couldn't do / itself because /image would try to back itself up and that
> wouldn't do.



More information about the nflug mailing list