Refaaaacttt00000rr

This commit is contained in:
Your Name
2025-05-04 11:30:57 +12:00
parent 6380ce9178
commit 0e9466365e
11 changed files with 25977 additions and 219 deletions

View File

@ -5,6 +5,8 @@ _autocommandrun() {
command="$1"
key="$2"
value="$3"
# only passed through if command is backup or restore.
backup_file="$4"
temp_path="$5"
@ -26,7 +28,7 @@ _autocommandrun() {
_autocommandparse() {
# first argument is the command
# last two arguments are the backup file and the temporary path
# if the command is backup or restore, then the last two arguments are the backup file and the temporary path
# all other arguments are of form:
# key=value
# where key can be one of volume, path or file.