RE backup copy /home/user SUCCESS !

2003-06-22 Thread Christopher Russell
Thanks for the advice; Ed, Jason, John, Len, Lewi, Mike, et al. I got the job done using tar, but as Lewi notes, there is the option to retain permissions in mkisofs, I'll try that as well. Thanks, Chris -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://www.redhat.com/ma

Re: backup copy /home/user

2003-06-21 Thread Lewi
I used this for backup my "home" in CDRW media, # mkisofs -R -l -L -V BACKUP -P ICHTUS -uid 500 -gid 500 -hide-rr-moved -graft-points /ichtus/=/home/ichtus | cdrecord dev=0,0,0 fs=4096k -v driveropts=burnfree speed=4 -eject - change to your own setting for some parameter Christopher Russell wrot

Re: backup copy /home/user

2003-06-21 Thread Benjamin J. Weiss
If the uids and gids don't match, you'll have users unable to access their own files, but able to access somebody else's. Ben - Original Message - From: "Christopher Russell" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, June 21, 2003 10:19 A

Re: backup copy /home/user

2003-06-21 Thread Edward Dekkers
Christopher Russell wrote: I am trying to copy /home/user from one RH9 machine to another RH9 machine, using a CDR; but the files and directories lose their permissions. How should this be done properly, please? WHAT I'VE DONE SO FAR: I used a CDR, and syntax from RH8 Bible by Negus, p471. mkisofs

Re: backup copy /home/user

2003-06-21 Thread Len Philpot
On Sat, Jun 21, 2003 at 11:19:24AM -0400, Christopher Russell wrote: > I am trying to copy /home/user from one RH9 machine to another RH9 > machine, using a CDR; but the files and directories lose their > permissions. How should this be done properly, please? Well, CDR's are read-only once initial

RE: backup copy /home/user

2003-06-21 Thread Jason Staudenmayer
I think you'll have better luck using tar. tar zcvf /var/tmp/user.cd /home/usr Then dump the tar in an iso and burn that to the cd. -Original Message- From: Christopher Russell [mailto:[EMAIL PROTECTED] Sent: Saturday, June 21, 2003 11:19 AM To: [EMAIL PROTECTED] Subject: backup

backup copy /home/user

2003-06-21 Thread Christopher Russell
I am trying to copy /home/user from one RH9 machine to another RH9 machine, using a CDR; but the files and directories lose their permissions. How should this be done properly, please? WHAT I'VE DONE SO FAR: I used a CDR, and syntax from RH8 Bible by Negus, p471. mkisofs -o /var/tmp/user.cd /home