4.2. Ansible Automation Platform 인스턴스를 백업
현재 환경의 콘텐츠 및 구성을 저장하는 backup_dir
플래그와 함께 .setup.sh
스크립트를 실행하여 기존 Ansible Automation Platform 인스턴스를 백업합니다.
-
ansible-tower-setup-latest
디렉터리로 이동합니다. 아래 예에 따라
./setup.sh
스크립트를 실행합니다.$ ./setup.sh -e ‘backup_dir=/ansible/mybackup’ -e ‘use_compression=True’ @credentials.yml -b 12
백업에 성공하면 /ansible/mybackup/tower-backup-latest.tar.gz
에 백업 파일이 생성됩니다.
이 백업은 나중에 이전 인스턴스에서 새 인스턴스로 콘텐츠를 마이그레이션하는데 필요합니다.