2
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

【Docker Compose】RedmineをGoogleDriveで自動バックアップ環境を構築【Windows11】

Posted at

Introduction

Redmineをローカル環境で構築するとサーバーの費用などが不要であったり,自由度が高いなどメリットが多いのですが,やはり保守面が弱いですよね.たとえば,サーバーがいきない壊れた場合など対策をしていなければ一発でアウトです.しかし,バックアップ用のスクリプトを書くにしても書き出しと読み込みのスクリプトを書かなければならないなど結構面倒です.

そこで今回はなるべく簡単にバックアップ環境を構築しようと思います.ザックリいうとGoogleDriveをコンテナのマウントすることで自動的にバックアップを取ろうという考えです.また,今回もDocker-composeを使って秒速で環境を構築できます.

Updates!!

environment

  • Windows11
  • Google Drive

Quick Start

Reference site

2
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?