Tagged Questions

1
vote
3answers
44 views

Backing up a mercurial repository while preserving timestamps

Is there a way to back up a mercurial repository while preserving the files' timestamps? Right now, I'm using hg clone to copy the repository to a staging directory, and the backup program picks up …
0
votes
0answers
80 views

Backup Xen domU machines while running. [closed]

The host machine is running CentOS 5.3 and using LVM to create Logical Volumes (LVs) and to allow live snapshots to be taken of those LVs. My thought was to store all of the image files for the Xen …
0
votes
2answers
35 views

backup SQL Server 2005 database without data

I have one stored procedure to backup the database. It will backup metadata as well as data. Is there any option to back up the database with out data. ie, back up only the schema (Empty tables). I …
0
votes
2answers
33 views

How to create a snapshot or clone of PHP, MySQL page… Inspiration needed

Hi, We have a web application that creates a dynamic PHP page with all the MySQL stored details a user has entered via a number a forms. So far so good, but we want this information stored some how …
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, …
0
votes
1answer
32 views

SQL Server 2008 Auto Backup

We want to have our test servers databases updated from our production server databases on a nightly basis to ensure we're developing on the most recent data. We, however, want to ensure that any fn, …
0
votes
1answer
143 views

Windows 2008 Server Backup

What are my options if I want to just backup my data directories on Windows 2008 Server. It looks to me like the backup software built into the OS only backs up an entire hard drive. Is my only …
4
votes
10answers
136 views

How to delete from a database?

I know of two ways to delete data from a database table DELETE it forever Use a flag like isActive/isDeleted Now the problem with isActive is that I have to track everywhere in my SQL queries that …
3
votes
5answers
422 views

backup MSSQL via C#

How easy is it to backup a Database via C# code? I see lots of related questions, but no real answers.
3
votes
5answers
479 views

Microsoft SQL Server 2008 External Backup

Hi, I would like to save my backups from my SQL 2008 server to another server location. We have 2 servers: Deployment server File Server The problem is that the deployment server doesn't have …
2
votes
5answers
401 views

SQL Backups in Compressed Folder

We are looking for a free solution to compress our SQL Server backups for SQL Server 2005. I am aware of SQL Safe freeware edition, but I was wondering what others thought of storing backup files in …
1
vote
3answers
32 views

How to backup your data with hosted issue tracking?

I'd like to use a hosted issue-tracking service, but I want to be able to backup my data in case the service goes under. Are there any hosted issue-tracking services that have a "data liberation" …
0
votes
3answers
64 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 that match up to the …
1
vote
1answer
25 views

Does hg pull only operate on the current working directory?

I have multiple mercurial repositories and used hg clone to create backups of them on our file server. Now I want to write a batch file that updates them once a day by running hg pull -u on each …
2
votes
1answer
79 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 WebDAV stuff from within …

1 2 3 4 5 27 next
15 30 50 per page