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
feat: refactor backup configuration path handling and add integration test coverage
- Move ConfigFile from /etc/eos/backup/config.yaml to /etc/eos/backup.yaml for operator consistency
- Add LegacyConfigFile (/etc/eos/backup/config.yaml) with backward-compatible read fallback
- Change PasswordDirPerm from 0500 to 0700 to support secure file creation/rotation
- Extract ResolveRepositoryName() helper to deduplicate default repository logic across list/restore/verify/update commands
- Add ResolveRepositoryName
0 commit comments