このコンテンツは選択した言語では利用できません。
15.2. Creating an Application Snapshot
Create an application snapshot with the following command:
Copy to Clipboard
Copied!
Toggle word wrap
Toggle overflow
rhc snapshot save App_Name
$ rhc snapshot save App_Namerhc snapshot save App_Name
Example 15.2. Creating an Application Snapshot
The command prompts for any required information. The default filename for the snapshot is
$App_Name.tar.gz
and is created in your current directory. Choose a different filename or file path by using the --filepath
option to override the defaults.