Sep 10, 2002 #1 tracee Technical User Nov 27, 2001 40 US Hi, What is the best way to backup my files/directories on AIX if I do not have root access to use SMIT?
Hi, What is the best way to backup my files/directories on AIX if I do not have root access to use SMIT?
Sep 10, 2002 #2 Guest_imported New member Jan 1, 1970 0 if it's your own dirs/files (when you login), you can use tar or cpio. at least you have all the access right for the dirs/files Upvote 0 Downvote
if it's your own dirs/files (when you login), you can use tar or cpio. at least you have all the access right for the dirs/files
Sep 11, 2002 Thread starter #3 tracee Technical User Nov 27, 2001 40 US Thanks, I will try it and see if it works. Upvote 0 Downvote
Sep 11, 2002 #4 AIX5L Technical User Jul 27, 2001 228 CH Hi Try: tar -cvf /dev/rmt0 ./yourfiles, or tar -cvf /yourbackupdir/backupfile.tar ./yourfiles Upvote 0 Downvote