Hi Daniel and all,

Dániel Fancsali <[email protected]> writes:

> Long story short, I was just wondering, what others do to back-up their
> work? Do you use version control? Do you back-up to a cloud storage; or
> even sync it to multiple machines? What about encryption?

I keep my ledger files in a dedicated git repository, with a script to
auto-commit them every hour via cron, and push to one of the major git
hosting services.  That's my backup solution.  I don't have more than
one machine where I need to work with this repository, but if I did it
would be trivial to use git to sync, too.

I use git-crypt [1] in a commit hook to keep the unencrypted data off
the servers.

HTH!

-- 
Best,
Richard

[1] https://www.agwa.name/projects/git-crypt/

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"Ledger" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to