Created
January 29, 2010 20:13
-
-
Save whiteley/290071 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
aegir@aegir:~/drupal-6.15$ /var/aegir/drush/drush -d provision backup test.swipht.com | |
Drush bootstrap phase : _drush_bootstrap_drupal_root() [0.06 sec] [bootstrap] | |
Loading drushrc "/var/aegir/drupal-6.15/drushrc.php" into "drupal" scope. [0.06 sec] [bootstrap] | |
Initialized Drupal 6.15 root directory at /var/aegir/drupal-6.15 [0.08 sec] [notice] | |
Found command: provision backup [0.09 sec] [bootstrap] | |
Initializing drush commandfile: provision_apache [0.09 sec] [bootstrap] | |
Undefined index: base_url [0.09 sec] [notice] | |
Initializing drush commandfile: provision_drupal [0.09 sec] [bootstrap] | |
Initializing drush commandfile: provision_mysql [0.09 sec] [bootstrap] | |
Undefined index: db_url [0.09 sec] [notice] | |
Including /var/aegir/.drush/provision/platform/backup.provision.inc [0.09 sec] [bootstrap] | |
Including /var/aegir/.drush/provision/db_server/backup.provision.inc [0.09 sec] [bootstrap] | |
Drush bootstrap phase : _drush_bootstrap_drupal_site() [0.11 sec] [bootstrap] | |
Initialized Drupal site test.swipht.com at sites/test.swipht.com [0.11 sec] [notice] | |
Loading drushrc "/var/aegir/drupal-6.15/sites/test.swipht.com/drushrc.php" into "site" scope. [0.11 sec] [bootstrap] | |
Generating mysql dump for test.swipht.com. [0.12 sec] [backup] | |
mysqldump --defaults-file=/dev/fd/3 -rsites/test.swipht.com/database.sql site_341_0 [0.12 sec] [notice] | |
Undefined variable: indent [0.12 sec] [notice] | |
Executing: mysqldump --defaults-file=/dev/fd/3 -rsites/test.swipht.com/database.sql site_341_0 | |
Adding sites directory to /var/aegir/backups/test.swipht.com-20100129.120919.tar.gz [0.94 sec] [backup] | |
tar -C /var/aegir/drupal-6.15/sites/test.swipht.com -p -c -z -f /var/aegir/backups/test.swipht.com-20100129.120919.tar.gz . [0.94 sec] [notice] | |
Executing: tar -C /var/aegir/drupal-6.15/sites/test.swipht.com -p -c -z -f /var/aegir/backups/test.swipht.com-20100129.120919.tar.gz . [0.94 sec] [notice] | |
Deleted mysql dump from sites directory [1.17 sec] [message] | |
Drushrc file (sites/test.swipht.com/drushrc.php) was written successfully [1.17 sec] [notice] | |
Command dispatch complete [1.17 sec] [notice] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment