borg icon indicating copy to clipboard operation
borg copied to clipboard

Orphans Problem

Open MarcS1975 opened this issue 2 years ago • 1 comments

Have you checked borgbackup docs, FAQ, and open Github issues?

Yes

Is this a BUG / ISSUE report or a QUESTION?

BUG / ISSUE

System information. For client/server mode post info for both machines.

Your borg version (borg -V).

1.1.15

Operating system (distribution) and version.

Debian 10

Hardware / network configuration, and filesystems used.

raspberry Pi3

How much data is handled by borg?

15GB

Full borg commandline that lead to the problem (leave away excludes and passwords)

borg check --archves-only -p [Borgrepo]

Describe the problem you're observing.

borg check finishes with the following message: 20 orphaned objects found! Archive consistency check complete, problems found.

Running with --repair option does not fix the problems

Can you reproduce the problem? If so, describe how. If not, describe troubleshooting steps you took before opening the issue.

Include any warning/errors/backtraces from the system logs

MarcS1975 avatar Jun 30 '22 05:06 MarcS1975

Do you use a repo via ssh? If so, please give both borg versions, the client and the server (repo-side).

Also, if you run borg check, please do a full run (without --archives-only / without --repository-only) and post the output in your bug report above. Only a full borg check --repair run is able to fix some of the problems.

ThomasWaldmann avatar Jun 30 '22 10:06 ThomasWaldmann

i have checked all my repos today for consistency. i'm running borg 1.1.18 in local mode only

some of these also show orphaned objects when doing archive consistency check, one of them has 62526 orphaned objects

devZer0 avatar Dec 14 '22 11:12 devZer0

Could be related to #6709. I have implemented a fix for borg2.

ThomasWaldmann avatar Feb 03 '23 00:02 ThomasWaldmann