meta data for this page
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
linux:fs:btrfs:snapshots [2021/02/17 15:10] – niziak | linux:fs:btrfs:snapshots [2021/06/04 09:21] (current) – niziak | ||
---|---|---|---|
Line 39: | Line 39: | ||
</ | </ | ||
+ | ==== issues ==== | ||
+ | === parser error : Document is empty === | ||
+ | < | ||
+ | org.opensuse.Snapper[2126170]: | ||
+ | org.opensuse.Snapper[2126170]: | ||
+ | </ | ||
+ | **Reason:** some info.xml files are empty or corrupted | ||
+ | **Solution: | ||
+ | <code bash> | ||
+ | find . -name " | ||
+ | |||
+ | # and remove snapshots manually: | ||
+ | btrfs sub delete 23/snapshot | ||
+ | rm 23/info.xml | ||
+ | </ | ||