Shell commands to run before the backup. This can for example be used to mount file systems.
Declarations
Type
strings concatenated with "\n"
Default
""
Example
''
# To add excluded paths at runtime
extraCreateArgs+=("--exclude" "/some/path")
''
Shell commands to run before the backup. This can for example be used to mount file systems.
strings concatenated with "\n"
""
''
# To add excluded paths at runtime
extraCreateArgs+=("--exclude" "/some/path")
''