The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
1answer
27 views

Jackrabbit repository incremental backup

I'm using Jackrabbit v2.2.x. I want to know if is there a way to take incremental backup of a jackrabbit repository? I mean, just the delta (difference) based on date or something else. Actually the ...
0
votes
0answers
4 views

What's a standard backup or snapshot behaviour and a reasonable compromise

I don't seem to find any article on how a backup/snapshot system should be implemented and how a user assumes the system will work. The backup system we are devising is for backing up an application, ...
0
votes
0answers
8 views

How can I turn my current PC into a NAS device without loosing the PC [migrated]

Basically I want to know if there is a proper way that I can take my current desktop PC (custom built) and add 2 additional hard drives and have these 2 drives act as a NAS backup with raid, while ...
0
votes
0answers
29 views

Is there an API to manage Data file backups in “Windows 7 File Recovery”

Is there an API to manage the space used by Data file backups in "Windows 7 File Recovery"? Preferably C# or PowerShell. Currently I have to manually delete older backups every few days as I run out ...
2
votes
1answer
202 views

Backing up to S3: symlinks

I'm trying to figure out right now how to backup some data to S3. We have a local backup system implemented using rsnapshot and that works perfectly. We're trying to use s3cmd with the --sync ...
0
votes
0answers
24 views

Is it possible to backup a single cube in SSAS? [duplicate]

Possible Duplicate: How to backup and restore only one cube in SSAS database I have a SSAS database with 10+cubes. Each of these cubes can have 100 million+ rows loaded into them per day, ...
1
vote
0answers
51 views

Can I use an rsync log file from a dry run as an input to a real run?

I like rsync. I can see what files will be deleted first. But what happens if during the backup, a sector of the source disk fails? Files could be deleted from the destination that should not be. ...
0
votes
2answers
404 views

rsync code will run, but not in cron

I have a web server (odin) and a backup server (jofur). On jofur, I can run the following code to rsync my web directories (via key authentication) from odin to jofur: rsync -avz -e ssh ...
1
vote
2answers
265 views

Can I schedule backups using the Heroku PG Backup add-on?

I have been using PG Backups add-on recently and everything has worked fine, however this morning the backup process triggered at 10:00 A.M. in the morning generating some blocks and timeouts in my ...
0
votes
1answer
94 views

Is Amazon S3 ever unavailable independent of EC2?

Currently, we are uploading all of our user-generated-content to a medium-size EC2 Instance, and then from there we run a cron job to sync all of the uploaded content to S3. We have some code that ...
0
votes
1answer
199 views

VBScript to Delete Files from Redundant Backup folder that aren't in the Primary Backup Folder

Ok, so I'm really new to VBScript, so go easy on me. I'm trying to build a VBScript that will delete files from a redundant backup folder that no longer exist in the primary backup folder. I ...
0
votes
2answers
150 views

Azure Backup Restore

I want to move an existing server 2008 instance from Rackspace/Hostway to Azure. Can I do a full OS/data backup, copy the backup file to the Azure server, and then restore from the backup file? How do ...
0
votes
1answer
73 views

Azure Backups and MS OFfice

I am moving my servers from Hostway if I can find a solutoin for these questions. What is the best way to backup my Azure servers? To where? Does MS back these up for me? I have build a Azure VM and ...
4
votes
2answers
100 views

How to prepend characters to Vim backup file names?

By default, Vim appends a tilde ~ to backup files. I know there's a configuration option to customize the backup file extension: If you set backupext=.bak in your .vimrc file, your backup files will ...
0
votes
2answers
105 views

Best way to incorporate schema into heroku pgbackups clone from production data

Sometimes to test out my apps, I use heroku pgbackups to copy my production data into my staging instance. However, if there are tables present in staging that are not in production, loading the ...
0
votes
1answer
65 views

vBulletin merging old database and new database

How to merge old database with new database? I need to add all stuff (topics, comments, users and all info) from one db to other... vBulletin 3.7.3 (both dbs)
4
votes
1answer
470 views

Amazon EC2 postgresql backups: Snapshot the data directory or pg_dump onto an EBS volume that is snapshotted consistently?

