github nicotsx/zerobyte v0.4.0

latest releases: v0.20.0, v0.20.0-beta.2, v0.20.0-beta.1...
one month ago

⚠️ Breaking change:

Make sure to change your docker-compose.yml

services:
  ironmount:
    image: ghcr.io/nicotsx/ironmount:v0.4.0
    container_name: ironmount
    restart: unless-stopped
    cap_add:
      - SYS_ADMIN
    ports:
      - "4096:4096"
    devices:
      - /dev/fuse:/dev/fuse
    volumes:
      - /var/run/docker.sock:/var/run/docker.sock
      - /run/docker/plugins:/run/docker/plugins
+    - /proc:/host/proc:ro
+    - /var/lib/repositories/:/var/lib/repositories
-    - /var/lib/docker/volumes/:/var/lib/docker/volumes:rshared
+    - /var/lib/docker/volumes/:/var/lib/docker/volumes:rslave

      - ironmount_data:/data
      
volumes:
  ironmount_data:
    driver: local

This release adds:

  • Backups for every volume to a local repository or a remote S3 with fine grained control for scheduling and retention.
  • Manage your backups and restore individual files
image

This release fixes:

  • Mounts using /proc from host if available. This makes the propagation to host way more resilient than docker's rshared

Don't miss a new zerobyte release

NewReleases is sending notifications on new releases.