28 Dec
2001
28 Dec
'01
12:59 a.m.
-> rsync of Data.fs instead of scp? Perhaps export Data.fs into XML format, -> then rsync or maybe perform just an incremental backup of Data.fs some how? -> Does anyone have any ideas? As far as I know, rsync's algorithm works on binary files just fine (not just text files). So what is the advantage to exporting into XML format? I'd just "freeze" Data.fs by make a temporary copy of it somewhere, then rsync that copy over the network. (What am I missing?)