10 September 2010

The Ruby Reflector

Topic

Backup

  Source Favicon
By Igor Minar of Igor Minar's Blog 1 month ago.
Email

Daily Backup Administration

As I previously mentioned, this backup feature is useless for anything but tiny sites. Disable it.

Manage Referrers

Collecting referrers is ok, but don't display them publicly if you run a site on the Internet. Otherwise you run a risk of exposing some internal only URIs that might contain confidential information.

Languages

Most of our documentation and content is written in American English, but unfortunately Atlassian doesn't provide such …

blog.igorminar.com Read
  Source Favicon
By Glenn West of Mental Paging Space 2 months ago.
Email

4. Backup - Vreeam Rocks - Make sure you setup jumbo packets, and be a bit

patient on setup to learn the product. But it really works quite well. You need scratch space to dump the backup file. And use Yosemite to write the backup image to the tape library. Make sure the NICs can run jumbo frames it make a big difference, and get you a nice quad port gig-e card or a 10g interface.

5. What not to buy - Dont use a Dell R200 for anything for a couple of reasons. No Jumbo Frames…

mentalpagingspace.blogspot.com Read
  Source Favicon
By Satish Talim of RubyLearning Blog 2 months ago.
Email

This monthly programming challenge is sponsored by Backup My App .

Backup My App is an automatic backup service for Ruby on Rails applications. You simply install the plugin to your Rails application and they handle the rest of the process. They store backup history for several weeks and you can restore any of them automatically. Try out their 1 GB plan for free. Backup My App has sponsored this challenge and is proud to make this contribution to the Ruby community.

rubylearning.com Read
  Source Favicon
On Effectif Development 3 months ago.
Email

Backup

There are basically two approaches to backing up a Mongo database:

mongodump and mongorestore are the classic approach. Dumps the contents of the database to files. The backup is stored in the same format as Mongo uses internally, so is very efficient. But it's not a point-in-time snapshot.

Backup from a slave. To take a point-in-time snapshot you need to shut the database down, copy the disk files (e.g. with cp ), and then start mongod up again. This is why everybody …

effectif.com Read
  Source Favicon
By Satish Talim of RubyLearning Blog 4 months ago.
Email

This monthly programming challenge is sponsored by Backup My App .

Backup My App is an automatic backup service for Ruby on Rails applications. You simply install the plugin to your Rails application and they handle the rest of the process. They store backup history for several weeks and you can restore any of them automatically. Try out their 1 GB plan for free. Backup My App has sponsored this challenge and is proud to make this contribution to the Ruby community.

rubylearning.com Read
  Source Favicon
By Trevor of Trevor Turk 4 months ago.
Email

Heroku Backup with Single Bundle

It assumes you have a single bundle enabled for your app, which is free. I destroy any bundle there, create a new one, download it, and push it up to Amazon's S3 service.

Web Developer - Google Chrome Extension

The Web Developer extension adds a toolbar button to the browser with various web developer tools. This is the official port of the popular Web Developer extension for Firefox written by the same person.

almosteffortless.com Read
  Source Favicon
By peter of MySQL Performance Blog 4 months ago.
Email

Backup Cross storage engine backup is a pain because they are so different. Some of them are distributed and some in memory so even OS level approaches such as LVM backup may not work in all cases. We also get into synchronization aspects making backup which prevents from having hot backup in many cases.

Replication Support for different storage engines is a pain in replication. To start we have to write second binary log file when all transaction engines have their own !

Quality Assurance

mysqlperformanceblog.com Read
  Source Favicon
By jeff of The Queue Blog 4 months ago.
Email

…many. Calendar, Mail and Contacts are my main ones. They get sync'd through at least 4 different CRM-ish systems.

Pimp Your Tables with CSS3 - prettier tables.

Linode Backup Service - announced.

Get your garage ready for summer - I just spent part of this weekend doing that. I'd buy less tools if I did this more often. Because I could find the tools.

blog.thequeue.net Read
  Source Favicon
Email

InnoDB data. But many installations do not mix their data this way, and should be able to configure a backup system to avoid this global lock. There is no reason to take a lock at all for backing up only InnoDB data. Completely lock-free backups are easy to take. Backup vendors should build this capability into their products.

Entry posted by Baron Schwartz | No comment

Add to: | | | |

mysqlperformanceblog.com Read
  Source Favicon
On Joe Fiorini 6 months ago.
Email

Yes. Another Backup Lecture. :

Is your computer If you aren't backing up regularly, read this. If you are backing up regularly, good for you. Now go read this.

joefiorini.com Read