The act of saving ones files, data, applications, etc. to secondary media, allowing for the recovery of the files, data, applications, etc. in the event that the primary media becomes unavailable (fails). Also the secondary media used for storage.
4
votes
0answers
49 views
How to take inceremental backup in lucene?
I want to perform a backup and restore process in my project. I used snapshotdeletionpolicy to take a hot backup of my indexes to another location.
Is it possible to take a incremental backup in ...
3
votes
0answers
310 views
Data deduplication framework?
I want to integrate data deduplication into software that I am writing to back up vmware images. I haven't been able to find anything suitable for what I think I need. There seem to be a LOT of ...
3
votes
0answers
398 views
Restore only changed files with duplicity
I've a problem. Duplicity is perfect for backups, I love so much that can be able to do incremental diff tars, but ... when restoring duplicity seems don't apply same concept.
Basically I need to ...
2
votes
0answers
64 views
How should I backup my realtime data? Is there a better solution?
Question
How should I backup the real-time data in my program? I'm currently using the memory mapped files provided by the "Interprocess" library in C++ Boost. I wonder is there a better ...
2
votes
0answers
261 views
Exporting database in MySQL Workbench
I want to export my database in MySQL Workbench, but I only want the INSERT statements to appear in the text files. However I get a bunch of stuff I don't know what is for. How can I remove things ...
2
votes
0answers
141 views
How to handle manufacturer-dependent differences in ContentProviders?
I'm trying to backup the SMS inbox and to restore the messages on another device.
Unfortunately, the content provider columns differ from device to device.
There is an app in the PlayStore called ...
2
votes
0answers
159 views
indexedDb backup in the cloud
I would like my client web app to be able to backup the indexedDb database.
I do not have a webserver
i found this: Exporting and importing IndexedDB data
that says: "you can call an export callback ...
2
votes
0answers
209 views
backup of profiles on iPhone
I need a way of backing up/restoring provisioning profiles on an iPhone device. I understand from the documentation that iCloud is capable of restoring music, documents etc. But there was no mention ...
2
votes
0answers
796 views
Prevent iCloud Backup of Folder
I recently got rejected for my NSLibraryDirectory backing up wrong kind of data to iCloud. I am trying to prevent the entire directory from backing up to iCloud, as this directory doesn't contain ...
2
votes
0answers
239 views
How to perform incremental tar backup of FAT filesystem
I use tar --listed-incremental=... to perform incremental backups on my computer, and for the most part it works like a charm. However, it doesn't seem to play well with my old FAT partition. It ...
1
vote
0answers
12 views
Reinstalling WAMP, file backup MySQL database w/ InnoDB tables = FILE COPY ok?
I need to do a fresh install of WAMP. Files and other settings are easy to backup/reconfigure, but I have a question regarding MYSQL.
I used to simply COPY a backup of the mysql folder structure , ...
1
vote
0answers
52 views
iOS Can I mark Documents directory with “do not backup” attribute?
I had read that I can mark folders with "do not backup" attribute.
As i understand, in such case all contents of directory will be excluded from backups.
In our app we need to exclude from backup all ...
1
vote
0answers
55 views
Dropbox with whenever gem
I'm trying to use whenever with dropbox. I created Core Api App on Dropbox site. After running whenever I got this error:
Couldn't get access token. Server returned 401: Unauthorized. Visit
...
1
vote
0answers
496 views
using adb backup/restore?
I want to use the adb backup / restore . I use adb restore to restore a backup. But my problem after some delay, the mechanism restore stops. I want my restore do not stop. And if possible it starts ...
1
vote
0answers
87 views
Azure database backup to blob using Powershell
We need to backup the azure database and store it on blob so that it can be restored. I've seen this blog but it uses the third party cmdlets.
...
1
vote
0answers
34 views
Backing up a Couchbase 2.0 cluster from a non-CB server
Couchbase ships with a backup tool called cbbackup (the docs are here).
In my setup, I have a cluster of 4 Couchbase nodes (let's call them CB1, CB2, CB3, CB4).
I want to backup my entire cluster ...
1
vote
0answers
52 views
How to backup and restore IIS configuration from script
I'm writting a script that sets up a lot of different applications in Windows (mainly svn and open source servers for http, dns, mail, ftp and db). This script is intended to be executed in new/clean ...
1
vote
0answers
85 views
Is it possible to backup with rsync, follow root symlink, but preserve the rest of the symlinks?
I'm setting up a backup using rsync. I'd like to specify the root source directory using a symlink that points to it, but for the rest of the archived tree, I'd like to preserve the symlinks.
...
1
vote
0answers
26 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 ...
1
vote
0answers
84 views
Prevent backup of keychain data using kSecAttrAccessibleAfterFirstUnlockThisDeviceOnly
I want to prevent a user from buying credits, synching their device, using the credits and then restoring their device from backup thereby resetting their credit level to what it was when they synched ...
1
vote
0answers
76 views
How to clean iCloud backup?
I have some files which are backuped in iCloud, but I don't need them in new app version, so I would like to delete all iCloud backup data or at least do not let that data to get in my app. How can it ...
1
vote
0answers
41 views
Complete android configuration details
I am trying to work on a project which requires to take backup of complete android configration say wifi connection list and pwd's, ringtone, screen brightness, bookmarks, etc. Is there any common ...
1
vote
0answers
96 views
Correct way to restore a sqlite persistent store while app is running?
I am trying to implement a backup/restore system in my app while app is running. I create a backup of the database and put it into a Backups folder. If I want to restore I remove my persistent store, ...
1
vote
0answers
38 views
How can an end-user email me their iOS app database?
I'm an iOS developer, and a user is reporting a strange problem that I'm not able to resolve without access to their SQLite app database.
However, as the app currently exists, I don't have iTunes ...
1
vote
0answers
28 views
SVN as a backup medium
On our web server (CentOS) I am setting up a automated daily back-up of our database. Of course I want to send it offsite ( to our office Windows SBS 2003 server ).
Seeing as we already had SVN setup ...
1
vote
0answers
24 views
Steps to Back-up Entire Website for Transfer
I hope I am not duplicating/putting this question in the wrong area, if so, please move-it or redirect me to the post I have duplicated. Thanks in advance.
I am wanting to know the steps to backing ...
1
vote
0answers
72 views
Back up a git remote repositore with git hooks
I have some puzzle peaces and it would be great if someone could help to master the pieces together to have a whole picture.
I have a couple of devs who develop on serveral git repo's locally and ...
1
vote
0answers
58 views
Is it possible to backup a GlassFish server 2.1.1 domain without stopping or suspending the server?
We are using JCAPS 6.3 with a build-in GlassFish 2.1.1 app server, we'd like to create a replication of the default domain (C:\JavaCAPS63\appserver\domains\domain1).
Is that possible to perform the ...
1
vote
0answers
92 views
how to open visual studio solution auto recovery backup .bak file?
if you get the .bak file which is supposed to contain the visual studio full backup of a project, how do you open the file to see the project in solution explorer?
1
vote
0answers
629 views
Magento file permissions changing to chmod 666 after system backup
I am new to this so bear with me.
I have installed a clean CE 1.7.0.2 version of Magento and everything is working except when I do a system backup from the admin the files on the root directory ...
1
vote
0answers
235 views
percona pt-table-checksum - Waiting to check replicas for differences
I have encountered a problem with Percona checksum..
The database contains about 70 tables and the checksum always stucks at the same table?
If the table is dropped the checksum is completed like it ...
1
vote
0answers
70 views
BackupBuddy won't let me Export a Sub-Site from within my Wordpress MultiSite install. Even though it should
I have been using backupbuddy for some time, and have done this many times. Then i took a break for a month or two, and now it won't let me export a Sub-Site from my Wordpress Multisite install!?? ...
1
vote
0answers
70 views
rdiff-backup fatal errors, relevant increments found?
I'm running rdiff-backup to backup some folders on a remote system.
rdiff-backup root@<REMOTESERVER>::/apps/myapp/shared/system /home/backups/system
echo "$(date): Completed... removing backup ...
1
vote
0answers
461 views
Backup Entire Website Using PHP
Using PHP, I am developing a CMS. This needs to support website backups.
Musts:
Compressed ZIP Folders
Must work on at least Linux and Windows
Must work on PHP 5.0, PHP 4 would be nice
I just need ...
1
vote
0answers
153 views
error with creating backup of Godaddy DB on Local Machine
I am in need of restoring My Updated Database on GoDaddy.
I had old database backup(ypldb.bak) from Godaddy. The backup(ypldb.bak) had been created from Godaddy hosting account.
I had to do some ...
1
vote
0answers
558 views
backup redis to mysql
I want to backup my redis database to mysql.
What would be the best architecture?
I am thinking of the following:
Create a Slave for the Primary Database on a different server.
Write a Node.js ...
1
vote
0answers
294 views
Backup Database( .sdf) file to skydrive by changing it to .txt
I'm a beginner programmer. I have a database file (MyDatabase.sdf) in my windows phone mango app. What I am trying to accomplish is copy and convert the MyDatabase.sdf file as MyDatabaseBackup.txt in ...
1
vote
0answers
200 views
How to backup (or sync) app's data (stored in sqlite database) to google (or gmail) from Android application?
I'm developing an Android application that need to backup (and restore) some data stored in sqlite database to (from) google (or gmail). But i don't have a clue about where to start. I read the backup ...
1
vote
0answers
163 views
Rsync: Excluding all files but no directories
I would like to define an rsync include/exclude rule which excludes all files in directory but includes all subdirectories inside without any files in those directories.
Why would one want to do ...
1
vote
0answers
208 views
how to backup mysql database in store procedure or event?
Is there a way to backup database using event scheduler in mysql?
i want to run this event in phpmyadmin,
now i have a code for backing up a single table, but i want it to be a single file of ...
1
vote
0answers
93 views
Can data be backup to iCloud but does not sync?
I have a developer coding an app for me and they claim that some photo data is being backed-up to the iCloud, but this data does not sync and when A restore is done form the iCloud no picture data is ...
1
vote
0answers
363 views
get geo coordinates from iphone iOS 5.1.1; iphonels.py error— 'Manifest.mbdx' is missing in backup folder
This is a newb post, just fyi.
I'm trying to get location data off of my iphone for an art project. I did a backup of my iphone and am trying to get geo coordinates from the data stored in the local ...
1
vote
0answers
127 views
How to backup files in /Document directory to iCloud?
I use CoreData to managed data. My app creates pictures, movies, and audios. I save the media files directly to the /Document directory. I use url in coreData to access the media files. I can sync the ...
1
vote
0answers
41 views
Backup Bookmarklet Code
Hi i have bookmarklet code to load a scripts from a mirrored backup location if my main hosting goes down, it works but i want to know the best way to do this as i know the current way i am doing it ...
1
vote
0answers
87 views
How to take backup of Site prior to publish
I am using the following command to build package and deploy site on remote server using teamcity msbuild
/M /P:Configuration=%env.Configuration% /P:DeployOnBuild=True /P:DeployTarget=MSDeployPublish ...
1
vote
0answers
85 views
Can a MozBackup backup file be converted into a FEBE file?
I recently switched over to Ubuntu and removed Windows 7. I backed up my Firefox stuff using MozBackup, which appearently does not work on Linux. I tried wine and still not working.
Now regarding ...
1
vote
0answers
258 views
flexible merge command for unison to pick newer or older file?
I've been using unison as my file synchronizer of choice and life has been great.
Essentially I could modify any files on any side at any time without ever worrying who's master and slave, etc. It's ...
1
vote
0answers
80 views
Data Archiving and Backup softwares for large data sets
I am new to data archiving and backup, so I have questions that experienced people would able to help me out. So I have a few questions.
Here is what is at hand
Archive and backup large data sets. ...
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 ...
1
vote
0answers
177 views
Android BackupManager and multiple devices linked with the same account
I always wonder how Android's BackupManager will act when the same BackupManager enabled App is installed on multiple devices (e.g. Smartphone and Tablet) linked to the same Google Account. It seems ...

