I need help,
EIther google isn't finding the stuffs or my search terms are too muddled.
I just want to create a tar archive from a directory file listing.
something like
ls -laR ~/the/dir/to/list | tar -cvf - /tmp/tarred-dir-list.tar.gz
I can't seem to find the correct syntax
I think you are looking for something like:
find ~/the/dir/to/list -type f | tar -cvf /tmp/tarred-dir-list.tar.gz -T -
ed
Security on the internet is impossible without strong, open, and unhindered encryption.