On Mon, 14 Feb 2011 10:06:51 +0100
Bastien <[email protected]> wrote:

> Hi Suvayu,
> 
> suvayu ali <[email protected]> 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 mentioned this.
> 

Thanks Bastien! I am glad that you thought its worth a mention on the
FAQ. :)

> Thanks!
> 


-- 
Suvayu

Open source is the future. It sets us free.

_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to