Top "Backup" questions

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

SQL Server command line backup statement

Does any one know if there is a way to script out SQL Server backup in to a batch file, …

sql-server command-line backup
mysqldump with create database line

I'm in the process of moving my files onto another computer, and one thing I would like to do is …

mysql database backup mysqldump
How to take a backup for the 'connection details' in sqldeveloper?

What is the process to take a backup of all the connection-details (viz. host,port,sid,etc.) in 'oracle sqldeveloper' …

backup oracle-sqldeveloper connection
Where is the backup application log for SQL Server 2008?

I need to check out why a database backup failed in one of our systems. The log says the following: …

sql-server logging backup
Windows Volume shadow copy error: 2155348129

Developing a VSS writer app: see this error during backup, initiated by windows backup tool, is there defined error codes …

windows backup recovery shadow-copy volume-shadow-service
SQL Database automatic back up

I have an SQL database - I need to back it up everyday (at a minimum) - preferably multiple times …

sql backup lan
What does f+++++++++ mean in rsync logs?

I'm using rsync to make a backup of my server files, and I have two questions: In the middle of …

backup logging rsync
How do I backup a database file to the SD card on Android?

I'd like to add a feature to my Android app that automatically backs up the SQLite database to the SD …

database android backup sd-card
Restore database backup over the network

How do you restore a database backup using SQL Server 2005 over the network? I recall doing this before but there …

sql-server database sql-server-2005 backup restore
backing up android device using adb

I am attempting to copy all the applications and data from a android tablet1 to another android tablet2. Both tablets …

android backup adb