What is the best way to zip an entire directory from command line? Thanks, Itworx4me
Code (Text): tar -czf files_$(date +%d.%m.%y).tar.gz /path/to/copy Is -czf sufficient or would you add more to it?
add flag to preserve permissions see https://community.centminmod.com/threads/tar-p-parameter-error.1607/