From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Re: [Feature request] org-backup Date: Mon, 14 Feb 2011 10:06:51 +0100 Message-ID: <87fwrrhtn8.fsf@gnu.org> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=35376 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PouOO-0007pP-9M for emacs-orgmode@gnu.org; Mon, 14 Feb 2011 04:06:50 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PouON-0000VH-84 for emacs-orgmode@gnu.org; Mon, 14 Feb 2011 04:06:48 -0500 Received: from mail-bw0-f41.google.com ([209.85.214.41]:43494) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PouOM-0000V0-OE for emacs-orgmode@gnu.org; Mon, 14 Feb 2011 04:06:46 -0500 Received: by bwz16 with SMTP id 16so5213002bwz.0 for ; Mon, 14 Feb 2011 01:06:45 -0800 (PST) In-Reply-To: (suvayu ali's message of "Sun, 13 Feb 2011 16:45:15 -0800") 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: suvayu ali Cc: Org Mode , Marcelo de Moraes Serpa 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