mirror of
https://github.com/borgbackup/borg.git
synced 2025-02-20 13:17:27 +00:00
updates CHANGES
This commit is contained in:
parent
ae63f3c686
commit
a65b7ec339
1 changed files with 23 additions and 2 deletions
|
@ -5,8 +5,8 @@ Version 1.0.0 (not released yet)
|
||||||
--------------------------------
|
--------------------------------
|
||||||
|
|
||||||
The major release number change (0.x -> 1.x) indicates bigger incompatible
|
The major release number change (0.x -> 1.x) indicates bigger incompatible
|
||||||
changes, please read the compatibility notes carefully and adapt / test your
|
changes, please read the compatibility notes, adapt / test your scripts and
|
||||||
scripts and carefully check your backup logs.
|
check your backup logs.
|
||||||
|
|
||||||
Compatibility notes:
|
Compatibility notes:
|
||||||
|
|
||||||
|
@ -14,6 +14,8 @@ Compatibility notes:
|
||||||
note: we provide binaries that include python 3.5.1 and everything else
|
note: we provide binaries that include python 3.5.1 and everything else
|
||||||
needed. they are an option in case you are stuck with < 3.4 otherwise.
|
needed. they are an option in case you are stuck with < 3.4 otherwise.
|
||||||
- change encryption to be on by default (using "repokey" mode)
|
- change encryption to be on by default (using "repokey" mode)
|
||||||
|
- moved keyfile keys from ~/.borg/keys to ~/.config/borg/keys,
|
||||||
|
you can either move them manually or run "borg upgrade <REPO>"
|
||||||
- remove support for --encryption=passphrase,
|
- remove support for --encryption=passphrase,
|
||||||
use borg migrate-to-repokey to switch to repokey mode, #97
|
use borg migrate-to-repokey to switch to repokey mode, #97
|
||||||
- remove deprecated "--compression <number>",
|
- remove deprecated "--compression <number>",
|
||||||
|
@ -61,6 +63,16 @@ Compatibility notes:
|
||||||
New features:
|
New features:
|
||||||
|
|
||||||
- borg migrate-to-repokey ("passphrase" -> "repokey" encryption key mode)
|
- borg migrate-to-repokey ("passphrase" -> "repokey" encryption key mode)
|
||||||
|
- implement --short for borg list REPO, fixes #611
|
||||||
|
- implement --list for borg extract (consistency with borg create)
|
||||||
|
- borg serve: overwrite client's --restrict-to-path with ssh forced command's
|
||||||
|
option value (but keep everything else from the client commandline), #544
|
||||||
|
- use $XDG_CONFIG_HOME/keys for keyfile keys (~/.config/borg/keys), #515
|
||||||
|
- "borg upgrade" moves the keyfile keys to the new location
|
||||||
|
|
||||||
|
Bug fixes:
|
||||||
|
|
||||||
|
- normalize trailing slashes for the repository path, #606
|
||||||
|
|
||||||
Other changes:
|
Other changes:
|
||||||
|
|
||||||
|
@ -78,6 +90,15 @@ Other changes:
|
||||||
- use "mock" library from stdlib, #145
|
- use "mock" library from stdlib, #145
|
||||||
- remove borg.support (with non-broken argparse copy), it is ok in 3.4+, #358
|
- remove borg.support (with non-broken argparse copy), it is ok in 3.4+, #358
|
||||||
- Vagrant: copy CHANGES.rst as symlink, #592
|
- Vagrant: copy CHANGES.rst as symlink, #592
|
||||||
|
- cosmetic code cleanups, add flake8 to tox/travis, #4
|
||||||
|
- docs / help:
|
||||||
|
|
||||||
|
- make "borg -h" output prettier, #591
|
||||||
|
- slightly rephrase prune help
|
||||||
|
- add missing example for --list option of borg create
|
||||||
|
- quote exclude line that includes an asterisk to prevent shell expansion
|
||||||
|
- fix dead link to license
|
||||||
|
- delete Ubuntu Vivid, it is not supported anymore (EOL)
|
||||||
|
|
||||||
|
|
||||||
Version 0.30.0
|
Version 0.30.0
|
||||||
|
|
Loading…
Reference in a new issue