backup : excludes moar
excluding cache here and there
This commit is contained in:
parent
90dfe22fa1
commit
da3386bffa
2 changed files with 3 additions and 3 deletions
|
|
@ -6,7 +6,7 @@ echo "docker compose stop"
|
|||
docker compose -f /config/compose.yaml stop
|
||||
|
||||
echo "rsync /config"
|
||||
rsync -avuz /config/ $DestDir
|
||||
rsync -avuz --exclude "/config/jellyfin/cache/" /config/ $DestDir
|
||||
|
||||
echo "rsync immich"
|
||||
rsync -avuz /media/Seagate/immich /media/Seagate/backups/immich
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue