Jan Brinkmann
Jan Brinkmann
This allows to transfer backups by means of `ftp`. The respective environmetal variables to configure `ftp` backups are added to the documentation. Also an exemplary `docker-compose.yml` is added.
This allows to configure the port on which the SCP host is listening by means of environmental variable `SCP_PORT`. The default value of `SCP_PORT` is the default SSH port `22`....
Recently, I noticed that the docker command is not available anymore when using it in `POST_BACKUP_COMMAND`: ``` /root/backup.sh: line 151: docker: command not found ``` @varhub, @jareware, is this in...
Currently, there is a bug or, let's say, undesirable behavior when `docker.sock` is mounted. This will fix it: When `docker.sock` is mounted (e.g., if you like to trigger `docker-rotate-backups` by...
Hey @jareware, things addressing rotate backups got a little bit messy. That's why I open this issue to summarize what we currently have and to discuss what we want to...
ARM images
Hi, is there a reason why there are no ARM images? I have just cloned the repository and built Docker images on a Raspberry Pi 2 (ARMv7) and a Raspberry...
Cheers, this is a bug report: **Expected Behavior** When one runs rotate-backups with flag `hourly=0`, all hourly backups will be removed. **Observed Behavior** When one runs rotate-backups with flag `hourly=0`,...