Bastien writes:
> Marcelo de Moraes Serpa writes:
>
>> Anyway, doesn't seem it's something hard to do, so I might as well
>> just try getting something implemented, could be a good exercise in
>> elisp.
>
> :)
>
> Let us know how it goes.
>
> PS: I'm with Dan on this. For backing up directories
Hi Suvayu,
Suvayu Ali writes:
> Thanks Bastien! I am glad that you thought its worth a mention on the
> FAQ. :)
The topic of backing up org files comes quite often on the list, I'm
glad we can give some concrete directions!
--
Bastien
___
Emacs-or
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
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 m
Ah! This would do I think :) Thanks!
Marcelo.
On Sun, Feb 13, 2011 at 6:45 PM, suvayu ali wrote:
> On Sun, Feb 13, 2011 at 3:13 PM, Marcelo de Moraes Serpa
> wrote:
>> I already do this, but sometimes the files are spread around *many*
>> directories. I.e, the model of having everything in a
>>
On Sun, Feb 13, 2011 at 3:13 PM, Marcelo de Moraes Serpa
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 *n
Marcelo de Moraes Serpa writes:
> Anyway, doesn't seem it's something hard to do, so I might as well
> just try getting something implemented, could be a good exercise in
> elisp.
:)
Let us know how it goes.
PS: I'm with Dan on this. For backing up directories, I use git repo.
For backing up