Add clearing support (directly on remote server)

This commit is contained in:
2022-04-18 11:54:06 +02:00
parent bb27c7061f
commit 4723e1aa35
4 changed files with 93 additions and 66 deletions

View File

@ -2,8 +2,14 @@
# Copy this file as variables.conf, with the correct values
# For both update and clear scripts:
repo_name=""
# For update script:
remote_repository=""
ssh_key=""
ssh_options=""
ssh_options="-i $ssh_key"
exlist=""
# For clear script:
repo_directory=""