Hi All,
Can differential backups be used to solve missing incremental backups?
Say you take daily incremental backups, then for one reason or another you lose the incremental backups for the next 3 days. Can you perform a differential backup to cover to gap somehow?
I've tested a few of backup utilities and still haven't found one that would satisfy me.
Almost every one of them has two options:
- full backup - not an option to use frequently
- incremental backup - seems right, but there's one thing about it:
Incremental backup builds on a base of a full backup, backing up only those files, that were created/changed.
Hi. Can someone tell me if the following script that i have made is a script for INCREMENTAL BACKUP or FULL BACKUP.
Hi. Can someone tell me if the following script that i have made is a script for INCREMENTAL BACKUP or FULL BACKUP.
After using Déjà Dup for a while, I keep getting this error after every attempt at a backup:
Backup location is too small. Try using one with more space.
Could I delete some backups made of certain dates only?
This problem is driving me NUTS!!
We take backups of all of our production databases to a network share, which are then backed up to tape nightly.
8pm Mon-Fri - Full backup, followed by log backup
7am-7pm Mon-Fri, at half-hour interval - Log backup
Our backups have been working in this manner since we migrated from SQL Server Standard 2000 to 2008, 3 years ago.
I am currently needing to create a backup of something on my server. I zip the entire folder and it's about 1.5gb big...it has to be backed up every hour....
Alright so the size of the backup is getting bigger and bigger every day. So I need a way to backup better.
I'd like some suggestions on how to do this.
But what I was thinking was that every 3 days the third day backups are deleted.
I'm using a script (automysqlbackup) to dump mysql db's to .sql file followed by taking one full backup of the .sql file and the differential backups of the newer sql file every day using the tool diff.
Now the backup destination folder contains files like,
Quote:
--- testdatabase.sql - first day - 1 MB
--- testdatabase.diff1 - second day - 200 KB
--- testda
I am in the process of installing 11.2 (X86-64). By default the root partition was formatted as ext4. I am also thinking of possibly using raid 1 for some partitions (disks). While doing some research for this I discovered an item that stated the dump package (dump restore) does not support ext4 and worse may appear to dump but not be able to restore.