The tag has no wiki summary.

learn more… | top users | synonyms

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
14 views

Restore SQL Server 2008 R2 Express from Description [migrated]

When backing up SQL Server we have the opportunity to input a description of the backup. Yet non of the Microsoft tools will show that description for restoring. Is there a way for me to review the ...
1
vote
1answer
134 views

How do I back up Redis sever RDB and AOF files for recovery to ensure minimal data loss?

Purpose: I am trying to make backup copies of both dump.rdb every X time and appendonly.aof every Y time so if the files get corrupted for whatever reason (or even just AOF's appendonly.aof file) I ...
0
votes
1answer
50 views

find directory trees in large tree structure that are identical

I have an archive of about 10 years worth of files that is a large directory tree structure, having multiple copies of smaller tries at various locations in the larger tree. The tree grew into this ...
1
vote
0answers
27 views

How do I backup a blog thorough RSS?

I have a blog with tons of content on a service that's about to be shut down, they aren't offering a solution to download all of it but they did enable RSS feeds that show the entire posts with images ...
2
votes
0answers
53 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
1answer
18 views

Incremental backup - How are changes identified

Have gone through several links, and though it explains what is incremental backup how are the difference since the last backup identified? is it by size of the files or the data... can anyone ...
0
votes
2answers
87 views

How to keep safe Eclipse project backups? [closed]

How do you backup your eclipse projects? I frequently export an archive file containing all the projects I'm working on to another hard drive. However I heard that if your workspace metadata gets ...
0
votes
0answers
42 views

backup .gitignore files

This may sound like a stupid question but I got a situation. There are several entries in .gitignore file. Github is doing good by ignoring those files. But I want to get backup of those ignored ...
0
votes
0answers
180 views

Is Visual Web Developer not referencing my CSS stylesheet or have I gone insane? [closed]

Okay, strangest programming problem ever (prolly not)... I've been using Microsoft Visual Web Developer to code my site for a couple weeks with no issues at all. But today I started to notice my style ...
3
votes
0answers
241 views

What's a good SQL Server backup schedule? [closed]

There seems to be a plethora of information regarding the process of setting up backup tasks, but not much information about the big-picture view of database backups. At least, it's hard to formulate ...
0
votes
1answer
42 views

Is there something like a backup crawler? [closed]

I want to close an account on a community where I participate but if I do it I will lose all the content I created there since closed accounts are deleted permanently and there's no automated way to ...
0
votes
1answer
53 views

Best Practices for Development Backups

I am a intermediate-level developer (I think). I almost always work alone. I have always just save my code to my hard drive and then published it to my server. I almost always over-write old code. If ...
1
vote
1answer
286 views

What when mysqldump becomes utterly slow

Currently my database is almost 20 GB big and still growing. I'm taking a daily backup with mysqldump and it's getting really slow. So slow that in the meanwhile new connections stack up and ...
1
vote
4answers
134 views

Does git duplicate all my files?

I am trying to implement a new backup system on a website using git. The virtual private server has 20GB space total with 5GB free. When I run git add . at the /var/www (with my favorite .gitignore ...
2
votes
2answers
2k views

Magento: backup options

I have a question regarding the Magento options found under: Admin Panel -> System -> Tools -> Backups What is the difference between "System Backup", "Database and Media Backup", and "Database ...
1
vote
1answer
124 views

permanently remove revisions from SVN

Preamble My SVN hosting is provided by a 3rd party which limits my usage to 300MB. As the project is only of a moderate size, I never imagined this would be a problem. Once the app went to ...
0
votes
4answers
513 views

Backup from Amazon S3

I have just finished setting up Amazone S3 as a CDN for our website. From now on we will host tons of picture directly in the cloud. It is cool! - but leave me with a problem in regards to backup. ...
1
vote
1answer
122 views

How can I backup a subset of my GMail in an mbox format? [closed]

I'd like to backup my GMail account in an mbox file. Except, I don't want all of my GMail account. I just want all the messages labeled foo (or even better, the messages which are the result of a ...
0
votes
1answer
58 views

Backup Exec configuration

I want to set-up what I believe to be a simple back-up process using Backup Exec. This is how I want it to work: Tuesday: Run a full back up Tuesday morning with tape "A" Tuesday during the day, ...
0
votes
2answers
108 views

Persistant database state strategies

Due to several edits, this question might have become a bit incoherent. I apologize. I'm currently writing a Python server. It will never see more than 4 active users, but I'm a computer science ...
0
votes
2answers
164 views

Efficient incremental backup with data chunks

I'm developing a backup tool and I can't figure out the most efficient way to do remote backup. I don't want to send the whole file every time there's a small change so I guess incremental backup is ...
1
vote
0answers
41 views

Keeping track of very large csv files

I have inherited this project where we deal with very large files each is 0.5 to 2 GByte the total is ~ 100 GBytes a day. The files are comma or tab separated files in UTF-8 format. These are ...
5
votes
1answer
182 views

Best practice for website database writes during cold backups?

Lets say you have a large, popular database-driven website. There are people on the site all day and all night. They access pages that both read and write to the database. When implementing a daily ...
0
votes
1answer
31 views

How to create tar that gets updated for 2 weeks

I need to setup a bash script which tars and compresses a directory. The tar should be updated every day after that point with the same directory. This should happen for a duration of 14 days until ...
0
votes
1answer
277 views

rdiff python module

Is there a python module that has the functionality for computing rdiff signatures and delta differencing? I need to perform these operations on a cross-platform application so I'll need something ...
0
votes
1answer
161 views

How to backup a [SQL Server] database if privileges are not present?

I have complete readonly access to a SQL Server Database. If I try to do a backup, I get the following message. The EXECUTE permission was denied on the object 'xp_get_tape_devices', database ...
0
votes
2answers
181 views

Implications of using SVN to backup DB dump files [closed]

So I want to provide nightly database backups to my clients and I was considering an option that I wanted to get others feedback on. My plan is simple. Since I am using Drupal I will use the ...
1
vote
3answers
198 views

Backing up the DB vs. backing up the VM

We're serving a Django/Postgres site running on a VM hypervisor. We're now trying to figure out our back up strategy and have two probable options: Back up the DB directly using pg_dump Back up the ...
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 ...
2
votes
1answer
110 views

How do I recover production data in App Engine that I accidentally deleted?

I deleted some data from my production App Engine app. Unfortunately I had the wrong table name in mind when I did so because I have two tables that have very similar names. I know the deployed code ...
0
votes
2answers
296 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
1answer
566 views

What does Transactional Backup Interval mean in the Backup Plan Wizard for Team Foundation Server?

I'm in the process of setting up a backup plan for a Team Foundation Server. I downloaded Power Tools for TFS and I'm using the Backup Plan Wizard that was included in that pack. I am now at the step ...
3
votes
2answers
1k views

How do I pipe a git clone to archive (tar or gzip)

I am trying to make a simple backup script for my remotely hosted git repos. In the script I have a few lines that currently look like this: git clone git@server:repo.git $DEST tar czvf repo.tgz ...
0
votes
2answers
532 views

Moving SQL Server backups to off-site storage with Amazon EC2?

What are some of the best practices available for taking SQL Server backups from an Amazon EC2 based server??? I have a nightly job that creates the backups but I still need to move them "off-site". ...
3
votes
3answers
3k views

How can I slow down a MySQL dump as to not affect current load on the server?

While doing a MySQL dump is easy enough, I have a live dedicated MySQL server that I am wanting to setup replication on. To do this, I need dumps of the databases to import to my replication slave. ...
0
votes
1answer
77 views

programmers back-up methods and tools

yesterday just happened. A tired user(me) had the bad inspiration to reinstall xampp with overrwite option. Even if I've specified that I wish to preserve htdocs and mysql\data folders, the setup ...
3
votes
5answers
5k views

How to backup SVN repository?

I often hear that having an SVN repository doesn't cancel need for backups. How is such backup done? I mean the repository will inflate over time, won't it? So do I back it up as a whole every time ...
1
vote
3answers
314 views

Incremental backups: how to track file deletions

I have an offsite backup solution which runs on C++ to break the files into blocks, and keeps track of the blocks using md5 hashes on a SQLITE3 database. And it transfers the blocks along with the ...
0
votes
2answers
164 views

Looking for a version control based backup tool

I'm traveling all the time (every 2-3 months, I'm in a new city or country), with no real permanent address. I've managed to work out all the kinks over the last couple of years...except having a ...
5
votes
1answer
1k views

Android SharedPreferences Backup Not Working

I've been doing my homework on how to backup SharedPreferences in my Android application, especially using reflection to maintain backwards compatibility. At least I've been trying. Unfortunately, ...
0
votes
1answer
843 views

Stream rdiff - delta differencing?

I have a product that does online backups using rdiff. What currently happens is: Copy the file to a staging area (so the file won't disappear or be modified while we work on it) Hashes the original ...
0
votes
2answers
329 views

backup/restore data in mysql database

How to backup/restore data in mysql database very quickly?
1
vote
3answers
908 views

Can you retrieve source from a debug-compiled binary?

I was digging around and found an executable for something I wrote in Visual C++ 6.0 about 8 years ago. I never backed up the source code, but I think I always compiled everything in debug mode. I ...
1
vote
1answer
127 views

Maintenance window and recovery for a large database

One of our teams is developing a database that will be somewhat large (~500GB) and grow from there (I know 500 Gigs may seem small to many of you, but it will be one of the larger databases in our ...
0
votes
2answers
444 views

mySQL daily backup from one table to another

If I have 2 tables with the same definition, how would I backup data from it daily? Can I use mySQL Administrator to perform something like this At 12:00am everyday, copy all the rows from ...
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
1answer
385 views

SQL Server differential backup file size smaller than previous one?

I have a production system running on an SQL Server 2008 DBMS, in Full recovery mode. I take a full backup each day at midnight, a log backup every two hours, and a differential backup every 6 hours ...
1
vote
1answer
335 views

Encrypted FTP Storage

I guess this is kind of a programming question, because I'm going to write a program if this doesn't exist. So I found a very cheap web-host (I don't really care about the actual web hosting). They ...
1
vote
2answers
89 views

Is there a way to only backup a SQL 2005 database structure fully, but only the data in a certain set of schemas?

I have several schemas in my database, and the largest one ("large" meaning disk space consumed) is my "web" schema which is a denormalized copy of data in the operational schemas. This ...

1 2