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
root@stats ~ # docker compose --file /opt/docker/netbox/docker-compose.yml exec -T netbox tar c -jf - -C /opt/netbox/netbox/media ./ > /opt/docker/netbox/media-backup_borg.tar.bz2
/bin/sh: 1: bzip2: not found
tar: -: Cannot write: Broken pipe
tar: Child returned status 127
tar: Error is not recoverable: exiting now
root@stats ~ #
Expected Behavior
I see two options:
add bzip2 to the image. This would allow people to do backups as they are used to and it's less likely that people end up not having backups because they didn't notice that their backup failed.
Current Behavior
I'm basically using the command sugested inside the Wiki for backing up the media folder. Hoewer, it's failing since the second to last update:
Expected Behavior
I see two options:
bzip2
to the image. This would allow people to do backups as they are used to and it's less likely that people end up not having backups because they didn't notice that their backup failed.Docker Compose Version
Docker Compose version v2.0.1
Docker Version
The git Revision
ebda466
The git Status
Startup Command
docker compose up -d
NetBox Logs
Content of docker-compose.override.yml
not relevant
The text was updated successfully, but these errors were encountered: