22
votes
25answers
1k views
How do you back up your development machine?
How do you back up your development machine so that in the event of a catastrophic hardware malfunction, you are up and running in the least amount of time possible?
21
votes
13answers
5k views
what is the best way to backup subversion repositories?
I'm new to svn and I'd like to know what are common methods of backing up repositories in a windows environment?
14
votes
36answers
672 views
How often should you hit the Save button?
When writing code, I've noticed that different developers hit the Save button at different frequencies. This is in addition to whatever AutoSave setting has been set. Personally I have the AutoSave …
13
votes
12answers
719 views
What is the best way to implement soft deletion?
Working on a project at the moment and we have to implement soft deletion for the majority of users (user roles). We decided to add an "is_deleted='0'" field on each table in the database and set it …
13
votes
15answers
1k views
How do I do backups in MySQL?
How do I do backups in MySQL?
I'm hoping there'll be something better than just running mysqldump every "x" hours.
Is there anything like SQL Server has, where you can take a full backup each day, …
12
votes
17answers
1k views
What’s the best Linux backup solution?
We have a four Linux boxes (all running Debian or Ubuntu) on our office network. None of these boxes are especially critical and they're all using RAID. To date, I've therefore been doing backups of …
11
votes
28answers
1k views
What backup strategy do you use for your code?
Everyone uses source-code control to manage versions (right?) and this provides some level of backup. There are times, however, when your local copy is out of sync with the repository. Moreover, …
10
votes
24answers
2k views
Time Machine for Windows?
Finally got convinced to start using some kind of version control for my code instead of zipping down a copy of the project at the end of each day.
Downloaded Tortoise SVN and used it to create a …
10
votes
6answers
799 views
How does dedicated webhosting compare to Amazon’s Cloud?
After stumbling into Amazon Web Services again I have finally checked their prices and am shocked. Positively. With their flexible billing and extremely low prices, is there any reason for still using …
9
votes
16answers
438 views
Is there a fundamental difference between backups and version control?
How does version control differ from plain backups?
Let's forget about the feature decoration, and concentrate on the soul of version control. Is there a clear line that backups must cross before …
8
votes
4answers
852 views
CouchDB Backups and Cloneing the Database
We're looking at CouchdDB for a CMS-ish application. I know the database is implemented as a set of files in the file system, what I'm looking for are common patterns, best practices and workflow …
8
votes
9answers
270 views
Offsite backups
I was recently tasked with coming up with an offsite backup strategy. We have about 2TB of data that would need to be backed up so our needs are a little out of the norm.
I looked into Iron Mountain …
7
votes
5answers
1k views
Windows Backup for SVN Repositories
I am running a SVN server on my Windows Server and want to schedule an automated backup procedure. I will always be the only one working on the repository. Should I bother with hotcopy or can I use …
7
votes
13answers
2k views
Free “Personal” source control system?
At work I use something called team foundations services. It's a source saving tool that stores change sets of code I "check in". Is there a similar product that's good for a single programmer. …
7
votes
7answers
561 views
How to make sure my git repo code is safe?
If our organisation were to switch from a central-server VCS like subversion to a distributed VCS like git, how do I make sure that all my code is safe from hardware failure?
With a central-server …
