This is a discussion on how to make rsync transfer newest files first - Tools ; I'm using rsync to transfer/sync log files from a remote server to a master server. Is there an option for rsync so it will transfer the newest logs first? In other words, when rsync begins it finds the new logs ...
I'm using rsync to transfer/sync log files from a remote server to a master
server. Is there an option for rsync so it will transfer the newest logs
first? In other words, when rsync begins it finds the new logs on the
remote server since the last rsync and then transfers these logs
"backwards," from newest log to oldest log, to the master server.
Joe