Differences
This shows you the differences between two versions of the page.
| — |
tar [2012/12/01 17:59] (current) a created |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ===== Encrypted archive with openssl and tar ===== | ||
| + | **encrypt** | ||
| + | tar --create --file - --posix --gzip -- <dir> | openssl enc -e -aes256 -out < | ||
| + | **decrypt** | ||
| + | | ||

