1
1

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 5 years have passed since last update.

リメイク : VirtualBoxのVMをライブ/オンライン/無停止バックアップするスクリプト

1
Last updated at Posted at 2020-11-25

VirtualBoxを止めずにバックアップをとりたい! と私も思った

VirtualBoxのVMをライブ/オンライン/無停止バックアップするスクリプト
Qiita https://qiita.com/miyanaga/items/39c19f1aa1171b2b402e

miyanaga@vbox-live-backup
https://github.com/miyanaga/vbox-live-backup

がそのままだと自宅のcentos8サーバ上でうまく稼働しない
(どーも vbox コマンドが先に入っているとshell内でのエイリアス宣言とカブる)
のでリメイクなどする。

した

tknr@vbox-live-backup
https://github.com/tknr/vbox-live-backup

crontab例

手動起動確認したのでcrontabに引っ掛けた。(以下はcrontab記入例)

0 6 * * 0 /bin/nice -n 19 /bin/bash /usr/local/bin/vbox-backup-all /home/tknr/Documents/Backup/vm/
1
1
1

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
1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?