Froxlorbackup/decrypt.sh

8 lines
213 B
Bash
Raw Normal View History

2014-04-15 19:23:55 +00:00
##
# 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