Top "Backup" questions

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

How can I retrieve the logical file name of the database from backup file

I was looking into the steps of how to Restore Database Backup using SQL Script (T-SQL). Here are the steps: …

sql sql-server backup restore
How to backup sqlite database?

What's the proper way to do it? Do I just copy the .sq3 file? What if there are users on …

database sqlite backup
change database name controlfiles after restore?

I have restored database with the name DB to another database called DB01 it is in STARTED status (not mounted) …

oracle11g backup restore rman
Moving a Subversion repository to another server

I have a server that hosts my Subversion code base. That server is currently a Windows Server 2003 box, and my …

svn backup restore
Batch script to make backup folder. only new and modified files

I need a script to copy only the changed/modified and new files from my C:\Dropbox to my C:\…

batch-file backup xcopy
PostgreSQL: improving pg_dump, pg_restore performance

When I began, I used pg_dump with the default plain format. I was unenlightened. Research revealed to me time …

performance postgresql backup restore
How to upload a file to Google Drive using a Python script?

I need to backup various file types to GDrive (not just those convertible to GDocs formats) from some linux server. …

python backup google-docs-api google-drive-api
How to backup MySQL database on a remote server?

I have a MySQL database existing on a remote server. I only have sql connection privilege. I don't have FTP …

mysql database backup remote-server database-restore
Speeding up mysql dumps and imports

Are there any documented techniques for speeding up mySQL dumps and imports? This would include my.cnf settings, using ramdisks, …

mysql backup restore
How do I restore a single table from a SQL Server 2005 backup?

I've got a backup made using the regular SQL Server 2005 backup command. Is there a way to restore just a …

sql-server backup restore