You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?The text was updated successfully, but these errors were encountered: