borgbackup/borg

whiteout file type?

Geschlossen

#7.174 geöffnet am 28.11.2022

 (2 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Python (732 Forks)batch import
help wantedos: bsdos: macOSquestion

Repository-Metriken

Stars
 (10.086 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 5T 12h) (91 gemergte PRs in 30 T)

Beschreibung

Accidentally stumbled over a file type borg does not support yet: a whiteout (used by overlay fs)

Infos:

Linux: has a hack avoiding a new file type, using a char dev 0:0 for file whiteouts and an xattr for directory whiteouts macOS: has whiteouts FreeBSD: has support for whiteouts, separate file type DT_WHT OpenBSD: no whiteouts NetBSD: ?

Is there a need for backing up / restoring whiteouts?

  • for a mounted overlay fs, it should be backed up as visible to the user (no whiteouts visible)
  • can one access the layers individually, so that WHT files would become visible (on BSD)?

Contributor Guide