0
votes
2answers
38 views
Versioning SQLite databases with Subversion. Good idea or bad idea?
So I have a web system where every user gets a separate SQLite database which acts as a sort of their workspace. All of the database files are in a directory with database names th …
0
votes
0answers
19 views
rsync commands for the following cases [closed]
I take a backup of my root directory (/) during shutdown to the attached storage and
then rsync back from the attached storage to / during booting.
what's the rsync command I nee …
0
votes
1answer
19 views
mysql dump stops when a row is updated
When i try to get a dump of a mysql database, the dump stops when a row in it is updated. How can i prevent that? I already tried following options with no result:
-f (forces co …
1
vote
1answer
49 views
Powershell scripts to backup SQL, SVN
I'm trying to use PowerShell to create some backups, and then to copy these to a web folder (or, in other words, upload them to a WebDAV share).
At first I thought I'd do the WebD …
1
vote
4answers
66 views
How do I make a database backup and have it stored locally?
So here's the challenge. I need to use C# to back up a database locally from a remote database server and the only share we have is \\computer\c$.
If the answer is to back up to a …
2
votes
5answers
71 views
What’s a good and simple way to backup an SVN repo to an FTP server?
I'd like to make a backup of my SVN repo using tar and ftp from a cronjob once a day. This is quite easy, but I would like to make sure there's no commit etc. running while the bac …
0
votes
2answers
47 views
Backing up data between SQL Express 2005 and SQL Server 2008 Standard Edition
Hi,
I am developing an application which needs to backup data between SQL Express 2005 and SQL Server 2008. My client runs with an installation of SQL express 2005 and needs to pe …
0
votes
4answers
40 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
45 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
31 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 …
1
vote
1answer
59 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 …
1
vote
3answers
54 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 …
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 …
2
votes
4answers
77 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 …
0
votes
1answer
39 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 …
