View Single Post
Posts: 81 | Thanked: 9 times | Joined on Nov 2007
#4
I'm definitely interested in knowing how to restore manually too. I copied the backup zip files to my desktop and played around with openssl but to no avail... Here is what I tried:
Code:
cat applications.zip | openssl aes-256-cbc -d > x
Openssl then asks for the password. I tried with all supported ciphers (see 'man enc') but I always got 'bad magic number'.

Any further ideas?