I have a postgresql database on amazon EC2 and need to determine the best way to keep this data backed up. I am considering two options: (1) Mount an EBS volume to some directory like /pgsqldata and ...
0
votes
1answer
163 views

Need to install SVN on HeartInternet.co.uk web hosting

This is my first question, so I hope I do it right :) I am the owner of a small web design agency and I would like to secure our backups a little more by using Subversion. My idea is to have ...
5
votes
3answers
259 views

What should I back up in ColdFusion 9?

What should we back up within ColdFusion 9? We are backing up the websites and the databases, but what should we back up within ColdFusion Administrator? I am concerned with the Data Sources, Web ...
0
votes
1answer
298 views

Duplicity - how to verify a file before backup?

I have heard that Duplicity is a nice tool for doing incremental backups. The only thing I am concerned with is verification. How does Duplicity check the backup for being consistent before it syncs ...
0
votes
1answer
72 views

TFS Backup Fails - when it starts taking transactional backup

Need help to get rid of this issue..... I have scheduled TFS backup using TFS power tool. It was working fine till 10 days back. Now it started this.....tried all the ways what am aware of but no ...
2
votes
1answer
244 views

How do i remove old files so that I keep one for every week, one for every month, etc.? [closed]

I do regular backups on my linux server but as it is now I delete all backups older than 14 days. I'd prefer if I could do it as sbackup or deja-dup. There you have the choice to keep all yesterdays ...
1
vote
1answer
137 views

Is the pgbackups addon for Heroku fully managed?

I am using the pgbackups addon from Heroku and trying to figure out what the best option is for me: http://addons.heroku.com/pgbackups I want to basically backups to happen on a daily basis, so I am ...
0
votes
0answers
277 views

Easy Way to Backup Virtualbox Files?

I have a virtual machine with 2 virtual disks running in VirtualBox. I am hosting the virutual OS on Windows 7 (and the virtual OS is also Windows 7). I would like to backup the entire virtual os ...
0
votes
1answer
34 views

Backups for my site, file and/or SQL

I need to find a good backup solution for the site I have hosted with HostGator. HostGator only backs up sites with less than X number of files. Unfortunately I've exceeded that limit and they ...
1
vote
0answers
99 views

How can I backup files stored on Amazon S3? [closed]

I have a web-service wherein users upload files and these are accessible by only them or to users whom they authorize. I need to keep a backup of these files. How can I keep backup of these files in ...
0
votes
3answers
55 views

What do you all recommend for backing up git workspaces/clones?

I need a backup that included uncommitted modifications because my developers don't like to commit often.
1
vote
0answers
51 views

Backups of RSA public and private keys

I was wondering which is the best way of making a backup of RSA key pairs. I have them in the same server I use to make backups in order to encrypt and by now this is a SPOF. I can't find any good ...
0
votes
2answers
295 views

How best could I optimize the way I'm backing up MySQL databases?

I have several websites hosted on a VPS and am currently performing database backups by running a shell script via cron that looks something like this: mysqldump -uusername1 -prootpassword dbname1 ...
1
vote
1answer
198 views

IDE, Text Editor, Program that can save “snapshots” of your code? (Auto-save backups of code)

I've been looking for an IDE or Text Editor that can save "snapshots" of my code. I have been coding in a lot of new languages lately using a lot of trial and error. I often find myself wanting to ...
0
votes
1answer
423 views

Backup MySQL via php, in a Symfony application

I'm trying to do a php script to backup my database. Here's what I've tried so far : $command = "mysqldump -u [username] -p [password] [databasename] | gzip > db.sql.gz"; $this->output = ...
0
votes
0answers
490 views

SQL Server backup to external drive [closed]

I'm running Windows Server 2003 and SQL Server. Until recently, I've been able to backup to mapped drives or external hard drives. Now, when I go to run backups, the only available drive is the local ...
0
votes
2answers
211 views

copy data of a project(from a project table) from one database to other in Oracle

Could somebody tell me how to do this in Oracle: I have a table named project in which there a multiple projects. I want to copy the data of a particular project from the source database to another ...
0
votes
2answers
88 views

