Skip to content

Conversation

schrotthaufen
Copy link

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

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
```bash
${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
@kiview
Copy link
Owner

kiview commented Jan 23, 2017

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants