Hi. I am trying to decrypt a previously encrypted directory and got a segmentation fault.
I encrypted the directory /home/ugah/files with the following command: rsyncrypto --delete -c -n /home/ugah/.ssh/filemap -r /home/ugah/files /home/ugah/filesencrypted/files /home/ugah/filesencrypted/keys /home/ugah/.ssh/backup.crt Now, at a different directory, I am trying to decrypt using the following command: rsyncrypto -v -r -n /home/ugah/.ssh/filemap -d /home/ugah/filesencrypted/files . /home/ugah/filesencrypted/keys /home/ugah/.ssh/backup.crt I am getting the following output: ------------- Decrypting /home/ugah/filesencrypted/files/A1D29FC1ED101FFC4DAD1CD3C92B9699 Segmentation fault --------- What could be wrong? Should I generate rsyncrypto with debugging information? How to do that? Thank you, -- Fred ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ Rsyncrypto-devel mailing list Rsyncrypto-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/rsyncrypto-devel