+ Reply to Thread
Results 1 to 3 of 3

Thread: Before RH8.0 I wanna burn my /home Dir

  1. #1

    Before RH8.0 I wanna burn my /home Dir

    Okay going to install 8.0 today/tomorrow. Depends on new CPU.

    Anyway I host 5 games on my system each owner has a shell account

    /home/user/

    I would like to backup the entire /home directory so that when I get RH8.0 installed I can just transfer the data back. Can I and how would I? I assume that the directory is over 700megs so it will not fit on one cd. Tar?

    If Tar will cut it down enough what commands need to be issued to tar it up?

    Thanks
    Ras
    P.S. no Linux system now so I cant run the man tar to read the docs.

  2. #2

    Re:Before RH8.0 I wanna burn my /home Dir

    This pet is what you are looking for:
    http://www.linuxjunior.org/cgi-bin/p...play&id=68

    Also, when you recreate the users, make sure you give them the same gid#. I had some rights issues after doing that same thing, until I realized that, even though i recreated the users' accounts with the same names, it didn't assigned the same gid#.

  3. #3
    Mentor
    Join Date
    Jun 2001
    Posts
    1,672

    Re:Before RH8.0 I wanna burn my /home Dir

    Try this as root:

    Code:
    tar -cf /root/home.tar /home
    gzip -1f /root/home.tar
    If the home.tar.gz is still too big, replace -1f with -9f, but it will take a lot longer.

+ Reply to Thread

Similar Threads

  1. permanent home
    By wazoo in forum Linux - General Topics
    Replies: 6
    Last Post: 11-24-2004, 05:34 PM
  2. /home or /home/username in fstab?
    By Dswissmiss in forum Linux - Software, Applications & Programming
    Replies: 3
    Last Post: 10-17-2004, 07:42 AM
  3. ??? about boxed RH8.0
    By Rastar in forum Linux - General Topics
    Replies: 9
    Last Post: 02-07-2003, 05:43 AM
  4. RH8.0 and CDRW?
    By Rastar in forum Linux - Software, Applications & Programming
    Replies: 4
    Last Post: 10-11-2002, 06:54 PM
  5. Moving /home to 2nd hard drive & fstab
    By papanohair in forum Linux - General Topics
    Replies: 8
    Last Post: 02-03-2002, 09:53 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts