docker-volume-backup icon indicating copy to clipboard operation
docker-volume-backup copied to clipboard

Use curly braces for all variables

Open schrotthaufen opened this issue 8 years ago • 1 comments

Curly braces aid the interpreter to identify which part of a composed string is the variable part to expand, and what the string to concatenate to is. In the case of

${volume_name}-${date_suffix}.tar

it worked, because -, and . are not allowd in variable names.

Use xz compression Add proper file extension to tar invocations

schrotthaufen avatar Jan 23 '17 15:01 schrotthaufen

Since we are currently missing any CI, have you tested your changes somewhere? ;)

kiview avatar Jan 23 '17 22:01 kiview