backup

One-click web site backup with asp.net

Hi, I want to backup my web site regularly but instead of backup my files via ftp program I want a one-click solution which will copy all my files and zip them and allow to download. Can this be done with asp.net at same web site or I have to write a .net app for this purpose? ...

Any SMO Library for .NET?

Anyone knows any library for SQL Server database backup and restore for .NET? This actually is needed to avoid writing one new. There is so many people out there giving their libraries, but i found it strange i couldn't came up with googling anything related. ...

How do I backup Oracle database (about 1TB size) in VMware without using RMAN?

It's been a while since I am struggling to find a backup solution for cold backup of Oracle database on Linux in VMware. I am obviously not looking for entire vm image backup. ...

backing up user data

in my app the user saves data in archive using core data and sqllite. 1. is there a way letting him the option to back up his data and restoring it in the future? 2. does the user info is backed up with the iphone regular back up? thanks shani ...

Can I use "Online Backup" to backup my DVS instead of pushing to an external repo?

Hi Guys, I'm currently signed up with a third party service that hosts my mercurial repositories as a central hub to push my changes to as a sort of backup. Now, I'm looking at a system to backup my laptop and am concidering Mozy. I'm a loan developer, and work on a laptop and am usualy connected to my internet via wifi with my laptop ...

Can we take backup of our current database through java programming ?

Can we take backup of our current database through java programming ? ...

PostgreSQL and Amazon EBS Snapshots?

I found this article explaining how to run MySQL on Amazon EC2. It talks about using XFS as the filesystem and then leveraging EBS snapshots to create backups of the data. Does anyone know if I can do something similar using PostgreSQL? Are there changes to the SQL commands to FLUSH and LOCK the tables? Thanks! ...

best way to take Backup of code and DB ?

So what can be best way to have a Backup of code and DB is it downloading Locally via http ? But i fear it is security risk as some hacker might get access to it . I am looking into compress then encrypt the compressed file. But i dunno what encryption i should use and if linux CLI tool available for password protected encryption ? T...

Does Quickbooks support backups using Volume Shadow Copy?

Does Quickbooks support backups using Volume Shadow Copy? ...

How to setup a mercurial mirror?

Hi Guys, Can anybody tell me how to setup a mirror of a mercurial repository? I have a mercurial repo on my laptop, but want to auto mirror the repo on a nas drive as a form of backup. Ideally, it would be cool if the solution checks a known location for a repo, and if one doesn't exist, create it, and from then on mirror any changes. ...

Is SQLite a good solution to backup postgres on Heroku ?

Hi all ! I'm using the Sequel (Taps) ruby gem for a remote backup of my production database (PostgreSQL). I wonder if storing that backup with SQLite is a good solution. What's your feeling ? Thx ! Edit: Thanks! In fact, my app is hoted on Heroku and I though it was simply impossible to run pg_dump. But -- I found that nice rake...

Does anyone has the experience of using the new p4 replicate command in their Perforce back-up /restore script ?

Hi all, we recently performed an upgrade of our whole perforce system to 2009.02 During this exercise, we noticed that the back-up /restore process that was installed here by the Perforce consultant a year ago was not completely working. Basically, the verify command has never worked (scary !). As we are obliged to revisit our Back-Up...

How can I tell if a SQL Server database is being backed up

Is there a way to programmatically determine if a SQL Server backup is currently being performd on a particular database? We have automated database backup scripts for both data and log files, where the databases are backed up nightly and log files are backed up every 15 minutes, 24 hours a day. However, we think that the log file back...

Is it possible to backup HTML5 websql database?

I'm thinking of developing an iPhone app using HTML5 because I don't have mac and not planning to own one, so learning Objective-C would be pointless. The other reason why I want to use HTML5 is because it's a cross-platform (albeit it depends on the browser). Anyway, I know you can use WebSQL in HTML5 to store offline data, but is it p...

Is The Transaction Log Truncated When Doing a Backup In Full Recovery Mode?

Is the database transaction log automatically truncated after we create a backup and the DB is in full recovery mode? Or do we need to make 2 different backups, let's say 1 in full recovery mode and a different one for the log file. ...

Recover an SVN repository with multiple missing revs/ files

I'm trying to recover an SVN repository after a hard drive failure. Unfortunately, the backup will not help as it was out of date. From 7,797 revisions, we lost only the following seven (7) files from the .../repo_dir/db/revs/7/ directory: 7437 (7-9 Dec 2009) (file also missing from revprops/ dir) 7461 (16 Dec 2009) 7519, 7520, 7521 ...

Whats the best way to backup a MySQL table without file privileges and command line access?

Im on a not so great shared hosting plan. I cant get file privileges for mysql so i cant do SELECT INTO outfile, and i dont have command line access so I cant use mysqldump. What can I do to get a decent table backup? ...

Daily Backups for a single table in Microsoft SQL Server

Hello, I have a table in a database that I would like to backup daily, and keep the backups of the last two weeks. It's important that only this single table will be backed up. I couldn't find a way of creating a maintenance plan or a job that will backup a single table, so I thought of creating a stored procedure job that will run the...

[rails] user's account backup and restore

Hi everyone, I am currently working on a project and i would like my users to be able to backup/restore theirs accounts. I am looking for a rails plugin/gem that would easily do that, ie : current_user.backup() => backup_file current_user.restore(backup_file) => database import/replace I don't know if my questi...

How to backup a remote SVN repo while you have not had admin rights?

I mean you have not access to svnadmin, neither you have access to its files system. I'm going to backup source of my project in codeplex.com. Many Thanks UPDATE: I used: svnsync initialize file:///d:/fardis_repo https://fardis.svn.codeplex.com/svn but got error: svnsync: Repository has not been enabled to accept revision propchan...