docs: update immich_backup

This commit is contained in:
Administrator 2026-02-14 16:43:15 +00:00 committed by John Smith
parent 8ffe3252a2
commit 9bf881baca

View file

@ -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