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

uac creates empty archive #15

Closed
dombrowa opened this issue Nov 26, 2020 · 1 comment
Closed

uac creates empty archive #15

dombrowa opened this issue Nov 26, 2020 · 1 comment
Assignees
Labels
type: bug Something isn't working

Comments

@dombrowa
Copy link

dombrowa commented Nov 26, 2020

I noticed on a RHEL8.2 run on which the binary /usr/bin/tar is missing that

  1. uac collects logs inside its temp dir
  2. archives all to an empty tar.gz file

It may be good to check for requisites before the script runs with which or locate etc

@tclahr tclahr self-assigned this Dec 8, 2020
@tclahr tclahr added the type: bug Something isn't working label Dec 8, 2020
tclahr added a commit that referenced this issue Dec 12, 2020
uac will now check if tar tool is available on the target system. If not, it will just copy data to destination directory.

Signed-off-by: Thiago Canozzo Lahr <tclahr@br.ibm.com>
tclahr added a commit that referenced this issue Dec 12, 2020
uac will now check if tar tool is available on the target system. If not, it will just copy data to destination directory.

Signed-off-by: Thiago Canozzo Lahr <tclahr@br.ibm.com>
@tclahr tclahr mentioned this issue Dec 12, 2020
@tclahr
Copy link
Owner

tclahr commented Dec 12, 2020

Bug fixed on v1.3.1

@tclahr tclahr closed this as completed Dec 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants