On Tue, 21 Jan 2020 06:25:10 -0500 Cowboy <[email protected]> wrote: > An rsync update takes 4 or 6 hours to determine the list of 30 or > so files to be updated, which the actual copy takes a few minutes > over the gigabit house network.
One upon a time I took care of a station that had 3 sites, far apart, without a fast data connection between them, that shared a database by copying over. Rather than using rsync, the procedure was to place a file "backup-time" in /var/snd, and for every update to copy over any .wav file newer than backup-time, then touch backup-time. _______________________________________________ Rivendell-dev mailing list [email protected] http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev
