Froxlorbackup/decrypt.sh
2014-04-15 21:23:55 +02:00

8 lines
213 B
Bash

##
# This just shows how to decrypt and untar files
# replace $encryption with your path to the encryption file
##
openssl aes-256-cbc -d -kfile $encryption -in file.enc.tar.gz > file.tar.gz
tar xzfv file.tar.gz