[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Orgmode] Re: [Feature request] org-backup
From: |
Marcelo de Moraes Serpa |
Subject: |
Re: [Orgmode] Re: [Feature request] org-backup |
Date: |
Sun, 13 Feb 2011 19:06:10 -0600 |
Ah! This would do I think :) Thanks!
Marcelo.
On Sun, Feb 13, 2011 at 6:45 PM, suvayu ali <address@hidden> wrote:
> On Sun, Feb 13, 2011 at 3:13 PM, Marcelo de Moraes Serpa
> <address@hidden> 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 *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/ \{\} \;
>
> --
> Suvayu
>
> Open source is the future. It sets us free.
>
- [Orgmode] [Feature request] org-backup, Marcelo de Moraes Serpa, 2011/02/13
- [Orgmode] Re: [Feature request] org-backup, Dan Davison, 2011/02/13
- Re: [Orgmode] Re: [Feature request] org-backup, suvayu ali, 2011/02/13
- Re: [Orgmode] Re: [Feature request] org-backup,
Marcelo de Moraes Serpa <=
- Re: [Orgmode] Re: [Feature request] org-backup, Bastien, 2011/02/14
- Re: [Orgmode] Re: [Feature request] org-backup, Suvayu Ali, 2011/02/14
- Re: [Orgmode] Re: [Feature request] org-backup, Bastien, 2011/02/14
- [Orgmode] Re: [Feature request] org-backup, Dan Davison, 2011/02/14
- [Orgmode] Re: [Feature request] org-backup, Marcelo de Moraes Serpa, 2011/02/14
- [Orgmode] Re: [Feature request] org-backup, Dan Davison, 2011/02/14
- [Orgmode] Re: [Feature request] org-backup, Marcelo de Moraes Serpa, 2011/02/15