Hi, it's my first post in here and apologize if similar topic already exists. I have call recordings on AWS but I'm only given 10 GB of space so I would like to have a script which will SFTP to the Amazon AWS and only copy the newest files to my NAS sitting in the office. I can than use Windows Task Scheduler to run the scripts once a week.
The idea is that after all space on AWS is populated it starts to deleting the oldest recordings, so I want to prevent it and only use AWS as a buffer to store the current recordings and my NAS as a main storage. My script will be running every week/month to copy only the newest files in order to prevent loosing any recordings.
Thank you so much in advance!