What's Changed * Add action to create new a new version by ASDFGamer in https://github.com/d3kad3nt/rsnapshot-docker-compose-backup/pull/10 * Add Package to manually created releases by ASDFGamer in https://github.com/d3kad3nt/rsnapshot-docker-compose-backup/pull/12 * Support all (four) valid names for compose files by ASDFGamer in https://github.com/d3kad3nt/rsnapshot-docker-compose-backup/pull/13 * Fix a Bug that would lead to non deterministic sorting of the backup entries by ASDFGamer in https://github.com/d3kad3nt/rsnapshot-docker-compose-backup/commit/6b404dec7b5809fb7698f35ed58ca964f8e235eb
New Contributors * ASDFGamer made their first contribution in https://github.com/d3kad3nt/rsnapshot-docker-compose-backup/pull/10
This version adds two new features: - Automatic detection of used docker-compose variant ("docker compose" or "docker-compose") - Config option to log timestamps
0.9.4
This Version fixes only the issue, that the order of the output could change in different runs. This had no functional impact, but could be a issue, if the script output was backed up or the output of rsnapshot is parsed
0.9.3
This release contains the following fixes and improvements: - Remove unneccessary line breaks in the default global configuration file - Improve naming of config sections in the default global configuration file - Fix backing up the STDERR output of docker container logs - Add python3 shebang line to released files
0.9.2
This release fixes a Bug with the $backupPrefixFolder Variable and adds the cli Option -c/--config that can be used to give a root config file that is in a location that isn't the standard.
0.9.1
This adds the .vars section to the config file where variables can be defined and add the var $containerID. It also changes the name of the var $containerName to $serviceName