You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add compose project name to generated rsnapshot configuration (#28)
Alter generated rsnapshot configuration. As service names are not
unique, this change helps identifying the container and compose project
for which the rsnapshot configuration is generated.
Before:
```
#Start app-1
#runtime_backup
[...]
#Start app-1
#runtime_backup
[...]
```
After:
```
##Start backup for compose project wikicomposeProj1 - service app-1
#runtime_backup
[...]
##Start backup for compose project wikicomposeProj2 - service app-1
#runtime_backup
[...]
```
---------
Co-authored-by: Christoph Wildhagen <git@christoph-wildhagen.de>
0 commit comments