README.md in bonethug-0.0.20 vs README.md in bonethug-0.0.21

- old
+ new

@@ -58,10 +58,19 @@ `bonethug watch [coffee_sass]` +**Trigger Backup on Local Copy** + +*Uses astrails-safe to make a backup using the .bonethug/backup.rb file. Uses +the info contained in cnf.yml* + +`bonethug backup {development|staging|production}` + + + ### Remote Commands For these commands to work you need to have the desired host already added to your known hosts file: ~/.ssh/known_hosts which means you can either connect to the host first, manually add it or switch off the checking by adding the @@ -79,11 +88,22 @@ **Setup and Deploy to Remote Server** *This wraps mina and deploys using the information contained in cnf.yml* -`bonethug setup {develoment|staging|production}` -`bonethug deploy {develoment|staging|production}` +`bonethug setup {development|staging|production}` +`bonethug deploy {develoment|staging|production}` + + + +**Trigger a Backup from the Remote Server** + +*This wraps mina and runs the backup task in the bonethug deploy.rb file. Uses +the info contained in cnf.yml* + +`bonethug remote-backup {develoment|staging|production}` + + Contributing ------------