mirror of
https://github.com/netinvent/npbackup.git
synced 2025-10-06 19:46:58 +08:00
Quick note for update_restic script under windows
This commit is contained in:
parent
4535c99b06
commit
720d858811
1 changed files with 4 additions and 0 deletions
|
@ -9,6 +9,10 @@ SET PYTHON32=c:\python37-32\python.exe
|
|||
cd C:\GIT\npbackup
|
||||
git pull || exit 1
|
||||
|
||||
:: cd RESTIC_SOURCE_FILES
|
||||
:: cat update_restic.sh | dos2unix | sh
|
||||
:: cd ..
|
||||
|
||||
:: Make sure we add npbackup in python path so bin and npbackup subfolders become packages
|
||||
SET OLD_PYTHONPATH=%PYTHONPATH%
|
||||
SET PYTHONPATH=c:\GIT\npbackup
|
||||
|
|
Loading…
Add table
Reference in a new issue