On Tue, Jun 22, 2010 at 6:09 PM, Peter Keen <[email protected]> wrote: > I also use emacs and dropbox. The built-in versioning in dropbox is > good enough for my purposes. I also rsync to another local machine by > hand. If you're worried about keeping an audit trail you can't do much > better than git, which can record the user name and exact time of > every change you make, along with a cryptographically secure integrity > check (the internal identifier for every commit is the SHA1 of the > contents of the file, the header information, and the parent commit's > SHA1). Git also makes it really easy to push those changes out to > another place for backup purposes. > > On Tue, Jun 22, 2010 at 1:59 PM, John Wiegley <[email protected]> wrote: >> On Jun 22, 2010, at 4:58 PM, ed wrote: >> >>> Just curious what other people are using. >> >> I use Emacs, Git and Dropbox. >> >> John >> >
I use emacs, unison (sync) and rsync.net. The last is very interest paid service. Unison does not do control version but it can save backup history that is enough for me. I am thinking in using (emacs + unison + rsync ) on maemo OS (smartphone N900). But I generate my ledger file by hand using ledger-mode in emacs. I am interest to know what other people are doing with those perl and python scripts.
