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.
On Sun, Dec 4, 2016 at 2:03 PM Brian Minton <[email protected]> wrote: > On Sun, Dec 04, 2016 at 07:05:41PM +0000, Brian Candler wrote: > > Or you can use the git version control system, which password-store > > supports natively. In that case, you would still want a central machine > > with a "bare" repository that the other two machines pull and push to; > > that could be any server with an ssh account. > > I do this without a "master" repo. I created the repo on my desktop, with > "pass git init". I then cloned it to my laptop with "pass git clone > user@desktop:.password-store" (my desktop is running an ssh server). I > can do > "pass git pull" every time I update the repo on the desktop. If i update > the > repo on the laptop, it's a bit more complex. I do "pass git bundle create > ~/gitbundle --all" on the laptop, rsync that file to the desktop, and then > do "pass > git pull ~/gitbundle" on the desktop. > > > -- > Brian Minton > brian at minton dot name http://brian.minton.name > Live long, and prosper longer! > OpenPGP fingerprint = 8213 71DD 4665 CF4F AE20 2206 0424 DC19 B678 A1A9 > _______________________________________________ > Password-Store mailing list > [email protected] > https://lists.zx2c4.com/mailman/listinfo/password-store >
_______________________________________________ Password-Store mailing list [email protected] https://lists.zx2c4.com/mailman/listinfo/password-store
