Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

35
votes
24answers
2k views

Good Secure Backups Developers at Home

What is a good, secure, method to do backups, for programmers who do research & development at home and cannot afford to lose any work? Conditions: The backups must ALWAYS be within reasonably ...
5
votes
3answers
1k 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 ...
5
votes
2answers
560 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 ...
4
votes
5answers
316 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 ...
4
votes
4answers
572 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 ...
3
votes
4answers
198 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 ...
3
votes
4answers
1k 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" ...
3
votes
4answers
5k views

How Do I Backup My PostgreSQL Database with Cron?

I can run commands like vacuumdb, pg_dump, and psql just fine in a script if I preface them like so: /usr/bin/sudo -u postgres /usr/bin/pg_dump -Fc mydatabase > /opt/postgresql/prevac.gz ...
3
votes
2answers
2k views

How do you backup an apache Jackrabbit repository without shutting Jackrabbit down?

When running Apache Jackrabbit JCR as an embedded service in your app, is there a quick way to get a sound and consistent backup of the contents of the Jackrabbit repository without shutting ...
2
votes
1answer
86 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 ...
2
votes
2answers
51 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 ...
2
votes
2answers
2k views

What's the fastest way to import a large mysql database backup?

What's the fastest way to export/import a mysql database using innodb tables? I have a production database which I periodically need to download to my development machine to debug customer issues. ...
2
votes
6answers
208 views

Ideal options for archiving flat files

We receive multiple thousands of flat files per week currently, and I have a system that runs reports on these and exports them to PDF for our people to process and reference. I currently bulk load ...
2
votes
3answers
3k views

Build Tar file from directory in PHP without exec/passthru

So I have a client who's current host does not allow me to use tar via exec()/passthru()/ect and I need to backup the site periodicly and programmaticly so is there a solution? This is a linux ...
1
vote
1answer
20 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 ...
1
vote
0answers
33 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 ...
1
vote
1answer
76 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 ...
1
vote
1answer
219 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 ...
1
vote
3answers
535 views

how do i read a fedora partition from windows?

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
vote
5answers
3k views

Compressed backups in SQL Server 2005

What is the best free way to get your maintenance plan-generated backups compressed? I know there are non-free tools that will compress the backups, but I'm not interested in them. Options: Have a ...
0
votes
0answers
81 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
22 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 ...
0
votes
0answers
31 views

WHM - How to limit backups size

I just found out that 100% of my hard drive on my dedicated LAMP server was used because my backups grew to 200 gigs. Is there a way to limit how much hard drive space gets eaten up from my daily ...
0
votes
0answers
50 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
46 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.
0
votes
2answers
69 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 ...
0
votes
0answers
22 views

backup server files to remote box software?

we've just realised we are not getting backus of our website files on our live server. we would like to mirror all our live server website files on our local machine. is there any software that maybe ...
0
votes
1answer
208 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
234 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
97 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
56 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
31 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
296 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
39 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 ...
0
votes
1answer
68 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 ...
0
votes
2answers
139 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
25 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 ...
0
votes
1answer
781 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 ...
0
votes
0answers
434 views

IIS 7 Backup Strategy

I did notice this post but am looking for more specifics. I have 2 servers running Windows 2008 Server Web Edition and am running websites on both of them. I would like to be able to mirror IIS ...
0
votes
2answers
364 views

Backups via WHM - setting the schedule specifically?

We have backups running via WHM to a FTP server - where I see we can set daily, weekly, monthly - but can we specify what time during the day the backups are being done so it won't interfere with ...
0
votes
7answers
1k views

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 ...
0
votes
4answers
190 views

Scheduled data backup from client to server

Can anyone point out what technologies would be best suited for an application that backs up data from clients to a server ? The client should choose folders to backup and schedule backups to ...