nautical-backup icon indicating copy to clipboard operation
nautical-backup copied to clipboard

A simple Docker volume backup tool.

Results 28 nautical-backup issues
Sort by recently updated
recently updated
newest added

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/Minituff/nautical-backup). ## Config Migration Needed - [ ]...

documentation

Hi there, I have created a simple nautical container to backup my docker containers but some containers are skipped, how can I find out why? Thanks

Hey there, Really enjoying nautical backup — awesome work! I was wondering if it could be configured to support Docker socket proxies by using the `DOCKER_HOST` environment variable. This change...

enhancement

Thanks for the software. Very handy. I am having an issue with rsync. According the log, my custom rsync label in Emby is being used to backup the volume. ```...

If this feature already Exists/Requested/Denied I didn't see it, sorry in advance. Also this is a cool project! ## General Idea It would be nice if we could tie in...

enhancement

Is it possible to configure so that backups are generated in two locations?

enhancement

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [docker/build-push-action](https://redirect.github.com/docker/build-push-action) | action | minor | `v6.8.0` -> `v6.9.0` | --- ### Release...

I get the following in my log file: ```console Backup Report - 2024-09-19 03:00:01.122325 2024-09-19 03:00:01.139351 - INFO: Starting backup... 2024-09-19 03:00:01.189656 - INFO: Processing 6 containers... 2024-09-19 03:00:01.236685 -...

So I have the following compose.yaml ```yaml services: app: image: 'jc21/nginx-proxy-manager:latest' container_name: nginx_proxy_manager_app restart: unless-stopped labels: nautical-backup.enable: true nautical-backup.group: npm ports: - '80:80' # HTTP - '81:81' # Admin UI...

Is it possible to run the container as a non-root user, specifically I want to run it as my host user either by passing `PUID` and `PGID` env vars or...

wontfix