Hi Suvayu,

suvayu ali <fatkasuvayu+li...@gmail.com> 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

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

Reply via email to