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

Portainer Backup Utility

Results 20 portainer-backup issues
Sort by recently updated
recently updated
newest added

hi all, i'd really like to try and get this working but I'm running into a bit of a wall. Whatever I try, I'm unable to connect to portainer. Firstly,...

HI, I was hoping to use your create little utility to run nightly backups of my portainer server, but it gives me the following error. Do you only support http...

Thank you for your work and your time. It would be nice to have an option to keep only specified number of backups. To use with: --filename "portainer-backup-{{DATE}}.tar.gz"

Reordered the steps in the Dockerfile to order in terms of variability between builds. Should make the build take much less time.

closes SavageSoftware/portainer-backup#11

When using the docker-compose workflow at the bottom of the portainer-backup readme, no backup is generated by cron job. The following error can be seen in the container logs: ```...

Thanks so much for this software - I've been looking for something like this for a very long time. Is it possible to do a stacks only backup with the...

![image](https://user-images.githubusercontent.com/8555749/227659373-9c2757af-1d4e-4b5c-bbe2-db6a35983afa.png) On the above example, the compose folder contains one folder for each compose stack, but they all are identified as numbers. These should, instead, have the stack name in...

I use Portainer with multiple environments, and some stack names are the same between them. This causes the script to not backup all stacks, because it overwrites the yml files...

Was having trouble testing my scheduled docker container. After some playing around, it seems the correct command is: docker exec portainer-backup npm run backup In case you want to update...