emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Backuping org with git, cron and Dropbox


From: Bernt Hansen
Subject: Re: [O] Backuping org with git, cron and Dropbox
Date: Sun, 01 May 2011 07:31:33 -0400
User-agent: Gnus/5.110015 (No Gnus v0.15) Emacs/23.2 (gnu/linux)

Marcelo de Moraes Serpa <address@hidden> writes:

> Another thing: I'm considering setting the commit cron job to every
> hour. So, every hour I would have a fresh copy of org pushed to my
> dropbox volume.
>
> I forgot to share the commit.sh (I don't  usually program in bash, so
> bear with me :)):
>
>   1 DAYW=$(date | cut -d" " -f 1)
>   2 NOW=$(date +"%d-%m-%Y-%r")
>   3
>   4 cd ~/org
>   5 git add .
>   6 git commit -a -m "$DAYW-$NOW"
>   7 git push
>
> Cheers,

Hi Marcelo,

I use the following script hourly
http://doc.norang.ca/org-mode.html#OrgGitSyncSh
which also handles removing deleted files.

Regards,
Bernt



reply via email to

[Prev in Thread] Current Thread [Next in Thread]