From a551aed15769307f57d47c39d1dbc48ea83a96ae Mon Sep 17 00:00:00 2001 From: Julien Lutran Date: Tue, 25 Aug 2026 13:07:41 +0200 Subject: [PATCH] restic-backup: generic exclude file name Co-Authored-By: Claude Fable 5 --- ks4/restic-backup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ks4/restic-backup.md b/ks4/restic-backup.md index f43a49f..24f13dc 100644 --- a/ks4/restic-backup.md +++ b/ks4/restic-backup.md @@ -85,7 +85,7 @@ Nextcloud's `appdata_*/preview` (and `dav-photocache`) are regenerable caches holding a large fraction of the 500k files: ``` -# /root/scripts/restic-nextcloud-exclude +# /root/scripts/restic-exclude /var/lib/incus/storage-pools/data/containers/nextcloud/rootfs/nextcloud/data/appdata_*/preview /var/lib/incus/storage-pools/data/containers/nextcloud/rootfs/nextcloud/data/appdata_*/dav-photocache ```