Giter Club home page Giter Club logo

Comments (4)

garethgeorge avatar garethgeorge commented on June 9, 2024

Hey, backrest bumps the rclone version with each new release (and uses the latest from the rclone apk on alpine Linux).

I haven’t cut a release in a bit so we’re lagging a bit behind but this is expected state; I aim to do releases infrequently (ideally monthly patch releases) in the fullness of time as backup software should aim to be stable without too much version churn.

If you need a specific rclone version I’d recommend a custom docker image on top of the published release

from backrest.

lakemike avatar lakemike commented on June 9, 2024

Hi, no worries, I can push an updated binary into the docker container.
But alpine may have been the issue in the build process. rclone v1.65-DEV is from 6 months ago and there have been plenty of updates afterwards, that didn't make it into the backrest docker container.

from backrest.

garethgeorge avatar garethgeorge commented on June 9, 2024

just shipped another version of backrest which should be using the latest from alpine, I think I'm going to resolve this as works as intended as the docker image aims to use alpine packages for all deps. Happy to switch to a more up to date alpine package though if there is one.

from backrest.

lakemike avatar lakemike commented on June 9, 2024

Hi, I pulled the 1.0.0 docker image for backrest and rclone is still at "v1.65.0-DEV". At the same time, pkgs.alpinelinux.org (https://pkgs.alpinelinux.org/packages?name=rclone&branch=edge&repo=&arch=&maintainer=) shows "1.66.0-r2". I'm not sure I've done that right because I have too little experience with alpine and it's branches etc.

For the time being, I am happy adding the binary manually:

#!/bin/bash
docker compose up -d
DOCKERID=`docker ps | grep backrest | awk '{print $1}'`
# Execute commands inside the Docker container
docker exec $DOCKERID sh -c "cd /root && \
  wget -O rclone.zip https://github.com/rclone/rclone/releases/download/v1.66.0/rclone-v1.66.0-linux-amd64.zip && \
  unzip -j -o rclone.zip && \
  ln -sf /root/rclone /usr/bin/rclone"

from backrest.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.