From mboxrd@z Thu Jan 1 00:00:00 1970 From: Suvayu Ali Subject: Re: Re: [Feature request] org-backup Date: Mon, 14 Feb 2011 01:16:24 -0800 Message-ID: <20110214011624.57ee3fa2@bhishma.homelinux.net> References: <87fwrrhtn8.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=50010 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PouXq-0004h6-MO for emacs-orgmode@gnu.org; Mon, 14 Feb 2011 04:16:35 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PouXp-00028y-R6 for emacs-orgmode@gnu.org; Mon, 14 Feb 2011 04:16:34 -0500 Received: from mail-gy0-f169.google.com ([209.85.160.169]:39047) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PouXp-00028l-Mx for emacs-orgmode@gnu.org; Mon, 14 Feb 2011 04:16:33 -0500 Received: by gyd10 with SMTP id 10so2208105gyd.0 for ; Mon, 14 Feb 2011 01:16:31 -0800 (PST) In-Reply-To: <87fwrrhtn8.fsf@gnu.org> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Bastien Cc: Org Mode , Marcelo de Moraes Serpa 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 ~/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.