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.

learn more… | top users | synonyms

0
votes
0answers
5 views

OpenSource Backup tool to take image level backup of virtual machine

I am looking for the open source backup tool which can take backup of my running VM. By searching lot, i did not find whether AMANDA community version can fullfill my requirement. Can anyone please ...
0
votes
0answers
15 views

Why does photoshop open many .psb file on launch? [closed]

Whenever I open up Photoshop it opens a dozen .psb files of images that I've edited a very long time ago. How do I disable this functionality and prevent it from happening again in the future ?
0
votes
2answers
32 views

Setting range properly in DoCmd.TransferSpreadSheet (VBA Access in Excel)?

For Each Page In Worksheets PageName = Split(Page.Name, " ") If UBound(PageName) > 0 Then Worksheets(Page.Name).Activate LRow = ActiveSheet.Cells(Rows.Count, "A").End(xlUp).Row ...
-1
votes
0answers
8 views

backup data from rescue server to ftp server + 1&1 hosting [closed]

I am new in Linux/Unix. my website hacked by hacker. and I mount my server. 1) How to backup data from rescue server and transfer it to ftp backup server? 2) How to re-image the the server? any help ...
0
votes
0answers
25 views

Play framework with postgresql backup - duplicate key value violates unique constraint

I have a problem using postgreSQL with play framework. I have a platform with a register form and sometimes it works properly but sometimes this error happens: play.api.Application$$anon$1: Execution ...
0
votes
0answers
30 views

Should I use NoSQL for this scenario? [closed]

which nosql db should be used if I want to write some billions of entries and I have a predefined query on a 64 character field?
-1
votes
0answers
17 views

how to backup linux server to blu ray [closed]

The linux server is linked to three PCs and one Mac. It has a blu ray drive. My predecessor was backing up the server to a blu ray disc regularly using my PC. But I don't have any idea how he did it. ...
-1
votes
0answers
17 views

.sh Backup files

'm using propel ORM wich generate my class, but each time i generate class, i lost all modification i've done into my files. So i would like to copy each file located into ...
0
votes
1answer
18 views

how to output a MYSQL Database Backup file without saving the file first?

I have the below script which is not working as it should: The script should create a sql file for my database and output the file directly instead of saving it but instead i am getting an empty ...
1
vote
1answer
53 views

Oracle datapump exported tables

My situation is quite strange, and i don't have any ideea on how to handle it. Scenario: In variable v_tables_param I have the following string (the names of the tables that iwant to export) ...
2
votes
0answers
30 views

EBS snapshots vs. WAL-E for PostgreSQL on EC2

I'm getting ready to move our posgresql databases to EC2 but I'm a little unclear on the best backup and recovery strategy. The original plan was to build an EBS backed server, set up WAL-E to handle ...
-1
votes
0answers
29 views

Android 2.3.6 command to backup /data partition fills sdcard

