GithubHelp home page GithubHelp logo

Comments (10)

xezpeleta avatar xezpeleta commented on June 10, 2024

Sorry but the Docker image uses the ElkarBackup deb package, which needs ACL support enabled.

Apparently, even using Docker containers, you need to mount your / with ACL enabled in your host system.

from elkarbackup-docker.

xezpeleta avatar xezpeleta commented on June 10, 2024

More info here

from elkarbackup-docker.

mkuurstra avatar mkuurstra commented on June 10, 2024

Hmm, still no luck. acl was already installed on my debian installation but enabled it explicitly in my fstab, rebooted and still no success. Am I the only one having this issue? In that case I'll just inspect my machine further.

from elkarbackup-docker.

xezpeleta avatar xezpeleta commented on June 10, 2024

I'm going to check it under a Debian host (I'm currently testing Docker image under Ubuntu). What Debian and Docker version are you using?

Thanks

from elkarbackup-docker.

mkuurstra avatar mkuurstra commented on June 10, 2024

Debian version 8.7
Docker version 17.03.1-ce

No, thank you :)

from elkarbackup-docker.

xezpeleta avatar xezpeleta commented on June 10, 2024

Apparently with Ubuntu 16.04 and Docker 17.03.1-ce everything works well, but if we use Debian instead Ubuntu I have the same issue as you.

Ubuntu and Debian both has ACLs enabled and a usual ElkarBackup installation works well there. But the Docker container has a different behaviour (both are configured with AUFS); setfacl command will reply a Operation not supported in Debian, while in Ubuntu everything will work fine.

It looks a Docker compatibility problem with Debian... :-/

from elkarbackup-docker.

mkuurstra avatar mkuurstra commented on June 10, 2024

Hmm, it's good to know it's nothing in my setup but I can't find anything that could cause this, I'm drawing a blank here. Any idea how to continue or where to report this?

from elkarbackup-docker.

xezpeleta avatar xezpeleta commented on June 10, 2024

I've just opened an issue moby/moby#32915

Maybe someone could give us any clue there.

from elkarbackup-docker.

xezpeleta avatar xezpeleta commented on June 10, 2024

We've just discovered in #18 thanks to @Paul-dH that this bug also affects to Ubuntu 17.04.

The easiest workaround to fix that is to change the Docker storage driver from AuFS to devicemapper:

# /etc/docker/daemon.json
{
    "storage-driver": "devicemapper"
}

Anyone has any other idea to fix this?

Thanks

from elkarbackup-docker.

xezpeleta avatar xezpeleta commented on June 10, 2024

We're closing this issue because we've released a completely new Docker image:

https://hub.docker.com/r/elkarbackup/elkarbackup/

from elkarbackup-docker.

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.