8000 Fixing Splitter binary by tomklapka · Pull Request #259 · gobackup/gobackup · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Fixing Splitter binary #259

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

Merged
merged 1 commit into from
Jul 19, 2024
Merged

Fixing Splitter binary #259

merged 1 commit into from
Jul 19, 2024

Conversation

tomklapka
Copy link
Contributor
@tomklapka tomklapka commented Jul 19, 2024

Fixing splitter binary by adding coreutils to docker image. It installs the whole coreutils package which consists of: https://pkgs.alpinelinux.org/contents?file=&path=&name=coreutils&branch=edge&repo=main&arch=x86_64

It should update the split binary to latest gnu version to avoid errors like this:

/usr/bin/split: unrecognized option: numeric-suffixes
BusyBox v1.36.1 (2023-11-07 18:53:09 UTC) multi-call binary.

Usage: split [OPTIONS] [INPUT [PREFIX]]

    -b N[k|m]    Split by N (kilo|mega)bytes
    -l N        Split by N lines
    -a N        Use N letters as suffix

@huacnlee huacnlee merged commit b0a80a6 into gobackup:main Jul 19, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants
0