From: Marcelo de Moraes Serpa <celoserpa@gmail.com>
To: Org Mode <emacs-orgmode@gnu.org>
Subject: Backuping org with git, cron and Dropbox
Date: Sun, 1 May 2011 00:29:53 -0500 [thread overview]
Message-ID: <BANLkTin2Vmyd-ssSN0SrPnav2rj=9+KAGg@mail.gmail.com> (raw)
Hi list,
I just would like to share the approach I use (just finished setting
it up) to backup org.
I keep all my org files on ~/org/*. This is also a git repo. Every
night at 12:00AM, a cron job will run a sh script that will:
1) Commit with the current date ( Sat-30-04-2011-11:43:28 PM for example);
2) push to origin.
It's simpler than other solution such as backupninja (that I don't if
would work on dropbox) and keeps also a revision history (per day).
Here's the remote configuration for git.
8 [remote "origin"]
9 url = /Users/myname/Dropbox/org
10 fetch = refs/heads/master:refs/heads/origin
Another thing I should point out is that I'm using (the excellent)
org-crypt to encrypt sensitive information such as bank accounts data
and passwords.
Also, I'm using TimeMachine to backup to an external hard-drive. Time
machine is not the most efficient of backup solutions but "just
works". I'll see if I can setup backupninja to backup to Dropbox as
well, if so, I might switch to that.
Hope might useful for someone out there :)
Cheers,
Marcelo.
next reply other threads:[~2011-05-01 5:29 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-05-01 5:29 Marcelo de Moraes Serpa [this message]
2011-05-01 5:36 ` Backuping org with git, cron and Dropbox Marcelo de Moraes Serpa
2011-05-01 11:31 ` Bernt Hansen
2011-05-01 19:09 ` Marcelo de Moraes Serpa
2011-05-02 17:16 ` theo
2011-05-02 21:12 ` Marcelo de Moraes Serpa
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='BANLkTin2Vmyd-ssSN0SrPnav2rj=9+KAGg@mail.gmail.com' \
--to=celoserpa@gmail.com \
--cc=emacs-orgmode@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).