/[drupal]/contributions/modules/provision/platform/backup.provision.inc
ViewVC logotype

Log of /contributions/modules/provision/platform/backup.provision.inc

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Tag:

Revision 1.22 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 26 20:59:02 2009 UTC (4 weeks, 3 days ago) by anarcat
Branch: MAIN
CVS Tags: DRUPAL-6--0-4-ALPHA3, HEAD
Changes since 1.21: +6 -1 lines
Diff to previous 1.21
#529348 - make disable work even when the site doesn't exist

Revision 1.21 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 22 22:31:22 2009 UTC (5 weeks ago) by anarcat
Branch: MAIN
Changes since 1.20: +6 -1 lines
Diff to previous 1.20
#559454 - backup using gzip only when relevant

Revision 1.20 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 22 22:31:15 2009 UTC (5 weeks ago) by anarcat
Branch: MAIN
Changes since 1.19: +2 -2 lines
Diff to previous 1.19
include the time in the backup file so we know when the backup was done, regardless of the timestamp

Revision 1.19 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 22 22:08:09 2009 UTC (5 weeks ago) by anarcat
Branch: MAIN
Changes since 1.18: +8 -20 lines
Diff to previous 1.18
don't run gzip as a separate process
this improves performance radically on big backups

Revision 1.18 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Aug 13 11:44:05 2009 UTC (3 months, 2 weeks ago) by adrian
Branch: MAIN
CVS Tags: DRUPAL-6--0-3, DRUPAL-6--0-3-RC3, DRUPAL-6--0-3-RC4, DRUPAL-6--0-4-ALPHA1, DRUPAL-6--0-4-ALPHA2
Changes since 1.17: +1 -1 lines
Diff to previous 1.17
Set the umask in the settings.php file, so that directories created by the web server remain writable. Also chmod on the files directory is no longer generating an error. This is a critical issue that stopped verification, deleting and migration of any site with imagecache enabled. namely all open atrium sites. also fix #533034

Revision 1.17 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jul 27 17:12:02 2009 UTC (4 months ago) by anarcat
Branch: MAIN
Changes since 1.16: +1 -1 lines
Diff to previous 1.16
#529348 - do not failed disabling broken sites

Revision 1.16 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jun 30 01:28:53 2009 UTC (4 months, 4 weeks ago) by adrian
Branch: MAIN
CVS Tags: DRUPAL-6--0-3-RC1, DRUPAL-6--0-3-RC2
Changes since 1.15: +1 -1 lines
Diff to previous 1.15
Added chmod_recursive, chown_recursive and chgrp_recursive to provision_path, and also added -p to the tarball creation and extraction, to preserve permissions.

Revision 1.15 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jun 9 21:24:30 2009 UTC (5 months, 2 weeks ago) by anarcat
Branch: MAIN
CVS Tags: DRUPAL-6--0-2
Changes since 1.14: +1 -1 lines
Diff to previous 1.14
when doing backups, don't use '*' as a pattern because that's relative to the current directory, use .

Revision 1.14 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jun 9 21:22:36 2009 UTC (5 months, 2 weeks ago) by anarcat
Branch: MAIN
Changes since 1.13: +1 -1 lines
Diff to previous 1.13
when doing backups, do not use a seperate command to cd, tell tar to use that directory instead. this will make sure that the command doesn't succeed if the source directory doesn't exist

Revision 1.13 - (view) (download) (as text) (annotate) - [select for diffs]
Thu May 28 20:18:07 2009 UTC (5 months, 4 weeks ago) by anarcat
Branch: MAIN
Changes since 1.12: +2 -1 lines
Diff to previous 1.12
internally strip out .gz suffix of provided backup_file so that we compress it properly later

Revision 1.12 - (view) (download) (as text) (annotate) - [select for diffs]
Thu May 28 19:41:09 2009 UTC (5 months, 4 weeks ago) by anarcat
Branch: MAIN
Changes since 1.11: +1 -1 lines
Diff to previous 1.11
properly set the backup file if provided on the commandline, this was breaking manual backups

Revision 1.11 - (view) (download) (as text) (annotate) - [select for diffs]
Mon May 11 19:10:20 2009 UTC (6 months, 2 weeks ago) by anarcat
Branch: MAIN
CVS Tags: DRUPAL-6--0-2-BETA1, DRUPAL-6--0-2-RC1
Changes since 1.10: +1 -1 lines
Diff to previous 1.10
add a new --force flag for backups that allows disable and delete to skip error checking

Closes: #458250

Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Thu May 7 22:04:30 2009 UTC (6 months, 2 weeks ago) by adrian
Branch: MAIN
Changes since 1.9: +3 -3 lines
Diff to previous 1.9
#456622 - ensure that drush_invoke operates in a clean namespace and does not mistake drupal hooks as its own. Check the issue for the conversion script.

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Thu May 7 17:18:36 2009 UTC (6 months, 3 weeks ago) by anarcat
Branch: MAIN
Changes since 1.8: +1 -1 lines
Diff to previous 1.8
correctly report the site as *not* found if not installed

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 6 17:45:54 2009 UTC (7 months, 3 weeks ago) by adrian
Branch: MAIN
CVS Tags: DRUPAL-5--0-2-ALPHA1
Changes since 1.7: +1 -1 lines
Diff to previous 1.7
Move to drush_invoke instead of provision_invoke

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Mar 26 01:40:40 2009 UTC (8 months ago) by anarcat
Branch: MAIN
Changes since 1.6: +4 -4 lines
Diff to previous 1.6
follow the error API changes, see #411822

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Mar 24 16:52:35 2009 UTC (8 months ago) by adrian
Branch: MAIN
Changes since 1.5: +4 -2 lines
Diff to previous 1.5
#411822 - refactor to use drush_bootstrap. This also should fix #408810.

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Mar 20 16:13:24 2009 UTC (8 months, 1 week ago) by adrian
Branch: MAIN
Changes since 1.4: +17 -13 lines
Diff to previous 1.4
#407334 - Refactor to use the drush_context API instead of passing a reference to the $args global

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Feb 22 23:11:24 2009 UTC (9 months ago) by adrian
Branch: MAIN
Changes since 1.3: +1 -1 lines
Diff to previous 1.3
#374797 - move to drush_log and drush_set_error. Tackle all the PROVISION_*_ERROR constants

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Feb 22 22:43:57 2009 UTC (9 months ago) by adrian
Branch: MAIN
Changes since 1.2: +3 -5 lines
Diff to previous 1.2
#374797 - move to drush_log and drush_set_error

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Feb 3 00:34:11 2009 UTC (9 months, 3 weeks ago) by adrian
Branch: MAIN
Changes since 1.1: +2 -2 lines
Diff to previous 1.1
Synched head with d6 branch. Works with drush 2.x and no longer needs to be enabled on a site, as it is no longer a module. Hosting has not been updated to point to the right place per server, so you have to create the symlink to the central drush.php yourself. I have not sorted out the version specific stuff yet either.

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 9 02:17:48 2008 UTC (11 months, 2 weeks ago) by adrian
Branch: MAIN
First import of the basis of the 0.2 release of provision. This version has a much cleaner api, through the dynamic inclusion of <command>.provision.inc files , which any module can overload. Each of these files has the exact same structure, and thus it is much clearer what happens when, and much much simpler to document / extend. I also removed all the drupal dependencies i could find, in preperation for moving to a version agnostic drush, for all buy provision_drupal (which is going to be spun off into a different project). This also includes a working update command, and keeps track of the modules installed on a site after every verify / upgrade process. This information is not being tracked in hosting, yet

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

  ViewVC Help
Powered by ViewVC 1.1.2