backup

Version Management / Backup solution

This is not strictly a technical question, however I feel this will be useful for many technical people as well. I'm looking for a version management / backup solution which need not be only for source code. This could be for non-text files e.g. images. The requirement is this - Every time I save the file from within the application,...

Restore individual tables on Microsoft SQL Server 7?

Hi, is it possible to restore individual tables from a full backup file of Microsoft SQL Server 7 (yes, I know this is really old, but our client can't upgrade for various reasons). The total backup file is about 180GB in size and restoring the whole database once a week to a development server is not pratical, as it takes several days...

What is the best way to represent a schedule in a database, via Python/Django?

I am writing a backup system in Python, with a Django front-end. I have decided to implement the scheduling in a slightly strange way - the client will poll the server (every 10 minutes or so), for a list of backups that need doing. The server will only respond when the time to backup is reached. This is to keep the system platform indep...

What convention do you use for backup file names?

What convention do you use, or what conventions have you seen in other programs? (It's for a research project) ...

Restricting OpenSSH to allow uploads only to certain directories.

I need to run backups from multiple servers to a single account on another server. If one of the public servers is compromised, I don't want the other server's files on the backup account compromised. What I need to do is only allow SCP to a specific directory, based on the ssh key of the incoming connections. I know that I can set the...

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 used primarily for website hosting. The server doesn't come with backup/restore facilities and wondered if anyone knows how / what is the best (and cheapest)...

Complex Database Backup

i am required to back up certain rows from certain tables from a database. often the criteria requires joins and such. what's a good way to accomplish this? (i don't have to use mysqldump). ...

Oracle Backup Database with sqlplus it's possible?

I need to do some structural changes to a database (alter tables, add new columns, change some rows etc) but I need to make sure that if something goes wrong i can rollback to initial state: All needed changes are inside a SQL script file. I don't have administrative access to database. I really need to ensure the backup is done on ser...

Is there a faster way to backup and restore for mysql?

Sql Server and Oracle have commercial products like Idera (Sql Safe) and Quest (LiteSpeed) that dramatically speed up backup and restores. Does mysql have any commercial software like that? I'm working with large amounts of data in mysql and if we have to restore it takes 8-10 hours. So I'm hoping to move to a commercial product that...

How to make a virtualbox image of running windows system

Is it possible to do this so that the image is transferred over network connection to some other computer? Or is it even possible to resize the partition on the fly to get rid of unnecessary amount of free space? ...

Simple way to backup event log on Windows Server

Is it possibile to create a simple way to backup the event log, with such as a batch file or a simple app ? I need to make it working on a customer's site, where the reference is an non-expert user. Thanks ...

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. ...

C# Postgresql Backup Restore Solution

Hey guys, I'm a newbie for C#. can you tell me how to backup and restore db from postgresql using C#. i'm using npgsql as data provider. Thanks ...

USB Backup App - Best approach

I'm interested in writing a little app to backup files from a USB to help my wife and reduce her stress levels when she thinks she's lost stuff! I'm trying to figure out the best way to do so, I want something very simple, but like the idea of backing up files that change (bit like SVN). So I've come up with the following idea, but I'm ...

The ideal background filesystem backup

I am thinking about a script/program that can run in background, and attempt to backup or synchronize a given filesystem path to a mirror location (probably located on an external/separate storage device). This should apply to Windows but it could as well be used under Linux. Differential/incremental backups are a bonus. Windows Syste...

table level backup

How to take table level backup (dump) in MS SQL Server 2005/2008? ...

Backup and Recovery Scenario

Hi All, Can anyone show me the step of restore and recovery of below scenario? I have used the differential backup (cumulative) everyday. RUN { RECOVER COPY OF DATABASE WITH TAG "whole_database_copy"; BACKUP INCREMENTAL LEVEL 1 CUMULATIVE FOR RECOVER OF COPY WITH TAG "whole_database_copy" DATABASE; } I have copies of all datafi...

How would a SQL Server 2005 database lose a few days data?

Hi! I really need some help here. I'm the owner of a SQL Server Database application that lost three days data! I can't understand how or why. So here is the set-up. SQL Server 2005 32bit standard edition database on Windows 2000 server. (Database B) Database is in simple recovery mode The database is connected as a subscriber to ...

Create NEW database from Snapshot (SQL Server 2005)

I'm using SQL Server 2005. I've created a snapshot of database (RM_DB), I want to create (RM_DB_NEW) from that snapshot. The only option i get when I right-click on my snapshot is "Restore [RM_DB] from this snapshot". Can I create a NEW database from my snapshot? EDIT I'm not interested in creating a backup out of the snapshot, this w...

How do I backup a nexus repository manager

The nexus book: http://www.sonatype.com/books/nexus-book/reference/. Does not seem to spend any time on how one should go about backing up a nexus repository. If I am installing my snapshot and releases into this local repository, it seems that it would behoove me to back it up. However, I'm not really interested in backing up anythin...