Email or username:

Password:

Forgot your password?
1 comment
Alex Schroeder

@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?

@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...

Go Up