Skip to content
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

fix borg backup now timestamp as space in now will cause an error in … #8

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

tejasbhosale009
Copy link

When borg backup run with default timestamp now it contains space in timestamp like example

The {now} gives value as this 2021-01-31 02:03:17.384699

So for loop list in borg exporter it treats space as another value and try to itreate through date and time differently as we are using awk {'print $1'} in list

So to support borg default now timestamp by this exporter script changed script to support now in borg

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.

1 participant