Re: [O] Cooperating with oneself using the cloud?

2014-10-31 Thread Paul Rudin
Karl Voit devn...@karl-voit.at writes: Hi! * Christoph Groth christ...@grothesque.org wrote: If at least one of your computers can be reached from all the others via ssh, or you can reach all the other computers from one (i.e. there’s a star topology), you could use unison to synchronize

Re: [O] Cooperating with oneself using the cloud?

2014-10-29 Thread Karl Voit
Hi! * Christoph Groth christ...@grothesque.org wrote: If at least one of your computers can be reached from all the others via ssh, or you can reach all the other computers from one (i.e. there’s a star topology), you could use unison to synchronize all kinds of files. This works very

Re: [O] Cooperating with oneself using the cloud?

2014-09-26 Thread Rasmus
Hi, Tim O'Callaghan t...@linux.com writes: I have no instructions per-se. I did consider git, using git-annexe or similar tool, but the pre-internet encryption i require does not easily happen out of the box. If you are only syncing between your own git servers though and do not care so much

Re: [O] Cooperating with oneself using the cloud?

2014-09-26 Thread Monroe, Will
Thanks you Rasmus and Brett! It still sounds interesting although your combined feedback has left me in a state of indecision about whether to pursue another option or investigate git-annex further. Ha! On 9/26/14, 9:11 AM, Rasmus wrote: Hi, Tim O'Callaghan t...@linux.com writes: I have

Re: [O] Cooperating with oneself using the cloud?

2014-09-24 Thread Tim O'Callaghan
Hi, I collaborate with myself via dropbox and encfs. encfs does the encryption, (via an encrypted fuse filesystem) and dropbox syncs the encrypted files. I use it for linux, but it should also work for mac and windows. If i need to, i can access the files on android using the encfs plugin

Re: [O] Cooperating with oneself using the cloud?

2014-09-24 Thread Monroe, Will
Phil, et al. Does anyone have a recommendation for a write up that describes how to set up this kind of private syncing with bitbucket or even github? I've seen a worg article on this but some of the technologies described (e.g., bzr) are new to me and might not be strictly necessary to

Re: [O] Cooperating with oneself using the cloud?

2014-09-22 Thread Christoph Groth
If at least one of your computers can be reached from all the others via ssh, or you can reach all the other computers from one (i.e. there’s a star topology), you could use unison to synchronize all kinds of files. This works very reliably and handles modifications in both directions. I use git

Re: [O] Cooperating with oneself using the cloud?

2014-09-16 Thread Eric S Fraga
On Monday, 15 Sep 2014 at 19:23, Eric Abrahamsen wrote: [...] Another option would be getting a mini home server that sits in a closet and is always on. That solves the BitTorrent Sync problem, and you'll suddenly find it's good for a bunch of other stuff as well: backups, music, printing,

Re: [O] Cooperating with oneself using the cloud?

2014-09-16 Thread Ramon Diaz-Uriarte
Along the lines of what Bruno suggested, at least these two services also claim to be encrypted locally (so during transit through the net and while on their servers things are always encrypted): https://mega.co.nz/ http://www.wuala.com/ In fact, for files that you really want to be kept

Re: [O] Cooperating with oneself using the cloud?

2014-09-16 Thread Martin Schöön
Thanks guys, great response so far. I now have a lot of options to consider and even though a home server might be the end game that will have to wait till I have more time to spare. Those of you into home servers might find this interesting:

[O] Cooperating with oneself using the cloud?

2014-09-15 Thread Martin Schöön
One of the things I use org-mode for is making and maintaining TODO-lists. I do this at home and at work and I want the org-files of interest to be available and up-to-date at home and at work. The work-related org-file can not be publicly available for obvious reasons. I have emailed these files

Re: [O] Cooperating with oneself using the cloud?

2014-09-15 Thread Phil Mason
Hi Martin, That should work if I can find a free Git repository allowing me to keep files secret. I use the free private repos from https://bitbucket.org/ to do something very similar to what you require. All the best Phil

Re: [O] Cooperating with oneself using the cloud?

2014-09-15 Thread Eric Abrahamsen
Martin Schöön martin.sch...@gmail.com writes: One of the things I use org-mode for is making and maintaining TODO-lists. I do this at home and at work and I want the org-files of interest to be available and up-to-date at home and at work. The work-related org-file can not be publicly

Re: [O] Cooperating with oneself using the cloud?

2014-09-15 Thread Bruno Bigras
- Maybe http://git-annex.branchable.com/assistant/ (it seems the xmpp feature is not activated on Windows right now but it could be the best tool soon) - Maybe https://github.com/joeyh/git-remote-gcrypt with a free bitbucket private repo. (this is a fork maintained by joeyh, the git-annex

Re: [O] Cooperating with oneself using the cloud?

2014-09-15 Thread Thierry Banel
You may try the :crypt: tag like that: * My ToDo List:crypt: ** TODO Buy bread ** TODO Call my friend ** DONE Send an email to my customer Everything under the node marked as :crypt: will be encrypted upon saving. You need to setup GnuPG on all your computers with your key (there are versions