tar 多個檔案

假設 我要備份檔案是 a.txt b.txt c.txt
tar指令就會是
tar -zcvpf sum.tgz a.txt b.txt c.txt

p是代表保留檔案權限的意思 對系統的備份非常的有用