这是indexloc提供的服务,不要输入任何密码
Skip to content

Tags: offen/docker-volume-backup

Tags

v2.36.0-alpha.4

Toggle v2.36.0-alpha.4's commit message
Improve logging

v2.36.0-alpha.3

Toggle v2.36.0-alpha.3's commit message
Inline handling of in-swarm container level restart

v2.36.0-alpha.2

Toggle v2.36.0-alpha.2's commit message
Add additional check if all containers have been removed

v2.36.0-alpha.1

Toggle v2.36.0-alpha.1's commit message
Document script behavior on label collision

v2.35.0

Toggle v2.35.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add method for converting object to JSON in template (#319)

* Add method for converting object to JSON in template

* Split  to ,

* Rename toJson function

v2.34.0

Toggle v2.34.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Performance optimization for sshStorage (#313)

* Performance optimization for sshStorage

* go fmt

v2.33.2

Toggle v2.33.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Pruning method logs nonsensical configuration values (#301)

* Pruning method logs nonsensical configuration values

* Adjust test assertion about log output

v2.33.1

Toggle v2.33.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Error message on demultiplexing command output receives bad error arg (

…#295)

v2.33.0

Toggle v2.33.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Replace Gzip with PGzip (#266)

* Replace Gzip with optimized PGzip. Add concurrency option.

* Add shortened timeout for 'dc down' too.

* Add NaturalNumberZero to allow zero.

* Add test for concurrency=0

* Rename to GZIP_PARALLELISM

* Fix block size. Fix compression level. Fix CI.

* Refactor compression writer fetching. Renamed WholeNumber

v2.32.0

Toggle v2.32.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Support _FILE based configuration values (#264)

* Replace envconfig with env

* Adjust config options and processing

* Added _FILE variant for all password vars.

* Try pathenvconfig

* Revert everything so far

* Use our fork of envconfig with custom lookup

* Use our fork of envconfig with custom lookup

* Test compose timeout option

* Remove secret resolving and specific _FILE config

* Fix timing issue in swarm tests

* Revert "Test compose timeout option"

This reverts commit ab50b21, reversing
changes made to 0282514.

Revert "Test compose timeout option"

This reverts commit 0282514.

* Use offen/envconfig v1.5.0

* Add info about _FILE in README

* Value > File. Panic on file error. Panic on duplicate presence.

* Test panic on duplicate vars and panic on file error.