v.4.0
This commit is contained in:
parent
27a1901ab8
commit
c9b5de2d22
7 changed files with 176 additions and 560 deletions
|
|
@ -5,4 +5,4 @@ if "%root_path:~-1%" == "\" set "root_path_1=%root_path:~0,-1%"
|
|||
for %%f in ("%root_path_1%") do set "root_path_name=%%~nxf"
|
||||
FOR /F "eol=# tokens=*" %%i in (%~dp0\..\.env) do SET %%i
|
||||
CD %~dp0
|
||||
rclone.exe copy ../%root_path%/%user% %remote%/%root_path_name%/%user% --progress
|
||||
rclone.exe copy %root_path%/%user% %remote%/%root_path_name%/%user% --progress
|
||||
Loading…
Add table
Add a link
Reference in a new issue