v.5.0
This commit is contained in:
parent
cc40ef1062
commit
4e861b6c43
5 changed files with 323 additions and 272 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 --include-from %~dp0/temp/upload.txt
|
||||
|
|
@ -1,2 +1,2 @@
|
|||
#!/bin/sh
|
||||
rclone copy $1/$2 gd:VODS/$(basename $1)/$2 --progress
|
||||
rclone copy $1/$2 gd:VODS/$(basename $1)/$2 --progress --include-from $(dirname "$0")/temp/upload.txt
|
||||
Loading…
Add table
Add a link
Reference in a new issue