HI All,
I'm backing up SQL Database files into a local server and each one got the Folder.
So i need a script go through these folders and delete backup files older than 7 days?
I'm using WINSCP command to get the files may be can delete from here?
option batch on
open sftp@DMZSQL
option transfer binary
get /* D:\SQL\*
exit
As