initial commit

This commit is contained in:
Piero 2022-12-03 08:57:56 -05:00
commit 08c108db83
10 changed files with 437 additions and 153 deletions

6
tools/upload.bat Normal file
View file

@ -0,0 +1,6 @@
@echo off
set root_path=%1
set user=%2
FOR /F "eol=# tokens=*" %%i in (%~dp0\..\.env) do SET %%i
CD %~dp0
rclone.exe copy ../%root_path%/%user% %remote%/%root_path%/%user% --progress --drive-chunk-size 512M