Git Product home page Git Product logo

Comments (1)

poyaz avatar poyaz commented on September 27, 2024

I test on my cluster with my k8up resources (I don't know exactly what your k8up resources are used for to generate an archive).

However, when I didn't have any backup in my cluster, this problem occurred. No archive was created.

P.S: Maybe your problem because of no backup files exist in s3 bucket

Without any backup

2024-01-02T06:02:53Z    INFO    k8up    Starting k8up…    {"version": "2.7.2", "date": "2023-10-09T10:13:29Z", "commit": "45d99dd90dbb2a080e6832c34e96b371216a3e0b", "go_os": "linux", "go_arch": "amd64", "go_versi
2024-01-02T06:02:53Z    INFO    k8up.restic    initializing                                                                                                                                                         
2024-01-02T06:02:53Z    INFO    k8up.restic    setting up a signal handler                                                                                                                                          
2024-01-02T06:02:53Z    INFO    k8up.restic.restic    using the following restic options    {"options": [""]}                                                                                                       
2024-01-02T06:02:53Z    INFO    k8up.restic.restic.RepoInit.command    restic command    {"path": "/usr/local/bin/restic", "args": ["init", "--option", ""]}                                                        
2024-01-02T06:02:53Z    INFO    k8up.restic.restic.RepoInit.command    Defining RESTIC_PROGRESS_FPS    {"frequency": 0.016666666666666666}                                                                          
2024-01-02T06:02:53Z    INFO    k8up.restic.restic.unlock    unlocking repository    {"all": false}                                                                                                                 
2024-01-02T06:02:53Z    INFO    k8up.restic.restic.unlock.command    restic command    {"path": "/usr/local/bin/restic", "args": ["unlock", "--option", ""]}                                                        
2024-01-02T06:02:53Z    INFO    k8up.restic.restic.unlock.command    Defining RESTIC_PROGRESS_FPS    {"frequency": 0.016666666666666666}                                                                            
2024-01-02T06:02:54Z    INFO    k8up.restic.restic.snapshots    getting list of snapshots                                                                                                                           
2024-01-02T06:02:54Z    INFO    k8up.restic.restic.snapshots.command    restic command    {"path": "/usr/local/bin/restic", "args": ["snapshots", "--option", "", "--json"]}                                        
2024-01-02T06:02:54Z    INFO    k8up.restic.restic.snapshots.command    Defining RESTIC_PROGRESS_FPS    {"frequency": 0.016666666666666666}                                                                         
2024-01-02T06:02:54Z    INFO    k8up.restic.restic.snapshots    getting list of snapshots                                                                                                                           
2024-01-02T06:02:54Z    INFO    k8up.restic.restic.snapshots.command    restic command    {"path": "/usr/local/bin/restic", "args": ["snapshots", "--option", "", "--json"]}                                        
2024-01-02T06:02:54Z    INFO    k8up.restic.restic.snapshots.command    Defining RESTIC_PROGRESS_FPS    {"frequency": 0.016666666666666666}                                                                         
2024-01-02T06:02:55Z    INFO    k8up.restic.restic.archive    archiving latest snapshots for every host

With exist at least one backup

2024-01-02T06:02:53Z    INFO    k8up    Starting k8up…    {"version": "2.7.2", "date": "2023-10-09T10:13:29Z", "commit": "45d99dd90dbb2a080e6832c34e96b371216a3e0b", "go_os": "linux", "go_arch": "amd64", "go_versi
2024-01-02T06:02:53Z    INFO    k8up.restic    initializing                                                                                                                                                         
2024-01-02T06:02:53Z    INFO    k8up.restic    setting up a signal handler                                                                                                                                          
2024-01-02T06:02:53Z    INFO    k8up.restic.restic    using the following restic options    {"options": [""]}                                                                                                       
2024-01-02T06:02:53Z    INFO    k8up.restic.restic.RepoInit.command    restic command    {"path": "/usr/local/bin/restic", "args": ["init", "--option", ""]}                                                        
2024-01-02T06:02:53Z    INFO    k8up.restic.restic.RepoInit.command    Defining RESTIC_PROGRESS_FPS    {"frequency": 0.016666666666666666}                                                                          
2024-01-02T06:02:53Z    INFO    k8up.restic.restic.unlock    unlocking repository    {"all": false}                                                                                                                 
2024-01-02T06:02:53Z    INFO    k8up.restic.restic.unlock.command    restic command    {"path": "/usr/local/bin/restic", "args": ["unlock", "--option", ""]}                                                        
2024-01-02T06:02:53Z    INFO    k8up.restic.restic.unlock.command    Defining RESTIC_PROGRESS_FPS    {"frequency": 0.016666666666666666}                                                                            
2024-01-02T06:02:54Z    INFO    k8up.restic.restic.snapshots    getting list of snapshots                                                                                                                           
2024-01-02T06:02:54Z    INFO    k8up.restic.restic.snapshots.command    restic command    {"path": "/usr/local/bin/restic", "args": ["snapshots", "--option", "", "--json"]}                                        
2024-01-02T06:02:54Z    INFO    k8up.restic.restic.snapshots.command    Defining RESTIC_PROGRESS_FPS    {"frequency": 0.016666666666666666}                                                                         
2024-01-02T06:02:54Z    INFO    k8up.restic.restic.snapshots    getting list of snapshots                                                                                                                           
2024-01-02T06:02:54Z    INFO    k8up.restic.restic.snapshots.command    restic command    {"path": "/usr/local/bin/restic", "args": ["snapshots", "--option", "", "--json"]}                                        
2024-01-02T06:02:54Z    INFO    k8up.restic.restic.snapshots.command    Defining RESTIC_PROGRESS_FPS    {"frequency": 0.016666666666666666}                                                                         
2024-01-02T06:02:55Z    INFO    k8up.restic.restic.archive    archiving latest snapshots for every host                                                                                                             
2024-01-02T06:02:55Z    INFO    k8up.restic.restic.archive    starting archival for    {"namespace": "k8up", "pvc": "k8up-nginx"}                                                                                   
2024-01-02T06:02:55Z    INFO    k8up.restic.restic.restore    restore initialised                                                                                                                                   
2024-01-02T06:02:55Z    INFO    k8up.restic.restic.restore    loading all snapshots from repositoy                                                                                                                  
2024-01-02T06:02:55Z    INFO    k8up.restic.restic.snapshots    getting list of snapshots                                                                                                                           
2024-01-02T06:02:55Z    INFO    k8up.restic.restic.snapshots.command    restic command    {"path": "/usr/local/bin/restic", "args": ["snapshots", "--option", "", "--json"]}                                        
2024-01-02T06:02:55Z    INFO    k8up.restic.restic.snapshots.command    Defining RESTIC_PROGRESS_FPS    {"frequency": 0.016666666666666666}                                                                         
2024-01-02T06:02:56Z    INFO    k8up.restic.restic.restore    S3 chosen as restore destination                                                                                                                      
2024-01-02T06:02:56Z    INFO    k8up.restic.restic.restore.command    restic command    {"path": "/usr/local/bin/restic", "args": ["ls", "--option", "", "--json", "1d6cc88e9d1b30071c4af0ebc2e75155f157d89f0f94eac7
2024-01-02T06:02:56Z    INFO    k8up.restic.restic.restore.command    Defining RESTIC_PROGRESS_FPS    {"frequency": 0.016666666666666666}                                                                           
2024-01-02T06:02:56Z    INFO    k8up.restic.restic.restore    starting restore    {"s3 filename": "http://minio.minio:9000/restoremini/backup-k8up-k8up-nginx-2024-01-02T06:01:19Z.tar.gz"}                         
2024-01-02T06:02:56Z    INFO    k8up.restic.restic.restore.command    restic command    {"path": "/usr/local/bin/restic", "args": ["dump", "--option", "", "1d6cc88e9d1b30071c4af0ebc2e75155f157d89f0f94eac7363c2138
2024-01-02T06:02:56Z    INFO    k8up.restic.restic.restore.command    Defining RESTIC_PROGRESS_FPS    {"frequency": 0.016666666666666666}                                                                           
2024-01-02T06:02:57Z    INFO    k8up.restic.restic.restore    restore finishe

Could you please share more about backup and archive resources?

from k8up.

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.