Giter Club home page Giter Club logo

Comments (6)

m90 avatar m90 commented on August 23, 2024

BACKUP_FROM_SNAPSHOT is supposed to be used in the following situation:

  1. you cannot stop your containers while taking the backup (this should always be the preferred option)
  2. you are backing up a highly volatile file system that will change while writing the tar archive, see #32

In your particular case it looks as if a file in the backup target gets deleted while / right before you are trying to copy it. This is probably an upstream issue in package copy (https://github.com/otiai10/copy), maybe we should open an issue there or see if it has been reported before.

In the meantime, is stopping the containers during backup a workable option for you? You could also try running the backup without stopping containers and without using the snapshot option, but I would assume this fails as well, exposing the behavior described in #32

from docker-volume-backup.

SergeiCherevko avatar SergeiCherevko commented on August 23, 2024

Thank you for your answer.

I create backup of prometheus container. Backup time - 40 minutes. If i stop prometheus for this time it will be not good.
From other side i can send to prometheus container some command like that
curl -XPOST -u $prom_user:$prom_pass http://prometheus/api/v1/admin/tsdb/snapshot
to create snapshot

But how can i send this curl request from your docker_backup solution before start backuping?

Also i have many containers such as svn, postgres in which always write any dynamical data and this container can't stop on during backup process and i can't use BACKUP_FROM_SNAPSHOT because is just not working as need :(

from docker-volume-backup.

m90 avatar m90 commented on August 23, 2024

But how can i send this curl request from your docker_backup solution before start backuping?

Right now you can't, see #45

Also i have many containers such as svn, postgres in which always write any dynamical data and this container can't stop on during backup process and i can't use BACKUP_FROM_SNAPSHOT because is just not working as need :(

I'm not sure what is happening exactly, but maybe a good start would be creating an issue in the upstream repository about this https://github.com/otiai10/copy

from docker-volume-backup.

m90 avatar m90 commented on August 23, 2024

I created an upstream issue here otiai10/copy#72

from docker-volume-backup.

m90 avatar m90 commented on August 23, 2024

Not fixing the underlying issue, but running pre/post commands for preparing backups is now supported as of v2.13.0

from docker-volume-backup.

m90 avatar m90 commented on August 23, 2024

An upstream fix is now included in v2.26.1

from docker-volume-backup.

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.