NethServer / dev

NethServer issue tracker
https://github.com/NethServer/dev/issues
63 stars 20 forks source link

Predictable Restic container name during backup #6819

Closed stephdl closed 5 months ago

stephdl commented 5 months ago

Log excerpt, with Restic random container names:

2023-11-21T01:03:07+01:00 [1:mattermost1:restic-mattermost1-1272610] done
2023-11-21T01:05:07+01:00 [1:mattermost1:restic-mattermost1-1272610] {"total_size":350,"total_file_count":3,"snapshots_count":15}
2023-11-21T01:06:12+01:00 [5:mail8:restic-mail8-3299551]
2023-11-21T01:06:12+01:00 [5:mail8:restic-mail8-3299551] Files:        7656 new,   380 changed, 5256979 unmodified
2023-11-21T01:06:12+01:00 [5:mail8:restic-mail8-3299551] Dirs:            0 new,  1298 changed, 10432 unmodified
2023-11-21T01:06:12+01:00 [5:mail8:restic-mail8-3299551] Added to the repository: 1.418 GiB (350.124 MiB stored)
2023-11-21T01:06:12+01:00 [5:mail8:restic-mail8-3299551]

Use a predictable container name during Restic backups.

[ns8 crash course]

DavidePrincipi commented 5 months ago

Invalid

Issue not reproducible, it was already fixed as described here:

https://github.com/NethServer/ns8-core/pull/548#issuecomment-1883335922