0
votes
2answers
24 views
To take the backup of required files of SVN repository
Dear All,
I need to take the backup of one folder of my SVN repository. for this i have tried with svndump and svndumpfilter commands but of no use.
Can any one pls. explain how …
1
vote
1answer
27 views
Setting single user mode to restore backup.
I have the following function:
public void RestoreDatabase(String databaseName, String backUpFile, String serverName, String userName, String password)
{
SqlConnection.ClearAl …
0
votes
1answer
21 views
Backup and Restore a SQLCE .sdf database
My application needs to backup and restore .sdf files. There is a single dataSet the the whole application and some bindngSource and table adapters on forms using this same dataset …
0
votes
0answers
12 views
[Remote Backup]: Mozy and others are there, but any to backup multiple computers. [closed]
I read few posts on this forum on remote backup services. IDrive and Mozy provide FREE service to backup from single PC. Is there any service through which I can backup data from a …
1
vote
1answer
32 views
Can’t restore SQL Server 2000 backup to SQL Server 2008
I have a backup file taken from a SQL Server 2000 database and I'm trying to restore it to a 2008 database. However, I'm getting this error:
An exception occurred while executing …
0
votes
0answers
65 views
How do you backup your websites? [closed]
I was curious as to how people normally back up their websites. I normally drag and drop from FTP and use phpmyadmin to download a copy of my databases. I'm sure there's a way wher …
0
votes
0answers
27 views
Backup software fir Windows XP [closed]
hi!
I am a Mac user and for backup I am using Time Machine.
My question is if there exists a similar backup system
for Windows XP.
Thanks
1
vote
3answers
44 views
Need an encrypted online source code backup service.
Please note this is not a question about online/hosted SVN services.
I am working on a home based, solo developer, project that now has commercial significance and it is time to t …
1
vote
1answer
46 views
Backup and Restore through the Entity Framework.
I'm working with an SQL Server database with about 50 tables and plenty of relationships between those tables. I have already written a backup and restore function which will retri …
0
votes
1answer
30 views
How can I backup a remote database schema in this environment?
I have an Oracle account (schema) of a remote Oracle database. By using this account I can do all kinds of operations such as: query, update, delete and add. But I can't use exp or …
2
votes
4answers
64 views
Should I use a free hosted Source Control system as my personal backup system?
I am a one-computer shop, and increasingly I am thinking I need some redundancy for storing programs and other code.
Should I use code.google.com, or sf.net, or codeplex.com or a …
3
votes
3answers
618 views
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 unencrypted, but not when they are encrypted …
0
votes
3answers
31 views
Secure Alternative to “wget --mirror”
I'm looking for a secure alternative to doing something like this,
wget --mirror --preserve-permissions --directory-prefix=/hdd2/website-backups --exclude-directories=special,stat …
-1
votes
0answers
28 views
Which Self-Booting Backup Utility works with an SSD? [closed]
I used to use Acronis True Image Home as a backup solution for keeping a fresh snapshot of my development system at hand. So when I felt my system was clogged up, I simply inserted …
0
votes
3answers
34 views
Restore a database using SQL Server 2005
I have backed up a database into a file using SQL Server from my old server.
Now i would like to restore that file into a new database on my new server.
I created a DB with the s …
