From 9bf881baca344c70103bedd71e2f97d2ec96c8e5 Mon Sep 17 00:00:00 2001 From: Administrator Date: Sat, 14 Feb 2026 16:43:15 +0000 Subject: [PATCH] docs: update immich_backup --- immich_backup.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/immich_backup.md b/immich_backup.md index ccb8ad6..cc8371a 100644 --- a/immich_backup.md +++ b/immich_backup.md @@ -2,7 +2,7 @@ title: Immich Backup and Restore description: Immich backup with Kopia published: true -date: 2026-02-14T03:54:27.661Z +date: 2026-02-14T16:43:05.659Z tags: editor: markdown dateCreated: 2026-02-14T03:14:32.594Z @@ -236,7 +236,7 @@ echo "[${BACKUP_DATE}] Verifying library location..." | tee -a "$LOG_FILE" UPLOAD_LOCATION="/srv/immich/library" if [ -d "${UPLOAD_LOCATION}" ]; then - LIBRARY_SIZE=$(du -sh ${UPLOAD_LOCATION} | cut -f1) + #LIBRARY_SIZE=$(du -sh ${UPLOAD_LOCATION} | cut -f1) echo "[${BACKUP_DATE}] Library location verified: ${UPLOAD_LOCATION} (${LIBRARY_SIZE})" | tee -a "$LOG_FILE" echo "[${BACKUP_DATE}] Kopia will backup library files directly (no tar, better deduplication)" | tee -a "$LOG_FILE" else