Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
tar all m-files on my account
Name: peterna Date: September 28, 2005 at 02:52:22 Pacific OS: mac os x CPU/Ram: ?
Comment:
tar all m-files on my account ------------------------
I want to backup all the m files in my home folder (and its subfolders)
Tryed this (and a lot of other things), but it didn't work (only took the m -files of my root):
tar -zcvf regnem_m-files.tgz *.m
yes, I've tried reading the manual pages of tar and tried to google, but I guess I'm to stupid to find the answer
Summary: I've no experience with shell commands, and am trying to install a search engine script on my website. To do this I have to unpack a tar file on my host account. I've no idea how to do this. I can fol...
Summary: What's the command for creating an archive (named "Backup") of my files in my tape? tar cvf /dev/rStp0 . just archives all the files into my tape but i want to name this archive in the tape to b...
Summary: i want to make a script that monitors and compares my filesytem with a tar archive which holds all the files on my system What's the best way to start with this ? Thanks in advance Zoef ...