emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Samuel Loury <konubinix@gmail.com>
To: Xebar Saram <zeltakc@gmail.com>, org mode <emacs-orgmode@gnu.org>
Subject: Re: advice needed: how do you guys sync org files between devices?
Date: Wed, 03 Jul 2013 10:17:02 +0200	[thread overview]
Message-ID: <87sizwrrb5.fsf@konixwork.incubateur.ens-lyon.fr> (raw)
In-Reply-To: <CAOQHXPrecrtEQM4j5SNXrRCHe7dKhLsc6W0PmsRUwPmOaD7GPw@mail.gmail.com>

[-- Attachment #1: Type: text/plain, Size: 2144 bytes --]

Hi,
Xebar Saram <zeltakc@gmail.com> writes:

> I was wondering what you guys do for syncing org files between PC's, Os's,
> devices (android etc)..

There have been lot's of awesome solutions provided in this thread. Mine
is quite similar but I think it is worth describing it anyway.

I use git (a hand made script¹) to synchronize my personal files (not
only the org files) with a usb key. In fact, into the key, there is only
a encrypted version (via encfs) of a git bare repository. The data are
encrypted in case someone get access to my key.

I am now used to launch the script first thing in the morning, just
after plugging the key, and just before I unplug it.

The script has been in use for 2 years now and works quite well.

The problem with synchronizing with git is that the history might grow
out of control after some time. My workaround for the time being (it is
still being thought about) is to "cut" the repository. The idea is that
I only need most recent history, not the full one. My current
implementation² uses git clone --depth and results in a shallow
repository.  This implementation really sucks because shallow
repositories are really limited. Any better idea would be welcome.

To get access to my org files from android, I tested two years ago
mobile org without success. Recently, I exported my errand tasks³ as a
ics file that I looked via a home made python script (thanks to sl4a⁴)
with a webview⁵ graphical interface. Nonetheless, I lost the python
script (CyanogenMod pawwwwaaa) and I am too lazy to rewrite it. Then I
guess I will give mobile org another chance.

Best

¹ https://github.com/Konubinix/Devel/blob/master/bin/konix_perso-sync.sh
² https://github.com/Konubinix/Devel/blob/master/bin/konix_perso-shorten.sh
³ https://github.com/Konubinix/Devel/blob/master/config/elfiles/config/after-loads/KONIX_AL-org.el#L1909http://code.google.com/p/android-scripting/http://code.google.com/p/android-scripting/wiki/ApiReference#webViewShow

-- 
Konubinix
GPG Key    : 7439106A
Fingerprint: 5993 BE7A DA65 E2D9 06CE  5C36 75D2 3CED 7439 106A

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 489 bytes --]

  parent reply	other threads:[~2013-07-03  8:17 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-07-01 12:06 advice needed: how do you guys sync org files between devices? Xebar Saram
2013-07-01 16:10 ` Brian van den Broek
2013-07-01 16:25   ` Tomas Grigera
2013-07-01 18:02     ` Karl Voit
2013-07-02  7:40       ` Alan Schmitt
2013-07-02  8:03         ` Karl Voit
2013-07-02  9:06           ` Rasmus
2013-07-02  9:43             ` Myles English
2013-07-02 13:36           ` Alan Schmitt
2013-07-02 14:07             ` Rasmus
2013-07-02 14:27               ` Alan Schmitt
2013-07-02 16:03                 ` Suvayu Ali
2013-07-04  8:26                   ` Alan Schmitt
2013-07-02 15:50             ` Brett Viren
2013-07-03 21:48         ` Julien Cubizolles
2013-07-02 10:17     ` Suvayu Ali
2013-07-02 12:30       ` Xebar Saram
2013-07-02 16:59         ` Juan G.
2013-07-02 15:59       ` David Engster
2013-07-02 16:08         ` Suvayu Ali
2013-07-02 16:11           ` David Engster
2013-07-02 16:51             ` Suvayu Ali
2013-07-01 16:31 ` Ramon Diaz-Uriarte
2013-07-02 19:49 ` Simon Thum
2013-07-03  8:17 ` Samuel Loury [this message]
2013-07-03 17:33 ` G. Martin Butz
2013-07-03 20:05   ` Nick Dokos
2013-07-04  8:28 ` Ian Barton
2013-07-04  8:57   ` Nicolas Richard
2013-07-08 15:53   ` Christopher Allan Webber
2013-07-08 21:41     ` Xebar Saram
2013-07-09  8:26       ` Rasmus

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=87sizwrrb5.fsf@konixwork.incubateur.ens-lyon.fr \
    --to=konubinix@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    --cc=zeltakc@gmail.com \
    /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).