sir
I have a linux server that has database backup in daily basis date wise. I am willing to copy this backup file from a win 10 pc using batch file .
Example---- in Linux server backup type 8042019.dmp and next day it will be 9042019.dmp..so on ..
how i will copy it from win10 client using batch file. I tried command pscp -pw <password> -r -P <port> username@IP address:/path/to/file/*.dmp c:\test\ with batch file. it copied file but cannot copy daily basis on schedule...pls help
I have a linux server that has database backup in daily basis date wise. I am willing to copy this backup file from a win 10 pc using batch file .
Example---- in Linux server backup type 8042019.dmp and next day it will be 9042019.dmp..so on ..
how i will copy it from win10 client using batch file. I tried command pscp -pw <password> -r -P <port> username@IP address:/path/to/file/*.dmp c:\test\ with batch file. it copied file but cannot copy daily basis on schedule...pls help