Re: [O] Using tramp to run R source code blocks on remote server

2016-04-21 Thread Tim Howes
On 4/21/16 3:53 AM, Vikas Rawal wrote: > > 2. Is there a way to be able to use screen/byobu with remote processing? This thread suggests using dtach: http://grokbase.com/t/r/ess-help/1536b42tjy/ess-remote-r

Re: [O] [OT] Git plus Syncthing: breaking hard links

2016-04-05 Thread Tim Howes
To avoid data loss, Syncthing creates a temporary file during transfer with the name ~syncthing~.{filename}.tmp If the transfer completes successfully, then it moves that file in place of the previous version. It's a new inode, not an update of the previous inode, so the hard link will be lost. I