mirror of
https://github.com/netinvent/npbackup.git
synced 2025-11-11 14:42:37 +08:00
Update Changelog
This commit is contained in:
parent
3a9ce781b1
commit
e63fb7843a
1 changed files with 5 additions and 3 deletions
|
|
@ -14,11 +14,9 @@
|
||||||
- manages multiple repos with generic key (restic key add) or specified key
|
- manages multiple repos with generic key (restic key add) or specified key
|
||||||
|
|
||||||
## 3.0.0
|
## 3.0.0
|
||||||
!- Multi repository support (everything except repo URI can be inherited from groups)
|
|
||||||
- Major config file rewrite, now repo can inherit common settings from repo groups
|
- Major config file rewrite, now repo can inherit common settings from repo groups
|
||||||
!- Group settings for repositories
|
|
||||||
!- New operation planifier for backups / cleaning / checking repos
|
!- New operation planifier for backups / cleaning / checking repos
|
||||||
- Current backup state now shows more precise backup state, including last backup date when relevant
|
|
||||||
!- Implemented retention policies
|
!- Implemented retention policies
|
||||||
! - Optional time server update to make sure we don't drift before doing retention operations
|
! - Optional time server update to make sure we don't drift before doing retention operations
|
||||||
! - Optional repo check befoire doing retention operations
|
! - Optional repo check befoire doing retention operations
|
||||||
|
|
@ -35,6 +33,7 @@
|
||||||
- New viewer mode allowing to browse/restore restic repositories without any NPBackup configuation
|
- New viewer mode allowing to browse/restore restic repositories without any NPBackup configuation
|
||||||
!- Viewer can have a configuration file
|
!- Viewer can have a configuration file
|
||||||
- Multi repository support
|
- Multi repository support
|
||||||
|
- Group settings for repositories
|
||||||
!- Operation center
|
!- Operation center
|
||||||
-- GUI operation center allowing to mass execute actions on repos / groups
|
-- GUI operation center allowing to mass execute actions on repos / groups
|
||||||
!- CLI operation center via `--group-operation --repo-group=default_group`
|
!- CLI operation center via `--group-operation --repo-group=default_group`
|
||||||
|
|
@ -57,6 +56,8 @@
|
||||||
- All bytes units now have automatic conversion of units (K/M/G/T/P bits/bytes or IEC bytes)
|
- All bytes units now have automatic conversion of units (K/M/G/T/P bits/bytes or IEC bytes)
|
||||||
- Refactored GUI and overall UX of configuration
|
- Refactored GUI and overall UX of configuration
|
||||||
- New option --show-config to show inheritance in CLI mode (GUI has visual indicators)
|
- New option --show-config to show inheritance in CLI mode (GUI has visual indicators)
|
||||||
|
- Allow using external restic binary via --external-backend-binary parameter in CLI mode
|
||||||
|
|
||||||
## Fixes
|
## Fixes
|
||||||
- Default exit code is now worst log level called
|
- Default exit code is now worst log level called
|
||||||
- Show anonymized repo uri in GUI
|
- Show anonymized repo uri in GUI
|
||||||
|
|
@ -64,6 +65,7 @@
|
||||||
- Fix Google cloud storage backend detection in repository uri
|
- Fix Google cloud storage backend detection in repository uri
|
||||||
|
|
||||||
## Misc
|
## Misc
|
||||||
|
- Current backup state now shows more precise backup state, including last backup date when relevant
|
||||||
- Concurrency checks (pidfile checks) are now directly part of the runner
|
- Concurrency checks (pidfile checks) are now directly part of the runner
|
||||||
- Allow a 30 seconds grace period for child processes to close before asking them nicely, and than not nicely to quit
|
- Allow a 30 seconds grace period for child processes to close before asking them nicely, and than not nicely to quit
|
||||||
- Fully refactored prometheus metrics parser to be able to read restic standard or json outputs
|
- Fully refactored prometheus metrics parser to be able to read restic standard or json outputs
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue