10 More Discussions You Might Find Interesting
1. Solaris
I have solaris 10 and my following exclude is not working:
tar -cvf /export/home/backups/$audit-Data-$useday.bkup.tar /Data --exclude=/Data/ssg/output
a /Data/ssg/output/ 0K
a /Data/ssg/output/ssg-ported508.txt 107142K
a /Data/ssg/output/ssg-ported747.txt 1801K
a... (4 Replies)
Discussion started by: mrn6430
4 Replies
2. Solaris
Hi,
How do I extract data from TAR excluding absolute paths for Tar? (Solaris)
Thanks (3 Replies)
Discussion started by: zam
3 Replies
3. UNIX for Dummies Questions & Answers
Hi
Is there any way to exclude the absolute path while using Tar , like am using the command
# tar cvf mytar.tar /home/rakesh/myback/
when i extract the mytar.tar then it shows as
/home
/rakesh
... (1 Reply)
Discussion started by: rakeshkumar
1 Replies
4. SCO
Hi,
We work on a UNIX SCO SCO_SV Release = 3.2v5.0.5.
I have a folowing structure
/u/usr/lpp
/u/usr/lpp/SQL
/u/usr/lpp/DIR2
I use following tar to backup the /u/usr/lpp directory
cd /u/usr/lpp
tar cvf /u/usr/backup/backup.tar .
Now I want to exclude the subdirectory SQL.
I... (2 Replies)
Discussion started by: haezeban
2 Replies
5. UNIX for Dummies Questions & Answers
If use tar file from a directory , how to exclude a sub-directory in this directory ?
ll
drw-r--r-- 1 root root 4096 Oct 12 11:58 b
drw-r--r-- 1 root root 4096 Oct 12 10:54 c
drwxr-xr-x 2 root root 4096 Oct 12 11:57 d
drw-r--r-- 1 root root 4096 Oct 12 10:54 d
eg . I want to tar all files... (2 Replies)
Discussion started by: ust
2 Replies
6. Solaris
I have solaris 8, I want to create tar for all files under this directory structure
#/export/home/atg/Dynamo/home
There is a subdirectory under this tree called servers/supersds/logs
I want to exclude logs subdirectory so I created exclude list which contains
servers/supersds/logs
But tar... (2 Replies)
Discussion started by: Tirmazi
2 Replies
7. UNIX for Dummies Questions & Answers
OS: SunOS perfs01 5.8 Generic_117350-23 sun4u sparc SUNW,UltraAX-i2
I want to tar a directory, but there are subdirectoires I want to exclude. Does anyone know how to do it?
Please help.
thanks. (1 Reply)
Discussion started by: leemjesse
1 Replies
8. Shell Programming and Scripting
I am taking a backup of area with the following command:-
tar -cf -./* |/usr/contrin/bin/gzip >xxx.tar.gz.
The area contains following files :-
xxxx
yyyy
zzzzz
asdaD
DASdD
WQWEE
I want to backup all the files except yyyy from the following area.
I checked manual page of tar but I... (2 Replies)
Discussion started by: kamlesh_p
2 Replies
9. UNIX for Dummies Questions & Answers
I want 'tar' to exclude certain dir's.
tar cvf ............. ............ does the whole lot, but I want to exclude the 'log' dirs. (6 Replies)
Discussion started by: kuultak
6 Replies
10. Filesystems, Disks and Memory
If i have a bunch of directories that i normally backup with this:
tar cvhf /dev/rmt/0 /export/home
How can i exclude certain subdirectories under the /export/home?
tar cvhf /dev/rmt/0 /export/home | grep -v 'test' ? will that exclude anything named test, and any subdirectories under test? (7 Replies)
Discussion started by: kymberm
7 Replies