nxs-backup is an open-source console tool for Linux systems that simplifies creating backup copies of files and databases. It provides a straightforward interaction scenario, making it suitable for projects of any size with different infrastructure topologies. Whether you are a System Administrator, DevOps Engineer, or Developer, this tool helps safeguard your critical project data.
Its core capabilities include:
services:
nxs-backup:
image: nixyslab/nxs-backup:latest
container_name: nxs-backup
restart: unless-stopped
volumes:
- ./config:/etc/nxs-backup
- ./backups:/backups
- /var/run/docker.sock:/var/run/docker.sock:ro
- /:/host:ro# nxs-backup is primarily configured via its configuration file located in the mounted ./config directory (e.g., nxs-backup.conf).
# Add any specific environment variables required by your custom pre/post scripts or storage providers here.Auto-fetched about 22 hours ago
Auto-fetched about 22 hours ago