Export to GitHub

flyback - issue #6

Needs automatic backup, perhaps based on inotify


Comment #1

Posted on Nov 8, 2007 by Happy Rabbit

another link that might help. http://www.linuxjournal.com/article/8478

Comment #2

Posted on Nov 8, 2007 by Swift Cat

AFAIK, inotify would only be useful if we wanted to keep a daemon around all the time.

cron's the better call for now.

implemented in svn.

Comment #3

Posted on Nov 8, 2007 by Helpful Hippo

Sounds cool! I guess the advantage to inotify would be that you would know exactly which things had changed...but if the performance is good with the cron job then that sounds good enough.

Comment #4

Posted on Nov 8, 2007 by Swift Cat

yeah, might add a logging api similar to what time machine uses later, but that's outside the scope for now.

this fix is in v0.3 now, btw.

Status: Fixed

Labels:
Type-Enhancement Priority-Medium