GoBackupGoBackupHomeHomeReleasesReleases (opens in a new tab)
GitHubGitHub (opens in a new tab)
  • Home

  • Installation
  • Getting Started
  • Use Docker
  • Schedule

  • Configuration
    • Overview
    • Databases
      • MySQL
      • PostgreSQL
      • MongoDB
      • Microsoft SQL Server
      • Redis
      • SQLite
    • Archive
    • Storages
      • Overview
      • Local
      • FTP
      • SFTP
      • SCP
      • WebDAV
      • AWS S3
      • Aliyun OSS
      • Google Cloud Storage
      • Azure Blob Storage
      • Cloudflare R2
      • DigitalOcean Spaces
      • Backblaze B2
      • QCloud COS
      • UCloud US3
      • Qiniu Kodo
      • Baidu BOS
      • MinIO
      • Huawei OBS
    • Compressor
      • Tar
    • Encryptor
      • OpenSSL
    • Splitter
    • Notifiers
      • Overview
      • Mail
      • Webhook
      • Discord
      • Slack
      • Telegram
      • GitHub
      • DingTalk
      • Feishu
      • AWS SES
      • Postmark
      • Sendgrid
  • Home
  • Home
  • Releases
    (opens in a new tab)

  • Installation
  • Getting Started
  • Use Docker
    • Usage
  • Schedule

  • Configuration
    • Overview
    • Databases
      • Databases
      • MySQL
      • PostgreSQL
      • MongoDB
      • Microsoft SQL Server
      • Redis
      • SQLite
    • Archive
    • Storages
      • Overview
      • Local
      • FTP
      • SFTP
      • SCP
      • WebDAV
      • AWS S3
      • Aliyun OSS
      • Google Cloud Storage
      • Azure Blob Storage
      • Cloudflare R2
      • DigitalOcean Spaces
      • Backblaze B2
      • QCloud COS
      • UCloud US3
      • Qiniu Kodo
      • Baidu BOS
      • MinIO
      • Huawei OBS
    • Compressor
      • Tar
    • Encryptor
      • OpenSSL
    • Splitter
    • Notifiers
      • Overview
      • Mail
      • Webhook
      • Discord
      • Slack
      • Telegram
      • GitHub
      • DingTalk
      • Feishu
      • AWS SES
      • Postmark
      • Sendgrid

On This Page

  • Usage
Edit this page
Use Docker

GoBackup Docker

We builded a Docker image for GoBackup. You can use it to run GoBackup in a container.

Usage

Create gobackup.yml in ./gobackup folder.

mkdir gobackup
touch gobackup/gobackup.yml

Run GoBackup in Docker.

VERSION=v2.0.0
 
docker run -d --name gobackup \
  -v $(pwd)/gobackup:/etc/gobackup \
  -p 2703:2703 \
  huacnlee/gobackup:$VERSION

Now can access GoBackup Web UI at http://127.0.0.1:2703 (opens in a new tab).

Getting StartedSchedule

MIT 2023 © Nextra.