Skip to content

Commit

Permalink
add backup instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
quantombone committed Jan 16, 2015
1 parent 3b22e8a commit fdb7951
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ Or download the shell script directly: https://raw.githubusercontent.com/VISIONA
(This is done automatically the first time you start vmx)
update TAG: Update your vmx (will stop vmx first). TAG must be
"latest" or "dev", defaults to "latest"
backup: Backup your vmx data (models, session logs, config file)
backup BACKUP: Backup your vmx data (models, session logs,
config file) to folder BACKUP
##Example:
Run vmx on port 3000
Expand All @@ -30,7 +31,7 @@ Or download the shell script directly: https://raw.githubusercontent.com/VISIONA

$ ./vmx stop

Backup your data to /Users/tomasz/projects/vmx-docker-manager/.vmx-backup/
Backup your data to vmx-docker-manager/.vmx-backup/

$ ./vmx backup

Expand Down
2 changes: 2 additions & 0 deletions vmx
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ usage () {
echo " (This is done automatically the first time you start vmx)"
echo " update TAG: Update your vmx (will stop vmx first)"
echo " backup: Backup your vmx data (models, session logs, config file)"
echo " restore BACKUP: Restore models/logs/config from folder BACKUP"
echo " "
echo "Examples:"
echo " - Run vmx on port 3000"
echo " $ ./vmx start 3000"
Expand Down

0 comments on commit fdb7951

Please sign in to comment.