Top "Backup" questions

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

how to schedule backup in sql server 2008?

how can I schedule daily backup at 9:00pm in SQL server 2008?

sql-server-2008 backup schedule database-backups
Adb backup does not work

I need help from you guys, because I don't know what I did wrong with adb backup. I want to …

android cmd sdk backup adb
Simple Backup and Restore for mysql Database from Java

How to backup a mysql database from a java code such that: It's saving path is dynamically allocated. Spaces in …

java mysql database backup restore
How do you organise multiple git repositories, so that all of them are backed up together?

With SVN, I had a single big repository I kept on a server, and checked-out on a few machines. This …

git backup
How do I Backup / Move LXC containers?

I want to take lxc container backup. We have server with 12.04 LTS ubuntu server and I have installed LXC - 1.0.0.…

ubuntu backup lxc
Backup a GitHub repository

What is the best way to create a local backup of a git repository hosted on GitHub, given the following …

git backup
Override file while backup database

I want to back up a database using this code sqlcmd -S servername -Q "BACKUP DATABASE [DBName] TO DISK = 'C:\…

sql-server database backup database-backups
sql server restoring back up error

I have backed up a database I had created on an other machine running SQL server 2012 express edition and I …

backup sql-server-2012 database-backups sql-server-2012-express
SQL Server backup/restore vs. detach/attach

I have one database which contains the most recent data, and I want to replicate the database content into some …

sql-server backup restore
rsync prints "skipping non-regular file" for what appears to be a regular directory

I back up my files using rsync. Right after a sync, I ran it expecting to see nothing, but instead …

linux unix backup rsync directory