Refaaaacttt00000rr
This commit is contained in:
@ -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.
|
||||
|
Reference in New Issue
Block a user