sqlite-rsync https://sqlite.org/rsync.html
-
sqlite-rsync https://sqlite.org/rsync.html
-
@aw I make local copies the remote server to my laptop using rsync. As I'm slowly starting to use more sqlite, I really need to add skipping of sqlite files and using sqlite-rsync. This is perfect! The only problem is that I now need to know all the sqlite files on my server! Maybe keep a list of known *.db files in a file, run sqlite-rsync for the files in this list and warn about all the *.db files not in this list, with an option to silence that warning for known not-sqlite .db files… Do you already have something like this?
-
@alex don't have anything like this but sounds like something one could do a shell script for? I haven't used this yet, it just released a week ago!
-
@aw love it when something extremely specific and relevant to me shows up on the timeline right when I need it