Skip to content
Snippets Groups Projects
Commit 5b3487dc authored by Romain De Filippi's avatar Romain De Filippi
Browse files

Update the conf file with the current year, and the filemask 2* for all files

parent 76832c7e
No related branches found
No related tags found
No related merge requests found
...@@ -9,15 +9,16 @@ set FTP_MAX=30000 ...@@ -9,15 +9,16 @@ set FTP_MAX=30000
:: SCHEDULED TASK :: SCHEDULED TASK
set START_TIME=09 set START_TIME=09
set EVERY_MIN=10 set EVERY_MIN=10
for /f "tokens=3 delims=/" %%A in ("%DATE%") do set YEAR=%%A
:: FILES :: FILES
:: * :: *
set DATA[0].SendMethod=sync set DATA[0].SendMethod=sync
set DATA[0].DataPath="C:\RPG-HATPRO\DATA" set DATA[0].DataPath="C:\RPG-HATPRO\DATA\Y%YEAR%"
set DATA[0].ArchivesPath= set DATA[0].ArchivesPath=
set DATA[0].RemotePath="/home/" set DATA[0].RemotePath="/home/"
set DATA[0].ToRename= set DATA[0].ToRename=
set DATA[0].Mask=Y* set DATA[0].Mask=2*
set DATA[0].ArchiveFormat= set DATA[0].ArchiveFormat=
set DATA[0].ArchiveCurrDay= set DATA[0].ArchiveCurrDay=
set DATA[0].YearPos= set DATA[0].YearPos=
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment