Re: Encrypting / Decrypting with file name encryption
Brought to you by:
thesun
From: Shachar S. <rsy...@sh...> - 2006-01-14 12:56:55
|
Hi Gerald, At least for me, the bad symptoms go away if I use the "--trim" option correctly. Please retry your command with the following trim options: Gerald Boersma wrote: >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 > > try adding "--trim=2" >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 > > Try adding "--trim=4" >and I get the following error: > >Filename translation not found(D983AC51E949450A91A507289505A733): >Success > > I got a slightly different error message, but adding the above trim options solved the problem. Let me know if it solves the problem for you too, and we can discuss why and whether it's a good idea. If it does not solve the problem then we will need to reproduce your problem here again. Shachar -- Shachar Shemesh Lingnu Open Source Consulting ltd. Have you backed up today's work? http://www.lingnu.com/backup.html |