Quote:
Originally posted by Hypo:
I see I can use an append function slightly tediously -
tar rpf backup.tar dira
tar rpf backup.tar dirb
tar rpf backup.tar dirc
This should work right? I have around 30 folders so it will be tedious.
|
yah it is tedious... =( if you did it like * it would tar all direcories and subdirectories etc... works best. Whatever you do.. don't take the 'p' out of the expression or you'll lose permissions.