Backups are a concern for me too. Since it is the node.js version, every tiddler is in the file system. Right now, I'm vacillating between three options:
- A shell script (or batch file) which runs as a scheduled task to zip up the tiddler folder. In an unrelated project, I use such a script to backup to %Weekday%.zip and to %Hour%.zip. The script runs hourly. It doesn't overwrite %Weekday%.zip until it becomes a week old. That way, I have a backup each hour for the current day and each day for the current week. - git, with hourly commits. git works pretty well for this except that locating the right commit to revert is awfully geeky. You can just commit hourly and git will notice that nothing changed (if nothing changed) and not make a new backup. - I've got a Mac, but it isn't where I run my wikis. I could just replicate the tiddler folder with rsync to my Mac and let Time Machine handle the backups. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/tiddlywiki. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/CAKBuMvJBuBAUrBVhSCTQAcWQKFOS6cW8jzAfKDLRMtUXuUr86g%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.

