tar -T -X

Chang[linuxism] linuxism
Mon May 17 11:28:13 PDT 2004


given the following directory structure:

/home
/home/httpd/html
/home/httpd/html/linux-sxs
/home/httpd/icons

Is it possible to tar backup everything in /home except
/home/httpd/html/linux-sxs?

I tried:

tar cvzfp /home/backup/linux.backup.tgz -T /tmp/filelist -X /tmp/xclude

file /tmp/filelist:
/home/
/etc/

file /tmp/filelist:
/home/httpd/html/linux-sxs/

but tar still include the linux-sxs sub-dir.


-- 
May the Force and Farce be with Linux and you.
Join the friendly chit-chat in http://www.linux-sxs.org &
news://news.hkpcug.org



More information about the Linux-users mailing list