How to backup source repository and zip destination folders?

All sources are on windows OS, and destination backup is on Unix system (we are using Samba). My source repository is similar to : -Repository --Folder1 ---Files --Folder2 ---Files etc... I ...
0
votes
2answers
50 views

Are there any apps that save backup versions of a file with one click (save, commit, etc) live while editing?

Just something that will save changes automatically, while i'm editing say in gedit, or notepad plus plus, or even windows text editor, etc. I can't seem to find exactly what i'm looking and SVN, ...
0
votes
0answers
536 views

Backup/Restore MySQL ARCHIVE engine table - Can't find file

I recently did a backup of an MySQL ARCHIVE (engine) table and I am trying to restore this table on another server. Basically, the backup process was to copy the .ARZ and .frm and move the files on ...
0
votes
1answer
53 views

Backups for online businesses - better external hard drives or tape drives

We are an online business. Currently we are using DVD's for our backups. The problem is we are running out of space. I guess there are two alternatives here: _ external hard disk drives _ tape drives ...
4
votes
5answers
683 views

Incremental Backups / Versioned backups using PHP

I'm trying to backup a folder containing several folders and files to a remote location (will be uploading zipped files). Is there any existing scripts that may help me, which checks if the files have ...
0
votes
1answer
127 views

MYSQL: Copying a table from a snapshot into production

i have a snapshot of the database that I took before i did some data migration. The data migration messed up, so I want to retrieve the data from the snapshot to migrate over to the production ...
2
votes
2answers
62 views

DBA - SQL Server 2005 - Backups

I am trying to figure out how SQL Server DBAs are doing their backups and verify in 2005. I use the Idera's free stored procs (which is no longer available to download btw) to backup and verify and ...
4
votes
4answers
273 views

Git is ignoring .git directories in subdirectories

I'm using git as a backup tool and 'roaming profile' for my $HOME directory between laptop and desktop. My problem is that under my $HOME I have a Development directory with multiple git projects I'm ...
5
votes
3answers
3k views

Encrypting with app public/private key in .net

-new- I found another use. Theres some data submitted to me via HTTPS POST data and i'd like to store it in my db (Such as mother maiden name that customer support may need to read later instead of ...
1
vote
1answer
467 views

Using T-SQL to get contents of backup media

In SQL Server Management Studio (I have 2008), I can see the contents of the media i have backed up to, be it disk or tape. I can see information such as what files it currently includes, the dates ...
0
votes
2answers
251 views

Multiple Website Backup

Does anyone know of a script or program that can be used for backing up multiple websites? Ideally, I would like the have it setup on a server where the backups will be stored. I would like to be ...
0
votes
1answer
33 views

Backing up my database is taking too long (pocketPC)

On a windows mobile unit, the software I'm working on relies on a sdf file as it's database. The platform that the software is targeted towards is "less than optimal" and hard resets every once and a ...
5
votes
2answers
688 views

How to manage backups and monitor Git with a central repository?

I'm on a team using Git right now, and we have a pretty good workflow. We have a central repository with two branches, dev and master. We create local branches to work on individual tasks. We merge ...
0
votes
1answer
2k views

export user rights into a SQL file for SQL Server

I would like to know if there is a query to export the user rights select insert grant and so on, to a SQL file. I managed to get the list of the Grants: Select * from ...
3
votes
4answers
2k views

Remove Backup Files folder in Visual Studio 2008

Visual Studio 2008 automatically creates a folder located (in Vista) at: "C:\Users\%username%\Documents\Visual Studio 2008" And I'm fine with that location. What I don't like is the "Backup Files" ...
5
votes
3answers
1k views

Taking periodic backups of a MySQL database

I need to know how can I backup my MySQL databases on a periodic basis and have the backups downloaded to my local server. I'm using navicat and it has an easy backup interface and tasks schedule ...
1
vote
3answers
827 views

how do i read a fedora partition from windows? [closed]

Windows recognizes and gives my fedora partition a drive letter, but it shows it as blank. Is there a way to get windows to read ext3 filesystem? Its a fedora 10 partition.

1 2