diff options
author | Robin Obůrka <r.oburka@gmail.com> | 2016-08-01 18:52:25 +0200 |
---|---|---|
committer | Robin Obůrka <r.oburka@gmail.com> | 2016-08-01 18:52:25 +0200 |
commit | c2e272e87f783579ab6097fb24bc49e252418818 (patch) | |
tree | d62dda61e60224ba9d982df3732f120bbe85d370 /backuper.sh | |
parent | Add command store_ssh (diff) | |
download | backuper-c2e272e87f783579ab6097fb24bc49e252418818.tar.xz |
Add some more variables to initialization
Diffstat (limited to 'backuper.sh')
-rw-r--r-- | backuper.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/backuper.sh b/backuper.sh index 12c2130..826e34a 100644 --- a/backuper.sh +++ b/backuper.sh @@ -30,8 +30,11 @@ STORE="" AFTER="" FILE_TYPE="" DST="" +FILENAME="" +FILENAME_BASE="" ## Pipeline variables +RUNDIR="" PID_GENERATE="" PID_STORE="" PID_FILE="pids" |