Top "Backup" questions

The act of saving one's files, data, applications, etc.

How to import a SQL Server .bak file into MySQL?

The title is self explanatory. Is there a way of directly doing such kind of importing?

mysql sql-server migration backup
Can I restore a single table from a full mysql mysqldump file?

I have a mysqldump backup of my mysql database consisting of all of our tables which is about 440 megs. I …

mysql backup restore
How to take complete backup of mysql database using mysqldump command line utility

How can I make a complete backup of mysql database using mysqldump? When I am making a backup, my tables …

mysql backup mysqldump complete
SQL Server Restore Error - Access is Denied

I created a database on my local machine and then did a backup called tables.bak of table DataLabTables. I …

sql-server sql-server-2005 backup restore
Export MySQL database using PHP only

What would be a piece of PHP code for exporting a MySQL database to a .sql file? I don't have …

php mysql backup
Dump a mysql database to a plaintext (CSV) backup from the command line

I'd like to avoid mysqldump since that outputs in a form that is only convenient for mysql to read. CSV …

mysql command-line csv backup
Table-level backup

How to take table-level backup (dump) in MS SQL Server 2005/2008?

sql-server backup database-table
SVN repository backup strategies

I'm new to SVN and I'd like to know what methods are available for backing up repositories in a Windows …

windows svn backup
How can I make robocopy silent in the command line except for progress?

I'm using robocopy to do backups with a PowerShell script, and it's pretty awesome, except that I'd like it to …

backup robocopy
Question mark characters displaying within text, why is this?

I have a backup server that automatically backs up my live site, both files and database. On the live site, …

html backup character-encoding mirror