Duplicity: バックアップ&リストアツール


cleanup

duplicity cleanup --extra-clean --force file://./path/to/backup_dir

AWS S3対応

sudo pip install boto
export AWS_ACCESS_KEY_ID=****
export AWS_SECRET_ACCESS_KEY=****
export PASSPHRASE=****
# restore
duplicity restore s3+http://<S3 Bucket>/<path> ./<path>

Rackspace Cloudfiles対応

# rackspaceを使う場合
sudo pip install pyrax

# list
export CLOUDFILES_USERNAME=Your Username
export CLOUDFILES_APIKEY=API_KEY_YOU_GOT
export PASSPHRASE=The Passphrase for your encrypted backup

# backup status
duplicity collection-status cf+http://<Containers name>

# list
duplicity list-current-files cf+http://<Containers name>

# restore
duplicity restore cf+http://<Containers name> ./<Containers name>

インストール

sudo yum install duplicity --enablerepo=epel
sudo apt update
sudo apt install duplicity
sudo pip install --upgrade pip
sudo pip install --upgrade setuptools

トップ   編集 凍結 差分 バックアップ 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS
Last-modified: 2018-09-15 (土) 07:31:37