I want to backup /data partition in android 2.3.6 of Samsung Galaxy Y S5360 using adb shell to create a tar.md5 for odin, but at the moment to backup data partition I have this issue : (this command ...
0
votes
1answer
19 views

Backing up sqlite DB on iOS

I would like to make backup copies of my app's main sqlite DB while my app is running. 1) I have read that it is safe to just copy the sqlite file if the DB has been checkpointed (at that point the ...
0
votes
0answers
6 views

data migration and backup

I have database called SPA07 with new structure and SPA07 with old structure. Both are in different server. I need to Migrate all data from my old database to new database. Before that, I am doing ...
0
votes
1answer
27 views

Backup solutions for AWS EC2 instances

I'm looking for a backup solution for Amazon EC2 instances. I found this: http://www.n2ws.com and I wanted to know if there were other ones. Thank you PS: It's possible to automatically backup RDS ...
0
votes
0answers
9 views

Robocopy copying unchanged files to other server [migrated]

I have a problem with a robocopy script that is supposed to mirror a directory including the NTFS ACL from one server to another server. It seems that even though no files have changed, the complete ...
-1
votes
0answers
11 views

Sybase ASE 15.5 backup native compression is very slow [closed]

I have a production database running on Windows 2007 and ASE 15.5 that takes many hours to dump using native compression: dump database production to 'production.dmp' with compression=6 However, ...
0
votes
0answers
8 views

Sync Android Gallery with my web service

I want to synchronize my android gallery with my web server, i want to upload all my gallery images or videos in my web server. What is best Method for that?
0
votes
0answers
5 views

how to verify mysql backup file [migrated]

Is There any tool to verify the backup taken using mysqldump without manual restoration ? I have to take full backup daily so it is difficult for me to verify the backups daily by restoring them. As ...
1
vote
1answer
29 views

incremental export and import postgresql C#

I have a PostgreSQL Database, with one table. Each day, I want to export the data WHERE date='whatever' so it ONLY dump the data I've managed TODAY. Then, I go to another Database, and import that ...
-1
votes
0answers
12 views

Magento database and media backup incomplete.net

I've done a magento database and media backup, but as I discovered, it did not include any of my design packages (those are not considered part of media during database backup). Too bad there is no ...
0
votes
1answer
5 views

'skip-backup' attribute always returns backup instead of skip process

i use this method for do not backup and that output is always success . but backup data also come in backup in ipad please help me. -(BOOL)addSkipBackupAttributeToItemAtURL:(NSURL *)URL { const char* ...
0
votes
1answer
32 views

Compare NSFileModificationDate of previous Backup

Here am creating backup of my database. But i don want to jus keep creating backups. i need to check the NSModificationDate property of the most recently created backup database and have to create new ...
1
vote
3answers
20 views

How to export sql a table structure and data in mysql?

phpMyAdmin has a feature called export. It will export table structure and its data. The output will be something like this: -- -- Table structure for table `input` -- CREATE TABLE IF NOT EXISTS ...
0
votes
1answer
37 views

Doing Backup of database

i need to backup my database. Initially in my "Create Backup" page, i have my original database shown. When i click the add new backup button, a new backup of my database has to be created on checking ...
-1
votes
0answers
12 views

Tcexam backup is not responding [closed]

I have a problem with backup function in Tcexam software ! Each time I click on Backup button .The site hangs, enters the refreshing mode and can't load. I always need to restart the WampServer to ...
0
votes
2answers
37 views

Export mysql table into SQL format? [closed]

Is it possible to export a table with its records into sql format via php code ? I've been looking around and all i found is exporting it as csv file. However I found the code below : ...
-1
votes
0answers
18 views

Backup cp :target `2013` is not a directory, What am I missing or need to add [closed]

mkdirbackup DEST=backup/`date -i -d "1 day ago"` cp -r /home/nf/$1/home/nf/backup/` date -I -d£1 day ago"` Do I have to add something specific or where about am getting this issues
-3
votes
0answers
24 views

bsod (Blue screen) resulting on corrupted CSS file [closed]

I was working on dreamweaver, editing my files(html, css), and i was saving them from minute to minute(its like a paranoia i have "crt+s / crt+s / ctr+s...."), and from nowhere BSOF(bluescreen!). ...
-1
votes
0answers
5 views

rsync options to exclude deletes [migrated]

I backup my files from my desktop to my FreeNAS box with rsync. Here is the command I use: rsync.exe -v -rlt -z --chmod=a=rw,Da+x --delete --exclude="Torrents/Downloads" --exclude="Torrents/Watch" ...
0
votes
1answer
36 views

bat file debug “back up used files”

Here is what I want to do: I want to write a "bat" file that will check all the files in a single partition to determine whether any file is revised/created today and if any, I would copy these file ...
-2
votes
0answers
16 views

Recommendations for a backup solution [closed]

I searched net but did not find a suggestion for doing this I have 150 computers Need on premises backup of business files. Some 10 TB or so should do it. I cannot do completely online backup; ...
0
votes
0answers
15 views

Backup a mysql database with a large number of tables (>100,000)

I know, really bad database design, but here we are, I have some kind of forum platform (Based on PunBB) and for each forum, I've generated a new set of tables. Really bad idea. Time has passed and ...
-1
votes
0answers
15 views

Version Control/Backup of Virtual Machines [closed]

(If this question is not in the right forum/site, tell me which one is the right one or move it there.) I want to use Virtual Machines (VirtualBox) privatly. I want to check out Virtual Machines to ...
0
votes
1answer
24 views

Error backup sql database but succeed creating database dump file

I tried this following code to backup mysql database into file and it works perfectly create the .sql file I need. function backup_tables() { $host='localhost'; $user='root'; $pass=''; ...
1
vote
0answers
15 views

Am i allowed to register more than one Backup Agent?

In my android backup, i want to backup the SharedPreferences and some Data stored in a SQL database. Is it possible to register two backupAgents in the android manifest (one for each) or do i have to ...
0
votes
0answers
5 views

Exporting gitorious code reviews

Does a tool or command to export GITORIOUS code review reports exist? What if I want to backup/restore the code review database? What if I had to send some reports to an external consultant/auditors ...
0
votes
0answers
20 views

Linux: move files to an ftp server with shell command

I´ve an managed server (HostEurope) and now I need the posibility to move files from a local directory to an ftp server. The transfer should be secured by ssl, username and password. I tried out scp ...
0
votes
0answers
7 views

Storix Backup and Recovery

Recently we had a server OS crash and we recovered the OS from Storix. My colleague performed the activity . For him also it was the first experience. So I would like to know how this storix work. If ...
0
votes
3answers
19 views

Backup database and web folder in EC2

I have moved my first site to a EC2 micro instance, now the project is working I am trying backup database and images folder, if possible inside Amazon (Glacier? S3?). I have read a lot about it, but ...
0
votes
0answers
37 views

I have encrypted iPhone backup in Windows and its Encryption Password. How to open SQLite DB files from the backup manually without using iTunes

I have encrypted iPhone backup in Windows and its Encryption Password. How to open an SQLite DB files from the backup manually without using iTunes. Without encryption I am able open it using any SQL ...
-2
votes
0answers
7 views

read a windows backed up file using mac [closed]

I backed up some data on an external hard drive (some code etc) using a windows machine the windows laptop broke so I connected that external drive to a mac machine and tried to read it said its not ...
0
votes
0answers
15 views

backup and restore from os drive via C#

i need to create a backup from clients OS drive in local network via server and restore this when OS not work well or OS loading failed in C#.net.What we do? can i use ISO image file? thanks
-1
votes
0answers
20 views

Extracting databases from one SQL file (mysql) [closed]

I have a backup sql file of all my databases, I need a way to extract a specific database from it
0
votes
0answers
19 views

Copying database - not visible

With this code, I try to copy my database to //data//data// try { File sd = Environment.getExternalStorageDirectory(); File data = Environment.getDataDirectory(); ...
0
votes
2answers
21 views

Android: location of my database file

With SQLiteDatabase db = getReadableDatabase(); String path = db.getPath(); I know that my database file is at the path /data/data/com.packagename/databases/app.db. The user of my ...
2
votes
2answers
28 views

Backup or copy Azure Mobile Service scripts?

I am running a mobile service with an increasing amount of scripted functionality. I want to have these scripts somehow stored in a smart format for version control. I'm having hard time finding any ...
1
vote
0answers
34 views

Backup or Restore didnt work on mdf C#?

I'm trying to Backup and Restore my database with .MDF file in C#. I think it backup because I saw a .BAK file but when I restore, its not working. Both have no error on runtime but I think theres ...
2
votes
1answer
75 views

Backup and Restore database MDF C# WinForm didnt work

Im trying to Backup and Restore my database .MDF file in C# WinForms. I think it backup because I saw a .BAK file but when I restore, its not working. Both have no error on runtime but I think theres ...
0
votes
1answer
17 views

How to create a MySql Job to create a database backup and a maintenace plan?

How can I create a MySql Job that runs daily to generate a database backup and stores in on the server? Also How can I create a second Job that does a maintenance on the database to keep it running ...

1 2 3 4 5 43