mirror of
https://github.com/octoleo/restic.git
synced 2024-11-29 16:23:59 +00:00
init: Enable compression support by default
This commit is contained in:
parent
ab49c14621
commit
92816fa966
@ -23,7 +23,7 @@ const MaxRepoVersion = 2
|
|||||||
|
|
||||||
// StableRepoVersion is the version that is written to the config when a repository
|
// StableRepoVersion is the version that is written to the config when a repository
|
||||||
// is newly created with Init().
|
// is newly created with Init().
|
||||||
const StableRepoVersion = 1
|
const StableRepoVersion = 2
|
||||||
|
|
||||||
// JSONUnpackedLoader loads unpacked JSON.
|
// JSONUnpackedLoader loads unpacked JSON.
|
||||||
type JSONUnpackedLoader interface {
|
type JSONUnpackedLoader interface {
|
||||||
|
Loading…
Reference in New Issue
Block a user