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

Upgrade jdupes to latest version #190

Open
NooNameR opened this issue Sep 23, 2024 · 8 comments
Open

Upgrade jdupes to latest version #190

NooNameR opened this issue Sep 23, 2024 · 8 comments

Comments

@NooNameR
Copy link

Current version of jdupes in the docker:

docker exec daps jdupes --version
jdupes 1.21.3 (2023-02-09) 64-bit

But there is new version is available: https://www.jdupes.com/2024/07/27/news-jdupes-1-28-0-released/.

@Drazzilb08
Copy link
Owner

Will take a look at this. Thanks for the info.

@Drazzilb08
Copy link
Owner

This should be updated with the most recent build #192

@NooNameR
Copy link
Author

NooNameR commented Oct 5, 2024

still seems to be:

root@tnas:~# docker exec daps jdupes --version
jdupes 1.21.3 (2023-02-09) 64-bit
---------------------------------------------------------
     _____          _____   _____
    |  __ \   /\   |  __ \ / ____|
    | |  | | /  \  | |__) | (___
    | |  | |/ /\ \ |  ___/ \___ \
    | |__| / ____ \| |     ____) |
    |_____/_/    \_\_|    |_____/
     (Drazzilb's Arr PMM Scripts)

        PUID:           99
        PGID:           100
        UMASK:          002
        BRANCH:         master
        VERSION:        1.2.3
        CONFIG_DIR:     /config
        RCLONE_CONFIG:  /config/rclone/rclone.conf
        APPDATA Path    /appdata
        LOG_DIR:        /config/logs
-------------------------------------

@NooNameR
Copy link
Author

NooNameR commented Oct 5, 2024

@NooNameR
Copy link
Author

NooNameR commented Oct 5, 2024

my assumption is that you need to download it from: https://codeberg.org/jbruchon/jdupes/releases
and move it /usr/bin

@NooNameR
Copy link
Author

NooNameR commented Oct 5, 2024

apt-get install xz-utils
wget https://codeberg.org/jbruchon/jdupes/releases/download/v1.27.3/jdupes-1.27.3-linux-x86_64.pkg.tar.xz
tar -xJf jdupes-1.27.3-linux-x86_64.pkg.tar.xz -C  <directory>

running by

./<directory>/jdupes

or moving to /usr/bin

@NooNameR
Copy link
Author

NooNameR commented Oct 5, 2024

just made it work inside container:

./jdupes --version
jdupes 1.27.3 (2023-08-26) 64-bit, linked to libjodycode 3.1 (2023-07-02)
Hash algorithms available: xxHash64 v2, jodyhash v7
Compile-time feature flags: dedupe
Copyright (C) 2015-2023 by Jody Bruchon and contributors

@Drazzilb08
Copy link
Owner

Okay will push a small update. I didn't know it was this kind of broken. I figured a new build would just pull the latest version with apt get. But guess I was wrong. I'll reopen the issue.

@Drazzilb08 Drazzilb08 reopened this Oct 6, 2024
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

No branches or pull requests

2 participants