<div dir="ltr">You may also take a look at this page, section 'backups'<div><a href="http://blog.sanctum.geek.nz/linux-crypto-passwords/">http://blog.sanctum.geek.nz/linux-crypto-passwords/</a><br></div><div><br></div><div>Regards</div></div><div class="gmail_extra"><br><div class="gmail_quote">2015-06-22 11:06 GMT+02:00 Pickfire <span dir="ltr"><<a href="mailto:pickfire@riseup.net" target="_blank">pickfire@riseup.net</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On Mon, Jun 22, 2015 at 09:59:04AM +0200, Lenz Weber wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Without answering the question "where do you want to export it to?" this<br>
can not really be answered.<br>
<br>
Generally: your password data is stored in gpg-encrypted flat files that<br>
can be manually decrypted and opened in any editor.<br>
<br>
If you want to import it to another password manager application, it<br>
would either need to support importing from password-store or from a<br>
simple text file format.<br>
<br>
In the latter case, a simple shell script like this oneliner (I'm sure<br>
this is possible more beautiful, this is rather crude):<br>
 find ~/.password-store -iname \*.gpg | sed 's,.*\.password-store/,,' |<br>
sed 's,\.gpg,,' | xargs -n1 -I{} bash -c "echo {}; cat<br>
~/.password-store/{}.gpg | gpg -d; echo "<br>
<br>
could help you export your data.<br>
</blockquote>
<br></span>
I want to export data for backup and import from `pass` next time and<br>
I want to change the gpg key for pass.<br>
<br>
I hope that the README shows the way to export `pass` data and not only<br>
how to import it.<span class="HOEnZb"><font color="#888888"><br>
<br>
-- <br>
_____________________________________<br>
< Do what you like, like what you do. ><br>
-------------------------------------<br>
       \   ^__^<br>
        \  (oo)\_______<br>
           (__)\       )\/\<br>
               ||----w |<br>
               ||     ||<br>
</font></span><br>_______________________________________________<br>
Password-Store mailing list<br>
<a href="mailto:Password-Store@lists.zx2c4.com">Password-Store@lists.zx2c4.com</a><br>
<a href="http://lists.zx2c4.com/mailman/listinfo/password-store" rel="noreferrer" target="_blank">http://lists.zx2c4.com/mailman/listinfo/password-store</a><br>
<br></blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature">Diego Depaoli</div>
</div>