Backupper

command module
v0.0.0-...-144a316 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 30, 2023 License: MIT Imports: 8 Imported by: 0

README

Backupper

Application to backup all your files and databases and store them securely.

Configuration

Edit config.json

  • Add files, databases to backup
  • add destination where you want to save your file: s3, sftp etc.
Config example
{
  "files": [
    "path/to/file1",
    "path/to/file2",
    "path/to/file3"
  ],
  "DBs": [
    {
      "type": "mysql",
      "connString": "mysql://user:pass@host:port/dbname",
      "dbNames": [
        "dbname1",
        "dbname2",
        "dbname3"
      ]
    },
    {
      "type": "mysql",
      "connString": "mysql://user:pass@host:port/dbname",
      "dbNames": [
        "dbname1",
        "dbname2",
        "dbname3"
      ]
    }
  ]
}
DBs support
  • MySQL
  • PostgreSQL
Destination support
  • S3
  • sFTP/FTP
  • Samba
Compression support
  • gzip

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL