Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Bookmarks
  • Search
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo

Cloudron Forum

Apps | Demo | Docs | Install
  1. Cloudron Forum
  2. Support
  3. tarExtract pipeline error: Invalid tar header

tarExtract pipeline error: Invalid tar header

Scheduled Pinned Locked Moved Solved Support
restorenextcloudheadertar
30 Posts 7 Posters 1.5k Views 7 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • nottheendN Offline
    nottheendN Offline
    nottheend
    wrote on last edited by nottheend
    #20

    Hopefully it will not appear with any storage anymore when this is implemented:

    (9.0) Backup integrity - store size and checksum of backups. Also provide a way to "verify" backup integrity in the remote.
    

    Mentioned in
    what's coming in cloudron 9

    1 Reply Last reply
    2
    • P Offline
      P Offline
      p44
      translator
      wrote on last edited by
      #21

      @nottheend ok thanks a lot

      1 Reply Last reply
      1
      • P p44 referenced this topic on
      • P Offline
        P Offline
        p44
        translator
        wrote last edited by
        #22

        Again, handling a "tarExtract pipeline error: incorrect header check" issue... on a different backup... very very sad for this... I hope you can release soon a solution because is risky to store backups that then cannot be restored @girish

        girishG 1 Reply Last reply
        0
        • P p44

          Again, handling a "tarExtract pipeline error: incorrect header check" issue... on a different backup... very very sad for this... I hope you can release soon a solution because is risky to store backups that then cannot be restored @girish

          girishG Offline
          girishG Offline
          girish
          Staff
          wrote last edited by
          #23

          @p44 for encrypted backups, not sure what is the expected behaviour. If the backup is corrupt or password is forgotten, one cannot recover. What do you have in mind? What do you think Cloudron could have done? (or was your note about adding periodic integrity checks?)

          1 Reply Last reply
          0
          • P Offline
            P Offline
            p44
            translator
            wrote last edited by
            #24

            @girish

            Periodic integrity checks – for example, verifying the backup archive and reporting issues proactively – could help discover corruption early, before a restore is needed. This would give admins a chance to re-run or fix backups in time.

            What do you think about such a feature?

            1 Reply Last reply
            1
            • P p44 referenced this topic
            • P Offline
              P Offline
              p44
              translator
              wrote last edited by
              #25

              Hi all, I'm still getting this error on Hetzner Storage Box:

              "tarExtract pipeline error: invalid block type"

              Even on a same backup did few minutes before, I had this error.
              I moved away

              1 Reply Last reply
              0
              • jamesJ Online
                jamesJ Online
                james
                Staff
                wrote last edited by
                #26

                Hello @p44
                Could you please check the box.log and the backup log for error messages?
                If you find something, please post this error message here.
                I will try to investigate and with enough data I can even contact Hetzner directly, if the issue seems to be specific to Hetzner Storage Boxes.

                nottheendN 1 Reply Last reply
                0
                • jamesJ james

                  Hello @p44
                  Could you please check the box.log and the backup log for error messages?
                  If you find something, please post this error message here.
                  I will try to investigate and with enough data I can even contact Hetzner directly, if the issue seems to be specific to Hetzner Storage Boxes.

                  nottheendN Offline
                  nottheendN Offline
                  nottheend
                  wrote last edited by
                  #27

                  @james I had opened a ticket at that time with Hetzner. Sending you the ticket number as pm

                  1 Reply Last reply
                  2
                  • P Offline
                    P Offline
                    p44
                    translator
                    wrote last edited by p44
                    #28

                    @james Thanks a lot, I found this:

                    2025-07-20T18:54:47.274Z box:tasks startTask: 1458 done. error: { stack: 'BoxError: tarExtract pipeline error: invalid block type\n' + '    at tarExtract (/home/yellowtent/box/src/backupformat/tgz.js:225:26)\n' + '    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n' + '    at async /home/yellowtent/box/src/backupformat/tgz.js:248:9\n' + '    at async promiseRetry (/home/yellowtent/box/src/promise-retry.js:17:20)\n' + '    at async Object.download (/home/yellowtent/box/src/backupformat/tgz.js:244:5)\n' + '    at async download (/home/yellowtent/box/src/backuptask.js:104:5)\n' + '    at async Object.downloadApp (/home/yellowtent/box/src/backuptask.js:138:5)\n' + '    at async install (/home/yellowtent/box/src/apptask.js:368:9)', name: 'BoxError', reason: 'External Error', details: {}, message: 'tarExtract pipeline error: invalid block type' }
                    
                    

                    Other specific backup logs were rotated.

                    Maybe Hetzner do some kind of compression on the file, or manipulation? (https://stackoverflow.com/questions/76818505/why-is-the-disk-usage-on-the-hetzner-storage-box-less-than-on-the-hetzner-dedica)

                    Edit: I found also these posts that mentioned errors, the first one with .tar.gz:

                    • https://forum.rclone.org/t/files-corrupted-with-hetzner-storage-box/39016
                    • https://www.reddit.com/r/hetzner/comments/1ihlhhp/corrupted_files_in_storage_box_mounted_as_smb/

                    While we try to understand this better, I would suggest not using the Hetzner Storage Box as primary backup.

                    Edit2: @james keep us posted about directly contact with Hetzner.

                    jdaviescoatesJ 1 Reply Last reply
                    1
                    • P p44

                      @james Thanks a lot, I found this:

                      2025-07-20T18:54:47.274Z box:tasks startTask: 1458 done. error: { stack: 'BoxError: tarExtract pipeline error: invalid block type\n' + '    at tarExtract (/home/yellowtent/box/src/backupformat/tgz.js:225:26)\n' + '    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n' + '    at async /home/yellowtent/box/src/backupformat/tgz.js:248:9\n' + '    at async promiseRetry (/home/yellowtent/box/src/promise-retry.js:17:20)\n' + '    at async Object.download (/home/yellowtent/box/src/backupformat/tgz.js:244:5)\n' + '    at async download (/home/yellowtent/box/src/backuptask.js:104:5)\n' + '    at async Object.downloadApp (/home/yellowtent/box/src/backuptask.js:138:5)\n' + '    at async install (/home/yellowtent/box/src/apptask.js:368:9)', name: 'BoxError', reason: 'External Error', details: {}, message: 'tarExtract pipeline error: invalid block type' }
                      
                      

                      Other specific backup logs were rotated.

                      Maybe Hetzner do some kind of compression on the file, or manipulation? (https://stackoverflow.com/questions/76818505/why-is-the-disk-usage-on-the-hetzner-storage-box-less-than-on-the-hetzner-dedica)

                      Edit: I found also these posts that mentioned errors, the first one with .tar.gz:

                      • https://forum.rclone.org/t/files-corrupted-with-hetzner-storage-box/39016
                      • https://www.reddit.com/r/hetzner/comments/1ihlhhp/corrupted_files_in_storage_box_mounted_as_smb/

                      While we try to understand this better, I would suggest not using the Hetzner Storage Box as primary backup.

                      Edit2: @james keep us posted about directly contact with Hetzner.

                      jdaviescoatesJ Offline
                      jdaviescoatesJ Offline
                      jdaviescoates
                      wrote last edited by
                      #29

                      @p44 said in tarExtract pipeline error: Invalid tar header:

                      While we try to understand this better, I would suggest not using the Hetzner Storage Box as primary backup.

                      Is this just when using encryption?

                      I don't use encryption, but I've been using Hetzner Storage Boxes for about 6.5 years now without issue so far, including a few complete server migrations with no issues.

                      I use Cloudron with Gandi & Hetzner

                      P 1 Reply Last reply
                      1
                      • jdaviescoatesJ jdaviescoates

                        @p44 said in tarExtract pipeline error: Invalid tar header:

                        While we try to understand this better, I would suggest not using the Hetzner Storage Box as primary backup.

                        Is this just when using encryption?

                        I don't use encryption, but I've been using Hetzner Storage Boxes for about 6.5 years now without issue so far, including a few complete server migrations with no issues.

                        P Offline
                        P Offline
                        p44
                        translator
                        wrote last edited by
                        #30

                        @jdaviescoates Yes, with encryption. Me too, I never had issues with Hetzner Storage Boxes but since few months various problem happens...

                        1 Reply Last reply
                        1
                        Reply
                        • Reply as topic
                        Log in to reply
                        • Oldest to Newest
                        • Newest to Oldest
                        • Most Votes


                        • Login

                        • Don't have an account? Register

                        • Login or register to search.
                        • First post
                          Last post
                        0
                        • Categories
                        • Recent
                        • Tags
                        • Popular
                        • Bookmarks
                        • Search