Encrypting / Decrypting with file name encryption
Brought to you by:
thesun
From: Gerald B. <ge...@br...> - 2006-01-13 05:34:31
|
RE: rsycrypto v0.16 compiled for Ubuntu Breezy 5.10, with gzip re-compiled with rsync patch as per instructions. New file name encryption options are useful. However, I am having problems decrypting files where the name has been encrypted. For example, I encrypt files as follows: rsyncrypto --name-encrypt=backup/names -c --delete-keys -v -r data/personal backup/files/data/personal backup/keys/data/personal backup/backup.key and then try to restore them as follows: rsyncrypto --name-encrypt=backup/names -v -r -d backup/files/data/personal data/personal backup/keys/data/personal backup/backup.key and I get the following error: Filename translation not found(D983AC51E949450A91A507289505A733): Success I get the same error if I try again without specifying a filename for the --name-encrypt option (just -n option). Any ideas? Thanx, Gerald Gerald Boersma Leading Light Consulting Inc. Vancouver, BC Canada |