gobackup

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

MIT License

Stars
1.3K
Committers
19

Bot releases are visible (Hide)

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)

gobackup - 0.4.0

Published by huacnlee about 7 years ago

Changelog

4f54de1 Add MongoDB database support.
4f54de1 Add database name part into dump path.
8e3b33e Return error when helper.Exec check command not found
a7b1ccf Fix helper.Exec with multiple space between args

gobackup - 0.3.1

Published by huacnlee about 7 years ago

Changelog

5e041e2 Fix duplicate database range log


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

gobackup -

Published by huacnlee about 7 years ago

  • Add Aliyun OSS storage type.
gobackup -

Published by huacnlee about 7 years ago

  • Add Amazon S3 storage support.
gobackup -

Published by huacnlee about 7 years ago

  • Multiple models support.
  • Add SCP storage support.
  • Add PostgreSQL database.
  • Add Archive feature to archive file and paths.