[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
silug: making TAR with errors
- To: silug-discuss@silug.org
- Subject: silug: making TAR with errors
- From: bentley_rhodes <bentley.rhodes@gmail.com>
- Date: Sun, 26 Dec 2004 18:46:25 -0600
- DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:user-agent:x-accept-language:mime-version:to:subject:content-type:content-transfer-encoding; b=kf92Y7G9aL/WQrO9TPKjeCbtFVN+aNkSXwpBTDYTfpVvPXwv0P2Gk8WKwut7TICYYzMSukcANhNDI+SAB9BnqPaKFpYgFO2auB7+cN4qFRHuUi/wX3i08I4kBP53ZzwOIitlw1BkKVYFhfg8XV5us2gORAN7HDKIOvzruym7kdw=
- Organization: Southern Illinois Linux Users Group
- Reply-To: silug-discuss@silug.org
- Sender: silug-discuss-owner@silug.org
- User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20041217
hi, i tar'd my system and when i tried to open the files (i made a
separate file for each directory) it said there is a problem opening the
file. i changed the ownership attributes of the files and recieved the
same errors.
#!/bin/sh
tar czpvf /Portney/backup/bin.tar.bz /bin/
tar czpvf /Portney/backup/boot.tar.bz /boot/
tar czpvf /Portney/backup/dev.tar.bz /dev/
tar czpvf /Portney/backup/etc.tar.bz /etc/
tar czpvf /Portney/backup/home.tar.bz /home/
tar czpvf /Portney/backup/initrd.tar.bz /initrd/
tar czpvf /Portney/backup/lib.tar.bz /lib/
tar czpvf /Portney/backup/lost+found.tar.bz /lost+found
tar czpvf /Portney/backup/misc.tar.bz /misc/
tar czpvf /Portney/backup/opt.tar.bz /opt/
tar czpvf /Portney/backup/proc.tar.bz /proc/
tar czpvf /Portney/backup/root.tar.bz /root/
tar czpvf /Portney/backup/sbin.tar.bz /sbin/
tar czpvf /Portney/backup/selinux.tar.bz /selinux/
tar czpvf /Portney/backup/srv.tar.bz /srv/
tar czpvf /Portney/backup/sys.tar.bz /sys/
tar czpvf /Portney/backup/tmp.tar.bz /tmp/
tar czpvf /Portney/backup/usr.tar.bz /usr/
tar czpvf /Portney/backup/var.tar.bz /var/
exit
exit
--
Bentley Rhodes
1435 Luce St.
Cape Girardeau, Mo 63701
573.275.3900 (c)
bentley.rhodes@gmail.com
Saint Francis Medical Center, MOR
SEMO University
-
To unsubscribe, send email to majordomo@silug.org with
"unsubscribe silug-discuss" in the body.