One for the UNIX geeks...

Currently reading:
One for the UNIX geeks...

hmallett

Mr Pedantic
Joined
Mar 2, 2005
Messages
5,102
Points
759
Location
Wales
I'm sure I'm overlooking something really simple, but I'm trying to tar up a large folder on a Linux system. The folder includes lots of files with a filename starting with .
The . files aren't included in the archive. How do I ensure they are included?
It's GNU tar BTW.
H
 
Thanks dave, that's really helped :rolleyes:
Chris - command line of course! :p
Your first suggestion is what I was doing, but that doesn't include the . files.
Your second suggestion would include ONLY the . files.

Having thought about it, I'll give tar -cvzf mylovelytarfile.tar.gz * .*

If I include both selection lists, maybe that will do the trick.
H
 
Thanks dave, that's really helped :rolleyes:
Chris - command line of course! :p
Your first suggestion is what I was doing, but that doesn't include the . files.
Your second suggestion would include ONLY the . files.

Having thought about it, I'll give tar -cvzf mylovelytarfile.tar.gz * .*

If I include both selection lists, maybe that will do the trick.
H

Yep just a case of getting the right syntax.
 
1152826237061.jpg


:D

not helpful in the slightest, but if i got the Motivational poster, i gotta post it :p
 
Back
Top