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

IBM Tivoli Storage Manager reclaim stgpool vs update stgpool

What is the difference between TSM reclaim vs update? I have accidentally run the reclaim command on my offsite pool? Is it fine to run the reclaim command on offsite pool or is there a bad impact by ...
3
votes
1answer
24 views

dumping a MySQL table in chunks

I would like to backup one big innodb MySQL table, but unfortunately don't have enough free space to create a full dump of it. So I thought about dividing the backup to two parts. Meaning I will dump ...
1
vote
2answers
125 views

SQLite Backup Strategy

I'm trying to backup my sqlite database from a cronjob that runs in 5 minute intervals. The database is "live", so there are running queries at the time I want to perform the backup. I want to be ...
0
votes
1answer
102 views

sql server restoring back up error

I have backed up a database I had created on an other machine runningn SQL server 2012 express edition and I wanted to restored on my witch is running the same and I have ticked the checkbox ...
1
vote
0answers
96 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. ...
2
votes
0answers
2k views

media family on device is incorrectly formed. SQL Server cannot process this media family [closed]

I am trying to restore a .BAK in SQL server but get the following error: Msg 3241, Level 16, State 7, Line 1 The media family on device 'c:\glyn\JA.bak' is incorrectly formed. SQL Server cannot ...
0
votes
1answer
119 views

Backup in SQL Azure very slow

I'm currently working on an SQL Database backup strategy in advance of porting our application to Azure. Currently we are using a SQL Server maintenance task to run a backup of our on-premise database ...
0
votes
0answers
86 views

Best way to Implement oracle database replication with backup? [closed]

I Have to Implement replication between two datacenter. both have same oracle database structure with all database constraint.data is much critical. to avoid the data loss which is the best ...
2
votes
3answers
65 views

Reverting Plugins within Wordpress

After backing up my Wordpress installation (MySQL databases via phpMyAdmin, and the entire front end website via FTP) I updated a handful of plugins, which resulted in an important aspect of the ...
-3
votes
3answers
327 views

backup and restore the database

I am a newbie studying c# from last 3 months and I am using sql server as my database. I go to menu and create a service based database, and makes table there I am working on winform I have menu ...
-1
votes
1answer
77 views

Unable to create backup for database [closed]

I am unable to create a database backup, as the user which I login is not a superuser and it doesn't have all privileges. Can anyone help me to create an user that has all permissions over the ...
-1
votes
1answer
149 views

Alternative to restore of all files for 503 Server error on Magento admin and frontend? [closed]

I tried to disable the "Mage_tag" module to disable Product tags across my Magento store. As soon as I clicked "Save" after disabling the module, both my frontend and backend of the store crashed. I'm ...
1
vote
2answers
305 views

Override file while backup database

I want to back up a database using this code sqlcmd -S servername -Q "BACKUP DATABASE [DBName] TO DISK = 'C:\backup.bak'" It works. But if the backup file already exists, the data gets appended to ...
1
vote
1answer
81 views

Back Up My SQL database in PHP

Hello everyone I am pretty new to php. I am trying to create a back up of my sql database and I want the back up to run on php server at the click of a button. I found some templates the issues I am ...
1
vote
1answer
632 views

SQL Server Partial Database Backup (excluding some tables)

I'm managing a reasonably large SQL Server database. Some tables contain data that are business-critical and must be backed up offsite daily. But we also have other (read-write) tables that take up ...
0
votes
1answer
130 views

Unexpected token: BACKUP in statement [BACKUP]

I'm having a problem while trying to make an online backup in a HSQLDB database: I'm using this rc file: urlid pentaho url jdbc:hsqldb:hsql://localhost:9001/hibernate username PENTAHO_USER password ...
0
votes
0answers
186 views

Binary Log MySQL

