Difference between revisions of "Tar (compress) directory, excluding a subdirectory"
From zen2
(New page: <pre> tar -cf d9ka.tar /var/www --exclude "/var/www/music/*" </pre>) |
m (1 revision) |
(No difference)
| |
Latest revision as of 08:45, 25 July 2013
tar -cf d9ka.tar /var/www --exclude "/var/www/music/*"
