[pass] Transfer password store to a server

Eregus eregus at installgentoo.com
Wed Oct 14 16:47:27 CEST 2015


Hello,

I want to transfer my password store from desktop to a server, so I can 
pull it on my phone easily. And I have no idea how to do it. This is 
what I tried:

On my server:
mkdir pass-store; cd pass-store; git init --bare
And then on my desktop:
pass git remote add origin me at myserver.com:pass-store; pass git push 
origin master

Everything was done without any erors, but I don't see any passwords in 
~/pass-store, only git files. Could you help me with this? I'm not 
really familiar with git.

Cheers,
Eregus


More information about the Password-Store mailing list