I have some binary log files from localhost but when i write mysqlbinlog mysql-bin.000001 > statament.sql or a text file it just returns gibberish i.e. /*!40019 SET ...
0
votes
3answers
264 views

How to speed up php backup script?

I have been using a mysql db backup script in php and the backups take 21 hours my dbs. I want to use it as a daily backup script through cli and cron and was wondering if you guys could take a look ...
-2
votes
1answer
186 views

Amazon S3: automatic deletion of certain files with s3cmd

I need a script for s3cmd that sends the deletion command for some files in my Amazon S3 bucket. I know there's this method built-in but it's not useuful. Let's see why. At the moment I have a script ...
3
votes
2answers
1k views

CouchDB dump to file and load from file

I cannot replicate between two couchdb servers, so I would like to dump to file from one server and load from file into the other server. I used this statement to dump and it worked fine: curl -X ...
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
0answers
201 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 ...
0
votes
1answer
790 views

SQL Server Backup (not restore!) error: The media set has 2 media families but only 1 are provided. All members must be provided

I am running into this error when trying to Backup a database: "The media set has 2 media families but only 1 are provided. All members must be provided." Please note this is on BACKUP not on ...
0
votes
1answer
363 views

mysqldump command to replicate backup created by MySQL Administrator

I am in charge of managing database backups for a MySQL database. This is something that I have not had to do in the past, and I am working toward a system of automatic backups that are compressed ...
1
vote
2answers
207 views

How to get mysql back up tables starting with specific letter?

I have bulk data of 2 gb on mysql server and I want to get backup of it. I tried using mysqldump -u root newspress > /tmp/newspress.sql But to download from server to my local machine it take ...
4
votes
1answer
405 views

sqlite3 shell command '.backup' and transaction

I have sqlite database on my local host (Win NT) and want to back it up. I want to use shell command '.backup' to accomplish this task. But it seems I can insert a new rows into database during backup ...
2
votes
3answers
1k views

Big Database backup best practice

I maintain big MySQL database. I need to backup it every night. But the DB is active all the time. There are queries from users. Now i just disable the website and then do backup. but this is very ...
0
votes
1answer
61 views

What's a RAM efficient solution for web files & MySQL backup to Amazon S3 on a VPS?

Here's the current solution: http://www.tech-problems.com/backup-mysql-and-files-on-amazon-ec2-to-s3/ I'm currently using a PHP CLI script that runs nightly using cron. The problem is before the ...
1
vote
1answer
84 views

Query SQL Server 2000 for table creation and alteration queries

I'm looking for a way to get all table creation and alteration queries attached to a database, in SQL Server 2000. Is this stored in a system table, or is there a built in method to remake them? ...
1
vote
2answers
382 views

Google App Engine Bulkloader appcfg.py download_data vs. Datastore Backup Entities Button

I am currently looking for the best way to backup my Google App Engine's webapp datastore. From the reading I have been doing it seems like there are two different ways I can do this. I can either use ...
2
votes
1answer
120 views

When you back up a database and scripts are running at the same time, at what point in time does the backup reflect? [closed]

If I run a SQL Server database backup via Management Studio and there are scripts running at the same time, does the backup reflect the point in time when the backup was started or when it ended? My ...
0
votes
4answers
294 views

mysql: restore a value of a column from backup

I'm having trouble. Instead of launchin script UPDATE table_name SET field=value WHERE id=12345 I launched UPDATE table_name SET field=value Database is backuped every day (with mysqldump). ...
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
292 views

Backup of SQL Server database without timestamps

I'm using the following line to backup a Microsoft SQL Server 2008 database: BACKUP DATABASE @name TO DISK = @fileName WITH COMPRESSION Given that database is not changing, repeated execution of ...
0
votes
2answers
267 views

Incremental archives backup batch script

I have an Oracle archives folder on windows, which I need to take an incremental backup everyday at 6:00AM. I need to copy all the files generated during the previous day, and place them in a folder ...
0
votes
1answer
738 views

Maintenance Plan Fails But Query Runs

I have an SQL Server 2005 Enterprise Edition whose Maintenance plan fails constantly with the error: backup MYSERVER (MYSERVER) Backup Database on MYSERVER Databases that have a compatibility level ...
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 ...
0
votes
2answers
203 views

SQL Server 2008 external disc back-up

I have an external network back up disc mapped at Y:\ , when I try to create back up on disc Y:\ I have BACKUP DATABASE [DATABASE_NAME] TO DISK = 'Y:\backup\backup.bak' WITH NOFORMAT, INIT, NAME = ...
9
votes
5answers
2k views

MySQL database backup: performance issues

Folks, I'm trying to set up a regular backup of a rather large production database (half a gig) that has both InnoDB and MyISAM tables. I've been using mysqldump so far, but I find that it's taking ...
1
vote
2answers
425 views

Best Way to Create Nightly Replication of Sql Server Database

I want to create a job that runs every night. I have a database (MyDatabase) that I want to copy/replace my staging database with (MyDatabase_Stage). I presume the easiest way is to do something ...
1
vote
2answers
65 views

Should I back up an SQL database to file or another DB?

I want to run a daily back up of an SQL database. I was thinking I would do this to another DB (primarily to act as a safeguard against my own mistakes or user errors), but all the scripts that I've ...
2
votes
1answer
4k views

mysql auto backup on windows

Is there any software or tools that can regular auto backup mysql database every few hours? It should backup on local hardisk and also to a different server via FTP? Im using mySQL (Wamp) on ...
0
votes
1answer
504 views

How do I do incremental backups for SQLite?

I have a program that saves logging data to an SQLite3 database. I would like to back up the database while the program is still running. I have accomplished this by using the SQLite Online Backup API ...
0
votes
1answer
192 views

How can I backup my web-based database system and website? [closed]

I'm stuck in a messy situation and really need some dire help. I would be extremely grateful if anyone can help me out. So for the past three years I've been working with web design and ...
0
votes
3answers
57 views

Two questions about backing up your website (mysql and files)

So the only method i like using and think is the simplest to use is mysqldump to backup mysql databases. Right now, im using phpmyadmin to backup the tables. Is there any way i can code a script that ...
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 ...
1
vote
3answers
616 views

How to back up multiple databases to seperate files with one command

Hey all, we have 2 web servers which may go offline Friday. we have ~90 websites hosted on these servers and I already have found a way to backup each website folder to its own .tar.gz file - what I ...
2
votes
4answers
248 views

How to backup a set of queries in Cognos?

I have a folder containing a set of queries in Cognos. I have tried backing up an individual query by exporting it to notepad. But if I want to back up all the queries in a folder at a time, what ...
1
vote
3answers
460 views

What is the advantage of using Continuous Archiving and Point-In-Time Recovery over a SQL Dump?

It seems like Continuous Archiving and Point-In-Time Recovery for Postgresql is much more complicated to backup and restore. What would the advantages be over using the sql dump method? I am not ...

1 2