LoginSignup
5
5

More than 5 years have passed since last update.

dump先を標準出力に

Posted at

dumpコマンドでファイルシステムのバックアップを行う際、データを標準出力に向けるには'-'を指定する。

# dump -0f - /dev/sda1 > backup.dump

もちろん圧縮もできる。

# dump -0f - /dev/sda1 | gzip > backup.dump.gz

参照 - http://ryouto.jp/linux/linux_20.html

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