0
votes
3answers
56 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 …
1
vote
1answer
17 views
SQL Server 2008 backup from locked down hosting provider
I have a shared MS Sql 2008 database with my hosting provider and MS SQL Standard 2008 on my local box. They have the SQL Server locked down (rightly enough) but it menas I don't h …
0
votes
1answer
59 views
how to backup your mamp pro mysql dbs?
while I find the apache portion of mamp pretty easy to backup, what is everyone using or how are you performing a scheduled backup of your mysql databases? It would be kinda annoyi …
1
vote
1answer
65 views
Database backup - differential file size question
For my backup plan for SQL Server 2005, I want to do a full on Sunday:
BACKUP DATABASE myDatabase TO DISK = 'D:\Database Backups\myDatabase_full.bak' WITH FORMAT
GO
Then I want …
0
votes
4answers
413 views
Postgresql PITR backup: best practices to handle multiple databases?
Hy guys, i have a postgresql 8.3 server with many database.
Actually, im planning to backup those db with a script that will store all the backup in a folder with the same name of …
0
votes
4answers
49 views
Automated website folder backup system needed? Any recommendations?
Hi guys is there any backup software that can take periodic backups of online website folders and store them offline on a local system. Need something robust and would be nice if t …
0
votes
2answers
98 views
The strategy to get recovery from broken files?
Hi All,
Me and my colleague are trying to implement a mechanism to get recovery from broken files on an embedded equipment.
This could be happened during certain circumstances, e …
2
votes
4answers
918 views
database mirroring/replication, SQL Server 2005
Hi there,
I have two database servers running SQL Server 2005 Enterprise that i want to make one of them as mirror database server.
What i need is, create exact copy a database f …
0
votes
7answers
286 views
dedicated server backup solutions?
Duplicate:
http://stackoverflow.com/questions/15208/whats-the-best-linux-backup-solution
I am about to purchase a dedicated linux server that has 160GB hard disk and will be …
6
votes
10answers
616 views
What is the best windows backup solution?
After finding this question, What's the best linux backup solution?
I'm wanting to know what the best backup solution for windows is? I have a web application which has a decent …
0
votes
2answers
212 views
Partial import of Sql server 2005 database for local developement
So at work, my team is using a central Sql server 2005 database server for integration testing and I want to move to testing on my local database. Only problem is that the central …
0
votes
7answers
179 views
Continuous database backups?
I have the following scenario:
Our system is running a SQL Server Express 2005 database locally (on each users desktop, if you will). The system is storing a lot of production dat …
6
votes
6answers
668 views
Best practice for backing up a production MySQL database?
What is best practice for backing up a production MySQL database (i.e. on a live website and potentially being updated)?
Some goals I have in mind are:
the DB backup should be a …
2
votes
7answers
217 views
Does anyone use Virtualization to create a quicker disaster recovery of a development environment?
I'm getting pretty tired of my development box dying and then I end up having to reinstall a laundry list of tools that I use in development.
This time I think I'm going to set …
0
votes
2answers
235 views
What are the best practices to use to pass a web application from development staging to production?
Our Development environment has many layers and is complicated to replicate or even backup effectively. Basically the File system (ie. /usr/appdir/webapp...) has other application …
