-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Backup tgz filenames shouldn't have colons #147
Comments
Delete the colons rather than replacing with a hyphen so that the string remains ISO8601 compliant
|
thomas-anderson-bsl
added a commit
that referenced
this issue
Aug 9, 2021
thomas-anderson-bsl
added a commit
that referenced
this issue
Aug 9, 2021
thomas-anderson-bsl
added a commit
that referenced
this issue
Aug 9, 2021
thomas-anderson-bsl
added a commit
that referenced
this issue
Aug 9, 2021
…lons-from-backup-tgz-filename GH-147: Remove colon character from backup filename
Resolved by #172 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
tar
doesn't like dealing with filenames with:
characters.We should remove/replace these, so that
tar tf $BACKUP.tgz
will work.For datetime stamp, we could use something like:
The text was updated successfully, but these errors were encountered: