Help to rewrite the script for FTP backup

Positron

n00b
Joined
Jul 15, 2016
Messages
16
Hi, I tried a DIY FTP backup tutorial and is working fine.The only problem with this method is that replaces the old backup.
I tested this on my local home network and is working fine, I am trying to correct this issue by rewriting the DAT script, please help me to create a script file which will save files in a different name than the previous backup file.

regards
Positron.
 
for f "tokens=1* delims=" %%a in ('date /T') do set datestr=%%a
mkdir %datestr%
cd %datestr%

I tried this and is
not working
 
Might want to try programming sub forum. you might have better luck getting help there.
 
Back
Top