Exclude lost+found dir from applications

This commit is contained in:
2025-12-07 17:40:08 +03:00
parent 8dfd061991
commit b08f681c92

View File

@@ -56,6 +56,8 @@ class BackupManager:
source_dirs = itertools.chain(applications_path.iterdir(), home_path.iterdir())
for app_dir in source_dirs:
if app_dir == "lost+found":
continue
if app_dir.is_dir():
try:
# Get the owner of the directory