When the backups are zipped it is including the entire worlds folder contents which includes the auto backups the server is doing itself in the zip files. This bloats the zipped backups that this container is doing.
Here is the line in question in valheim-backup
zip -r "$backup_file" "$WORLDS_DIR/"
Maybe it should just include the current db and fwl file?
Maybe a filter to not include files with backup in the name?
When the backups are zipped it is including the entire worlds folder contents which includes the auto backups the server is doing itself in the zip files. This bloats the zipped backups that this container is doing.
Here is the line in question in
valheim-backup
zip -r "$backup_file" "$WORLDS_DIR/"
Maybe it should just include the current
db
andfwl
file?Maybe a filter to not include files with
backup
in the name?