Re: [Orgmode] Re: [Feature request] org-backup

2011-02-21 Thread Eric S Fraga
Bastien writes: > Marcelo de Moraes Serpa writes: > >> Anyway, doesn't seem it's something hard to do, so I might as well >> just try getting something implemented, could be a good exercise in >> elisp. > > :) > > Let us know how it goes. > > PS: I'm with Dan on this. For backing up directories

Re: [Orgmode] Re: [Feature request] org-backup

2011-02-14 Thread Bastien
Hi Suvayu, Suvayu Ali writes: > Thanks Bastien! I am glad that you thought its worth a mention on the > FAQ. :) The topic of backing up org files comes quite often on the list, I'm glad we can give some concrete directions! -- Bastien ___ Emacs-or

Re: [Orgmode] Re: [Feature request] org-backup

2011-02-14 Thread Suvayu Ali
On Mon, 14 Feb 2011 10:06:51 +0100 Bastien wrote: > Hi Suvayu, > > suvayu ali writes: > > > If you are on *nix, then maybe something like this is what you are > > looking for? > > > > mkdir -p ~/org/backup && \ > > find $HOME -type f -name '*\.org' ! -path "$HOME/org/*" \ > > -exec cp -t

Re: [Orgmode] Re: [Feature request] org-backup

2011-02-14 Thread Bastien
Hi Suvayu, suvayu ali writes: > If you are on *nix, then maybe something like this is what you are looking > for? > > mkdir -p ~/org/backup && \ > find $HOME -type f -name '*\.org' ! -path "$HOME/org/*" \ > -exec cp -t ~/org/backup/ \{\} \; I created a "Backup" section on Worg's FAQ and m

Re: [Orgmode] Re: [Feature request] org-backup

2011-02-13 Thread Marcelo de Moraes Serpa
Ah! This would do I think :) Thanks! Marcelo. On Sun, Feb 13, 2011 at 6:45 PM, suvayu ali wrote: > On Sun, Feb 13, 2011 at 3:13 PM, Marcelo de Moraes Serpa > wrote: >> I already do this, but sometimes the files are spread around *many* >> directories. I.e, the model of having everything in a >>

Re: [Orgmode] Re: [Feature request] org-backup

2011-02-13 Thread suvayu ali
On Sun, Feb 13, 2011 at 3:13 PM, Marcelo de Moraes Serpa wrote: > I already do this, but sometimes the files are spread around *many* > directories. I.e, the model of having everything in a > version-controlled directory is unpractical, so that's why I think it > would be useful. If you are on *n

Re: [Orgmode] Re: [Feature request] org-backup

2011-02-13 Thread Bastien
Marcelo de Moraes Serpa writes: > Anyway, doesn't seem it's something hard to do, so I might as well > just try getting something implemented, could be a good exercise in > elisp. :) Let us know how it goes. PS: I'm with Dan on this. For backing up directories, I use git repo. For backing up