<div dir="ltr">I use a Git repository stored in Google Drive as a remote, which means I can clone the store from any machine I need to provision once my Drive is synced. The repository is not stored as bare; That way I can access the files in the repository directly from Drive (i.e. on my phone) as well. Putting Git repos on Google Drive works all right; It has some trouble dealing with the large amount of files which Git creates. I've had better success with storing Fossil repos on Drive, and may switch to a Fossil-based system for my passwords in the future.</div><br><div class="gmail_quote"><div dir="ltr">On Sun, Dec 4, 2016 at 2:03 PM Brian Minton <<a href="mailto:brian@minton.name">brian@minton.name</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Sun, Dec 04, 2016 at 07:05:41PM +0000, Brian Candler wrote:<br class="gmail_msg">
> Or you can use the git version control system, which password-store<br class="gmail_msg">
> supports natively. In that case, you would still want a central machine<br class="gmail_msg">
> with a "bare" repository that the other two machines pull and push to;<br class="gmail_msg">
> that could be any server with an ssh account.<br class="gmail_msg">
<br class="gmail_msg">
I do this without a "master" repo.  I created the repo on my desktop, with<br class="gmail_msg">
"pass git init".  I then cloned it to my laptop with "pass git clone<br class="gmail_msg">
user@desktop:.password-store" (my desktop is running an ssh server).  I can do<br class="gmail_msg">
"pass git pull" every time I update the repo on the desktop.  If i update the<br class="gmail_msg">
repo on the laptop, it's a bit more complex.  I do "pass git bundle create<br class="gmail_msg">
~/gitbundle --all" on the laptop, rsync that file to the desktop, and then do "pass<br class="gmail_msg">
git pull ~/gitbundle" on the desktop.<br class="gmail_msg">
<br class="gmail_msg">
<br class="gmail_msg">
--<br class="gmail_msg">
Brian Minton<br class="gmail_msg">
brian at minton dot name <a href="http://brian.minton.name" rel="noreferrer" class="gmail_msg" target="_blank">http://brian.minton.name</a><br class="gmail_msg">
Live long, and prosper longer!<br class="gmail_msg">
OpenPGP fingerprint = 8213 71DD 4665 CF4F AE20  2206 0424 DC19 B678 A1A9<br class="gmail_msg">
_______________________________________________<br class="gmail_msg">
Password-Store mailing list<br class="gmail_msg">
<a href="mailto:Password-Store@lists.zx2c4.com" class="gmail_msg" target="_blank">Password-Store@lists.zx2c4.com</a><br class="gmail_msg">
<a href="https://lists.zx2c4.com/mailman/listinfo/password-store" rel="noreferrer" class="gmail_msg" target="_blank">https://lists.zx2c4.com/mailman/listinfo/password-store</a><br class="gmail_msg">
</blockquote></div>