wting / flyback

Automatically exported from code.google.com/p/flyback
0 stars 0 forks source link

Needs automatic backup, perhaps based on inotify #6

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
For reference:

http://en.wikipedia.org/wiki/Inotify

http://blog.rlove.org/2007/10/leopard-review-notes.html 

Original issue reported on code.google.com by sanforda...@gmail.com on 7 Nov 2007 at 10:12

GoogleCodeExporter commented 9 years ago
another link that might help.
http://www.linuxjournal.com/article/8478

Original comment by silas.ba...@gmail.com on 8 Nov 2007 at 12:14

GoogleCodeExporter commented 9 years ago
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.

Original comment by pub...@kered.org on 8 Nov 2007 at 5:50

GoogleCodeExporter commented 9 years ago
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.

Original comment by sanforda...@gmail.com on 8 Nov 2007 at 4:30

GoogleCodeExporter commented 9 years ago
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.

Original comment by pub...@kered.org on 8 Nov 2007 at 5:58