tagged [backup]
Export MySQL database using PHP
Export MySQL database using PHP I've build a php/mysql (wamp) application and deployed on a local workstation. My customer wants to save db and restore it when he likes. I've found this code for savin...
How to restore a database from C#
How to restore a database from C# I have a SQL 2008 DB. I am running a form that backs that DB up, then tries to update it. If the update fails the idea is to restore that backup. Here is the code I a...
- Modified
- 23 Sep at 15:14
DBCC SHRINKFILE on log file not reducing size even after BACKUP LOG TO DISK
DBCC SHRINKFILE on log file not reducing size even after BACKUP LOG TO DISK I've got a database, [My DB], that has the following info: SQL Server 2008 MDF size: 30 GB LDF size: 67 GB I wanted to shri...
- Modified
- 6 Jan at 05:7
How do I backup and restore the system clipboard in C#?
How do I backup and restore the system clipboard in C#? I will do my best to explain in detail what I'm trying to achieve. I'm using C# with IntPtr window handles to perform a CTRL-C copy operation on...
Tar a directory, but don't store full absolute paths in the archive
Tar a directory, but don't store full absolute paths in the archive I have the following command in the part of a backup shell script: When I list the contents of the archive, I get: ``` tar -tf site1...
What is "android:allowBackup"?
What is "android:allowBackup"? Since the [new ADT preview version (version 21)](http://tools.android.com/download/adt-21-preview), they have a new lint warning that tells me the next thing on the mani...
- Modified
- 15 Oct at 15:1
How to decrypt an encrypted Apple iTunes iPhone backup?
How to decrypt an encrypted Apple iTunes iPhone backup? I've been asked by a number of unfortunate iPhone users to help them restore data from their iTunes backups. This is easy when they are unencryp...
- Modified
- 23 May at 12:10