jedicosmonaut
06-02-2003, 07:55 AM
I have a backup script that I'm using on Red Hat 9. The script is:
tar -u -f /home/bkp.jim.tar /home/jim
How do I ignore all of the hidden files? All of the files and folders that start with '.' should not be included. Any ideas? Thanks
tar -u -f /home/bkp.jim.tar /home/jim
How do I ignore all of the hidden files? All of the files and folders that start with '.' should not be included. Any ideas? Thanks