15.2. Creating an Application Snapshot

Create an application snapshot with the following command:
$ rhc snapshot save App_Name

Example 15.2. Creating an Application Snapshot

$ rhc snapshot save myapp
Pulling down a snapshot to myapp.tar.gz...
Creating and sending tar.gz

RESULT:
Success
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.