docs: update immich_backup
This commit is contained in:
parent
8ffe3252a2
commit
9bf881baca
1 changed files with 2 additions and 2 deletions
|
|
@ -2,7 +2,7 @@
|
||||||
title: Immich Backup and Restore
|
title: Immich Backup and Restore
|
||||||
description: Immich backup with Kopia
|
description: Immich backup with Kopia
|
||||||
published: true
|
published: true
|
||||||
date: 2026-02-14T03:54:27.661Z
|
date: 2026-02-14T16:43:05.659Z
|
||||||
tags:
|
tags:
|
||||||
editor: markdown
|
editor: markdown
|
||||||
dateCreated: 2026-02-14T03:14:32.594Z
|
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"
|
UPLOAD_LOCATION="/srv/immich/library"
|
||||||
|
|
||||||
if [ -d "${UPLOAD_LOCATION}" ]; then
|
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}] 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"
|
echo "[${BACKUP_DATE}] Kopia will backup library files directly (no tar, better deduplication)" | tee -a "$LOG_FILE"
|
||||||
else
|
else
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue