You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Have you checked borgbackup docs, FAQ, and open Github issues?
Yes
Is this a BUG / ISSUE report or a QUESTION?
BUG
System information. For client/server mode post info for both machines.
Your borg version (borg -V).
1.2.0
Operating system (distribution) and version.
arch linux (up to date as of 2022-03-04)
Hardware / network configuration, and filesystems used.
VM using local files on btrfs fs
How much data is handled by borg?
~500MB
Full borg commandline that lead to the problem (leave away excludes and passwords)
borg import-tar -p -s path_to_repo::archive_name filename.tar.zstd
Describe the problem you're observing.
The command was hanging without any output. I think it is an error due to the archive already existing but not properly propagating back to user. If I unzstd the file before, and try it with an uncompressed tar file it correctly gives Archive archive_name already exists
Can you reproduce the problem? If so, describe how. If not, describe troubleshooting steps you took before opening the issue.
Try running import-tar with a zstd compressed tar file when the archive_name already exists in the repo
The text was updated successfully, but these errors were encountered:
in the finally-block, we wait for the filter process to die. but it only dies
voluntarily if all data was processed by the filter and it terminates due to EOF.
otoh, if borg has thrown an early exception, e.g. "archive already exists",
we need to kill the filter process to bring it to an early end. in that
case, we also do not need to check the filter rc, because we know we killed it.
in the finally-block, we wait for the filter process to die. but it only dies
voluntarily if all data was processed by the filter and it terminates due to EOF.
otoh, if borg has thrown an early exception, e.g. "archive already exists",
we need to kill the filter process to bring it to an early end. in that
case, we also do not need to check the filter rc, because we know we killed it.
Uh oh!
There was an error while loading. Please reload this page.
Have you checked borgbackup docs, FAQ, and open Github issues?
Yes
Is this a BUG / ISSUE report or a QUESTION?
BUG
System information. For client/server mode post info for both machines.
Your borg version (borg -V).
1.2.0
Operating system (distribution) and version.
arch linux (up to date as of 2022-03-04)
Hardware / network configuration, and filesystems used.
VM using local files on btrfs fs
How much data is handled by borg?
~500MB
Full borg commandline that lead to the problem (leave away excludes and passwords)
borg import-tar -p -s path_to_repo::archive_name filename.tar.zstd
Describe the problem you're observing.
The command was hanging without any output. I think it is an error due to the archive already existing but not properly propagating back to user. If I unzstd the file before, and try it with an uncompressed tar file it correctly gives
Archive archive_name already exists
Can you reproduce the problem? If so, describe how. If not, describe troubleshooting steps you took before opening the issue.
Try running import-tar with a zstd compressed tar file when the archive_name already exists in the repo
The text was updated successfully, but these errors were encountered: