Skip to Main Content

Infrastructure Software

rsync to transfer files sysdate-1

RobeenMar 16 2021

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

Comments
Post Details
Added on Mar 16 2021
0 comments
21 views