gobackup

🗄 CLI tool for backup your databases, files to cloud storages in schedully.

MIT License

Stars
1.3K
Committers
19

Bot releases are hidden (Show)

gobackup - v2.4.0

Published by huacnlee over 1 year ago

What's New

  • Add Volcengine TOS storage support: type: tos.
  • Update Aliyun OSS forcePathStyle default to false, try fix #158.
  • Add force_path_style option for S3 compatibility storages.
  • Fix error log when used unsupported storage type.
gobackup - v2.3.0

Published by huacnlee over 1 year ago

What's Changed

  • Add Huawei OBS storage support.
  • Add to supports watch config changes to reload. #163

Other Changes

  • Print a warning when access_key_id or secret_access_key is empty.

Full Changelog: https://github.com/gobackup/gobackup/compare/v2.2.0...v2.3.0

gobackup - v2.2.0

Published by huacnlee over 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/gobackup/gobackup/compare/v2.1.0...v2.2.0

gobackup - 0.8.2

Published by huacnlee almost 5 years ago

Changelog

82fbe0a Install script support root user;
1ac6f38 Fix #49 ftp.host config support ftp:// case;

gobackup - 0.8.1

Published by huacnlee about 5 years ago

Changelog

270e934 Fix #45 of cleaning up multiple tasks in parallel
790ade3 OSS upload threads upto 100

gobackup - 0.8.0

Published by huacnlee over 5 years ago

Changelog

  • Change OSS upload partSize to 1 Mb, and default use 1 threads;
  • Add threads config for OSS, default: 1, allow: 1..10;
gobackup - 0.7.3

Published by huacnlee over 5 years ago

Changelog

3aafd28 Fixed the Archive exclude option not work

gobackup - 0.7.2

Published by huacnlee about 6 years ago

Changelog

6f33474 fix ssh: must specify HostKeyCallback error #25

gobackup - 0.7.1

Published by huacnlee over 6 years ago

Changelog

305285e Fix 'Unmarshal cycler.json failed' on first time run #24

gobackup - 0.7.0

Published by huacnlee over 6 years ago

Changelog

  • Separate cycler for each model #21
gobackup - 0.6.2

Published by huacnlee over 6 years ago

Changelog

  • Fix #20 ensure to cleanup all backup temp files.
gobackup - 0.6.1

Published by huacnlee almost 7 years ago

Changelog

0fe1a80 Fix MySQL dump additional_options error (#12)

gobackup - 0.6.0

Published by huacnlee about 7 years ago

Changelog

94efde4 Add keep option for store_with, for setup how many backup files you want keep.
94efde4 Make sure to create directory when SCP remove path does not exist.
4928dc1 Change storage interface to open/close.
f19b7bc Refactor with OOP style.

gobackup - 0.5.4

Published by huacnlee about 7 years ago

Changelog

b778d1d Use local time zone for logger

gobackup - 0.5.3

Published by huacnlee about 7 years ago

Changelog

1967b6c Add Encryptor pipeline, and include OpenSSL encrypt type.
72dffc9 Install script both for macOS and Linux
68ed363 Change Compressor file path for fix that "file changed as we read it" bug.
e060f1b Add --ignore-failed-read option for tar command.

gobackup - 0.4.5

Published by huacnlee about 7 years ago

Changelog

  • Fix release binary with remove debug info.
gobackup - 0.4.4

Published by huacnlee about 7 years ago

Changelog

b8fdc27 Fix SCP out of memory error by using io.Copy (#9)

gobackup - 0.4.3

Published by huacnlee about 7 years ago

Changelog

  • Fix Archive to ensure create tmp dir. (#6)
  • Fix pg_dump password set for PostgreSQL. (#7)
  • Build by Go 1.9.1
gobackup - 0.4.2

Published by huacnlee about 7 years ago

Changelog

2c2338b Fix exec shell with special chars in password.
51049de Fix Redis sync mode, do not fail with rdb_path check.
7107898 Fix #5 skip archive when config not set.


Automated with @goreleaser
Built with go version go1.9 darwin/amd64

gobackup - 0.4.1

Published by huacnlee about 7 years ago

Changelog

aee2cbb MongoDB default host: 127.0.0.1, port: 27017
79ec4a8 Allow additional_options for mysqldump options. (#4)