resticprofile
resticprofile copied to clipboard
Logs show 'initializing repository' even though 'initialize: false' is set in profile
2025/06/10 09:58:51 using configuration file: profiles.yaml
2025/06/10 09:58:51 profile 'borgbase': initializing repository (if not existing)
2025/06/10 09:58:52 profile 'borgbase': starting 'snapshots'
borgbase:
repository: rest:https://xxx:[email protected]
password-file: master.key
initialize: false
Are you using inheritance? or maybe set initialize in the global section?
It looks like a bug, I'll look into it 😢