Dear Team,
we are currently pulling files from a remote server using rsync.
rsync -chavzP --rsync-path="sudo rsync" --stats ora12c@<remoteIP>:/data/CDR/inocs/voice /cdr/VOICE/VOICE
Initially it may pull around 500,000 files. If everyday 20 files are being generated, how can I pull the files incrementally?
1 way is if we modify the script to pull files sysdate-1?
Thanks,
Roshan