Blog-Shmog - Recent Comments http://www.blog-shmog.com Recent Comments en Kevin Jaako <p>Hi Mark.</p> <p>Thanks for the tip,<br /> It should be fixed now, try again! =)</p> <p>I'm not sure if you will be able to run this drupal backup script without shell access, it depends on what Network Solutions allows. If they allow you to upload shell script files and run them with cron, you should be fine, though!</p> <p>Let me know how it goes...</p> <p>KJ</p> comment 852 at http://www.blog-shmog.com Tuesday, March 23, 2010 - 13:31 shmackup 1.0 http://www.blog-shmog.com/2009/03/04/how-not-to-backup-your-drupal-site#comment-852 fymbscu <p>Forbidden trying to download schmackup.sh. Can you send it to me or grant access please?</p> <p>Hosted by Network Solutions without shell access. Will cron be able to make your script work, if I can get cron working?</p> <p>Thanks, Mark</p> comment 820 at http://www.blog-shmog.com Thursday, March 11, 2010 - 11:37 Forbidden trying to download? http://www.blog-shmog.com/2009/03/04/how-not-to-backup-your-drupal-site#comment-820 Ruth <p>I think the main thing right back up, it is better to spend a little more time than then fully restores the entire site.</p> comment 329 at http://www.blog-shmog.com Tuesday, September 8, 2009 - 20:23 I think the main thing right http://www.blog-shmog.com/2009/03/04/how-not-to-backup-your-drupal-site#comment-329 Sandip Saini <p>It's really very helpful. I will try using this trick,here is some good info .great blog!!!!!!!!</p> comment 243 at http://www.blog-shmog.com Tuesday, July 14, 2009 - 18:19 It's really very helpful. I http://www.blog-shmog.com/2009/03/04/how-not-to-backup-your-drupal-site#comment-243 Niclas <p>I modified it a bit but you saved me some work :) Have a nice weekend</p> <p>/Niclas</p> comment 142 at http://www.blog-shmog.com Sunday, April 19, 2009 - 07:15 Thank you! http://www.blog-shmog.com/2009/03/04/how-not-to-backup-your-drupal-site#comment-142 Kevin Jaako <p>Hi NeilH,</p> <p>The webroot files are actually intentionally TAR'd without compression. If you notice further down in the script, the webroot.tar and database.sql files are combined together into a compressed tar.gz file for final archival. Compressing the webroot documents twice would only consume additional server CPU time without providing any additional reduction in archive file size.<br /> Any thoughts?</p> <p><span style="background: #FFFFAA;"><strong>UPDATE: </strong><em> - oops! I see what you were referring to now... (the tar command in my blog post, not the backup script) You were right! It's fixed now. - KJ</em></span></p> <p>Thanks for stopping by!<br /> KJ</p> comment 134 at http://www.blog-shmog.com Friday, April 3, 2009 - 22:54 Shmackup.sh tar command http://www.blog-shmog.com/2009/03/04/how-not-to-backup-your-drupal-site#comment-134 Neilh <p>Note the tar command above wont create a compressed backup file, just a backup file. For compression use:</p> <p>tar czf webroot.tar.gz ./<br /> and to extract if you have to restore<br /> tar xzf webroot.tar.gz</p> comment 133 at http://www.blog-shmog.com Friday, April 3, 2009 - 11:16 Minor error in tar command above http://www.blog-shmog.com/2009/03/04/how-not-to-backup-your-drupal-site#comment-133