STEPS TO (HOW TO) BACK UP /HOME ONTO A CD ========================================= ;; Time-stamp: <2003-01-10 11:32:08 deego> ;; keywords: backup back up /home mount backing up howto tar gz ==================================================== Author: D. Goel Copyright (C) 2002 D. Goel. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.1 or any later version published by the Free Software Foundation; with the Invariant Sections being none, with the Front-Cover Texts being , and with the Back-Cover Texts being . A copy of the license is included in the section entitled "GNU Free Documentation License". If you still don't have a copy of the license, write to: Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA ==================================================== ;; a list of steps for self to backup a filesystem using tar.gz. ;; the steps below assume a completely blank cd-rw, one that has never been written onto before. hmm, for now, simply: cd /usr/spcusr/deego/backups-machines/darwin/home/tmp/ su tar -cvopf home-200x-mm-dd.tar /home/d* /home/e* /home/l* or tar -cvopf home-200x-mm-dd.tar /home/d* /home/e* /home/l* /home/w* change the date to the correct value. gzip home-200x-mm-dd.tar change the ownership of the files back to deego transfer file to another computer (if needed, delete alternate backups there before the transfer). MV file from tmp/ to .. MV file from tmp/ to .. in the other computer as well (Exit from su)