View Single Post
Old 7th May 2020, 09:52   #503  |  Link
Losko
Registered User
 
Join Date: Dec 2010
Posts: 65
Quote:
Originally Posted by nalor View Post
Of course I could add some kind of incremental download specifically for the synchronisation - but honestly this would be a huge rework of the current setup and I cannot afford the time for this.
Hey, this is exactly what git was designed for!
git is great when managing text files with incremental modifications, and it's very, very efficient when synchronizing local and remote copies.
What if FindVUK did:
  1. first launch? then do 'git clone', else 'git pull'
  2. do your usual stuff
  3. exiting: new entries? then do 'git push'
If I think at the keys database as a repository, then the whole scenario seems so simplified!
(and, btw, there are plenty of git hosting sites out there)
Losko is offline   Reply With Quote