|
Is there a rake task for backing up the data in your database?
I already have my schema backed up, but I want to make a backup of the data. It's a small MySQL database.
Started by Maudite on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at stackoverflow):
Set :dbuser "user" set :dbhost "host" set :database "db" namespace :db do desc "Get the database password from user" task :get_password do set(:dbpass) do Capistrano... .
The below script is a simplified version taken from eycap , specifically from this file .
|
|
HOW to back up a vhd automatically ? Is there any tool which I can set up ?
Thanks.
Started by jeff waldey on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
NOTE: I use WHS to backup all my HyperV VM's, then I just have to backup the VHD's for the WHS image itself... .
Have a look at some of the articles on HyperVoria that deal with backups you may get some pointers on what to implement for your infrastructure .
|
|
Hi, I need to back up a sharepoint web page which containts web parts and other html tweaks. I would like to keep a back up of the page itself with the web parts in the appropriate places, is this possible? Right now I just opened SharePoint designer,...
Started by Oliver S on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Of course you can go the doclib where....
That said the only offical way to do it is use Microsoft's Data Protection Manager software which will let you backup/restore individual pages .
I do the same for small changes and it has worked fine for me up to now .
|
Ask your Facebook Friends
|
I use mysqldump with mysql 5.0 and I back it up every day, but do not understand the method that only stored procedure backs up.
How can I back it up?
Started by ffffff on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
I'm not sure whether you're asking to back up stored procedures as well as everything else, or just.
|
|
We recently had a server fail; on this server we had several jobs scheduled to run nightly. We've backed up the SQL Server (2005) database prior to the server dying and restored it, however I don't see any of the jobs in the SQL Server Agent. Does backing...
Started by Wayne M on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at serverfault):
If you're planning on basically restoring a server intact, as 20th Century Boy indicated, the job information is... .
You have two options.
Did you back that up? You need to restore it to get your jobs back .
The jobs are stored in the system database MSDB.
|
|
How do you back up GMail?
I'm interested in both:
mail messages; chats; address book; tasks (nice-to-have, not used them yet).
Started by Robert Munteanu on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at superuser):
Personally, i have just use Gmail Backup which, although....
Google provides a http://mail.google.com/support/bin/answer.py?hl=en&answer=34030 guide.
Lifehacker has a guide which involves downloaded all your emails through POP with fetchmail and exporting them .
|
|
I am about to start running websites (LAMP) on Debian.
I would like an easy to use software to allow me to back up my remote websites. Apart from the "standard" backup features like scheduling, full/incremental etc, these are features that I will need...
Started by morpheous on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
Depending on your situation, you may find it convenient to use Time Drive , a frontend to duplicity. .
Sh scripts do that well:)
It sounds like duplicity satisfies most of those criteria .
|
|
I have not done any backing up, does anyone know what would be the best way to do so? I would like free.
UPDATE: incremental backups are best. Offsite is good too.
Started by Bubby4j on
, 17 posts
by 17 people.
Answer Snippets (Read the full thread at superuser):
Or incremental ones? Full backups back up the whole file each time regardless of whether or not it has.
|
|
How do you back up your development machine so that in the event of a catastrophic hardware malfunction, you are up and running in the least amount of time possible?
Started by Kevin Pang on
, 24 posts
by 24 people.
Answer Snippets (Read the full thread at stackoverflow):
If my computer....
I've finally gotten my "fully automated data back-up strategy" down.
You can be back up in under 10 minutes in BackupExclude.txt will not be copied.
Is reimage the machine from the image or just swap the drives .
|
|
I mess around with my computer alot, this means that I end up messing it up alot. Can you guys suggest some back-up software that you use and why you use it? I run Vista.
Started by Dynamic I on
, 12 posts
by 12 people.
Answer Snippets (Read the full thread at superuser):
If you're looking for free, then BartPE....
My first choice is Symantec Ghost Enterprise (current version 11) or Drive Snapshot with BartPE .
Very simple to use and inexpensive for unlimited backups.
Runs in the background and pushes it up to the cloud .
Mozy.
|