Questions tagged [incremental-backup]
The incremental-backup tag has no usage guidance.
139 questions
-1
votes
2
answers
63
views
Is it safe to use --append option of rsync to back-up Outlook pst and ost files and Thunderbird files
I plan to backup Outlook emails from desktop computers to NAS. The tool of choice is rsnapshot as I can install it on the old NAS (Synology DS 1010+). Rsnapshot uses rsync for its job. The classic ...
0
votes
0
answers
36
views
Azure VM incremental backup instance snapshot change identification
We have configured daily Azure VM backup in our landscape. The DB VMs have one attached disk which stores the DB backup temporarily before it is moved to a cheaper blob storage location. This DB ...
0
votes
0
answers
85
views
rsnapshot du shows huge difference in size between two backups, rsnapshot-diff says nothing changed between them
I'm on Debian 12. My backup drive filled up so I'm trying to figure out what is using so much space. Somehow the most recent backup is not hourly.0, it's hourly.20 and from a few days ago ("...
0
votes
0
answers
177
views
How to backup a linux server to another storage while there is not enough storage space in the system
For example I have a ubuntu server 20.04 with 200gb disk and 150gb of that storage is full.
And I want to backup the data in this system to a remote system.
Is there a way to push all the data to S3 ...
0
votes
0
answers
516
views
cron / crontab : auto delete oldest backup files when new files get backed up, only if disk space is near capacity
I am using crontab (on Ubuntu Server 20.04) to automatically create daily backups of a text file and storing them on an external hard drive. I am using the following crontab to create my backups:
@...
0
votes
1
answer
221
views
rsync optimization over --link-dest "referenceBackup"?
Context: I am successfully using rsync to create daily incremental and remote backups using the --link-dest "referenceBackup" flag, so that when creating the new backup, only a new reference ...
1
vote
2
answers
1k
views
Mariabackup error restoring incremental (`This incremental backup seems not to be proper for the target`)
I use mariabackup for creating incremental backups on a previously created full backup directory. The full backup is created using the following command:
mariabackup --backup --target-dir=/var/mariadb/...
1
vote
1
answer
116
views
What behavior has tar on TERM signal while doing incremental backup?
I've written a backup script in python using tar (via subprocess) to do incremental backups of my files. As some of the full backups are rather big (like my picture folder) and take multiple hours to ...
0
votes
2
answers
3k
views
Incremental backup qcow2 image with rsync
I use rsync to backup the qcow2 disks of my virtual machines. However, I would like to be able to get an incremental backup so that I don't have to copy the entire disk every time.
for now I use rsync ...
1
vote
1
answer
1k
views
explain rsnapshot incremental rotation
Need help on rsnapshot.
I am doing full backup every week with bash scripting which is costly for disk space. Now I am thinking to use rsnapshot and what I want to do with rsnapshot is do a weekly ...
3
votes
0
answers
210
views
Duplicity "add-only" incremental backup
I have a large duplicity backup stored in a server that would be too slow and costly to fully restore, but I want to perform an incremental backup of a relatively small amount of data that was missing ...
1
vote
1
answer
28k
views
Butterfly Backup server
I have a Butterfly Backup server. I implemented a solution as described in this article: dev.to.
In my sever list, I have two NAS, used as user file repositories; the files change and are changed ...
0
votes
2
answers
205
views
How to back up cloud Exchange mailboxes from the client side, without access to the Exchange server?
I admin about 50 users on the Sherweb.com cloud Exchange platform. After an experience today, where a mailbox was deleted accidentally, I discovered that Sherweb's recovery/backup practices only ...
1
vote
2
answers
966
views
bacula virtual full backup
I've searched a lot without finding a clear documentation.
Following the instructions provided here https://www.bacula.org/9.4.x-manuals/en/main/Migration_Copy.html#SECTION003050000000000000000 it ...
1
vote
2
answers
871
views
how to attach snapshot policy by label to all the vms in my project?
I have created the snapshot schedule policy with label daily,weekly,hourly.But I want an automate way so whenever i create the vm label based policy should be assigned to vm. or
automatically attach ...
1
vote
1
answer
164
views
rsnapshot produces a double backup of localhost/media
I use rsnapshot in my Xen host to backup all vms via their snapshots.
Now rsnapshot backups everything double, because it creates an extra "localhost" folder in each daily backup, that contains ...
0
votes
1
answer
3k
views
Remote incremental backups with rsync?
I'm trying to set up rsync to send incremental backups to a remote server. The first backup would go to a "backup" folder, then the next backup would send only the changes to a "backup.1" folder, and ...
3
votes
1
answer
3k
views
Windows 2016 incremental backup to network share
I`m new to Windows 2016 Server. Is there a way to make an incremental backup to network share using native backup software?
I found only one way to do this - create a virtual hard drive file. Is this ...
1
vote
1
answer
259
views
Is GNU tar incremental backup reliable if ext4 is mounted with noatime?
My system is running on SSD on top of LVM logical volume, formatted to ext4. I'm using noatime option at my fstab for this partition.
I'm going to do incremental backups of system partition using LVM ...
0
votes
1
answer
2k
views
Automatic deletion of backups and transaction logs leaves broken backup points
TLDR: default log shipping job and maintenance plan are deleting old files from disk but backups are still displayed in SSMS making it very slow to display "Restore" window. How to delete old .trn/....
0
votes
0
answers
86
views
rsync to much upload data
I have an issue with an incremental backup using rsync. My issue rsync that it sends 150 GB of data to the backup server, however only 10 GB maximum have been changed on the server. I can't figure out ...
2
votes
0
answers
136
views
Azure Backup Change Source Location
I have a small client who uses Azure Backup and Replication to perform a cloud backup of profile data and a file share that was sitting on a failing NAS.
I mounted the new NAS via ISCSI to the file ...
1
vote
1
answer
1k
views
Transitioning from rsync to ZFS send/receive
I recently converted my backup server and offsite backup server to ZFS. I used to use rsync to do incremental backups to the offsite server, but now I would like to transition to using ZFS send and ...
2
votes
1
answer
64
views
Should this be the last backup of the year?
I have a question about a Grandfather, Father, Son 21 Backup Strategy... (the 21 stands for the number of volumes) which I have worked out on the following spreadsheet (see in Google Drive): https://...
2
votes
3
answers
2k
views
Offsite Incremental Encrypted Backups for a small law office [closed]
I am the system administrator for a small law office.
We have a local file server on our network that holds all of our digital records. The server is running Windows 8, but uses Cygwin.
I currently ...
1
vote
2
answers
651
views
fail to perform Incremental Backup with TAR
Environment: Ubuntu 16.04 in Azure
I'm attempting to backup specific folders. I'm using a simple tar command with no compression. My objective is to keep the file for a month, adding changes ...
36
votes
3
answers
47k
views
How to perform incremental / continuous backups of zfs pool?
How can zfs pools be continuously/incrementally backed up offsite?
I recognise the send/receive over ssh is one method however that involves having to manage snapshots manually.
There are some tools ...
-2
votes
3
answers
968
views
Why take both incremental and full backups
Some backup software vendors propose making weekly "full backups" in addition to daily "incremental backups". Point in case: http://novabackup.novastor.com/blog/differential-incremental-backup/
I ...
1
vote
1
answer
3k
views
Backup LXD container to an other LXD host
I have two servers A and B which are running Ubuntu 16.04 and an RAID1 ZFS file system for LXD. At the moment there are a few containers running on server A. Now my idea to make nightly backups from ...
1
vote
1
answer
475
views
backuppc can't complete full backup. read error
I'm using backuppc on debian wheezy, the backup service never completes the first initial backp. I keep getting the "Parent read EOF from child: fatal error!" error. Tried to look it up, doesn't seem ...
0
votes
1
answer
1k
views
How to have rsnapshot link to original files?
I'd like rsnapshot to not create a second copy of all my files and instead just have hardlinks to the original files and only save a copy of changes.
I have a windows and linux server. I would like ...
0
votes
1
answer
114
views
rdiff-backup bug or error? Disk quota exceeded but that is not true
I want to make a backup with rdiff-backup.
I have a backup VPS and I want to get the datas from remote host.
Here it is my command what I used:
rdiff-backup root@**RemoteIP**::/remotesourcefolder/ ...
0
votes
3
answers
41
views
Adding snapshoting capability to a QA lab made of pyshical machines
Due to the nature of our application we can't run and test it on virtualization.
I would like to have the ability to revert to a previous clean state and (if possible) have some kind of snapshoting (...
1
vote
0
answers
60
views
fast backup script in linux
I have a server with more applications and do normal shell command to take backups. it took couple of days to complete. Tried to install duplicity. but its told some packages are not found. its Debian ...
0
votes
1
answer
110
views
Consolidating multiple backupsites to centrally managed backup
We're a medium sized business with about 50 different geographical sites of varying sizes (infrastructure/user/server wise).
Today we have local backupservers on most sites, that take filelevel full ...
-5
votes
1
answer
86
views
Router backup solution with USB [closed]
I have a router sitting at an external location. I'm looking for a solution to backup router logs at scheduled intervals, incrementally, over USB.
Can someone recommend an intelligent external ...
2
votes
1
answer
5k
views
How can I see the expire date of a file in Tivoli Storage Manager?
If I understand correctly, when I do an incremental backup and a file has been removed from the client, the server marks it as inactive which makes it eligible for purging when the expire time has ...
2
votes
0
answers
4k
views
Windows 2012 Incremental Backup
I'm running Windows 2012, using the built in Backup to perform backups.
I want the first backup to be full, and then incremental thereafter.
I have the following test scenario set up:
Backup ...
3
votes
3
answers
8k
views
Back up incremental snapshots to another volume
I'm looking for a way to implement something close to the following backup scheme:
Initially, a full image is copied to the backup target.
Periodically (e.g. nightly), only blocks that have changed ...
2
votes
1
answer
1k
views
Rotating incremental backups using xfsdump
With rsync I can create a set of incremental backups, and delete backups older than a certain age. Then the oldest backup becomes the new base backup, essentially.
Is this possible with xfsdump? Once ...
2
votes
2
answers
532
views
Will a Veeam 8 Snapshot Backup be be unable to restore my non-quiescable file-based databases if someone is logged in to them at the time?
We have some very old file-based databases (multi-user, but not Server-based) that are running on some VMs on an VMWare ESXi.
Setup
HyperVisor
The ESXi is running ESXi version 5.1.0
Virtual ...
-2
votes
1
answer
813
views
Looking For Simple, Fast Incremental Backup Algorithm Using RSYNC [closed]
I'm running a simple bash script that uses rsync to do an incremental backup of my web server every hour. What I'm looking for is an efficient algorithm to delete the proper backups so that in the end ...
4
votes
0
answers
607
views
Efficiently get file deltas for backups
With many large Xen sparse image files that have to be backed up, I'm looking for a way to do this efficiently both in terms of disk space (saving space with a differential tool like duplicity, bup, ...
5
votes
3
answers
10k
views
Robocopy /xd with wildcards and sub-paths
I don't think this exact question has been asked before (I looked).
My backup server runs a script using Robocopy, and I want to exclude files that don't really need to be backed up, specifically:
*\...
0
votes
1
answer
304
views
Definition of differential and incremental backups
On Wikipedia in german about Archivbit, I read the following:
Full backup: The full backup backs up all files - regardless of their attributes - and resets the archive attribute.
Differential backup: ...
2
votes
0
answers
1k
views
How to incrementally backup XenServer VMs [closed]
I am looking for a way to backup XenServer (or XAPI) VMs
incrementally. backup just changed data every time.
without performance penalty, slowing down the server after the backup is done (snapshots ...
1
vote
1
answer
452
views
Syncing rsnapshot backup drives
I have a pair of USB drives I use for backing up to via rsnapshot. One drive is left plugged in and the other is taken off site. For the first swap, I ran "rsync -aH" to copy all the contents from ...
4
votes
2
answers
1k
views
How to minimize bandwidth in frequent postgres backup scenario?
I'm looking to make very frequent backup (every hour) of postgres data on several VMs (say 20-50) towards the same archive server.
Here are more data if needed: Ideally, the system should support ...
4
votes
1
answer
2k
views
Do different rsnapshot retains use the same hard links?
Say I have a weekly and monthly backup configured in rsnapshot. Will the weekly backups create hard links to the same files created by a previous monthly backup (and vice versa)?
0
votes
1
answer
740
views
How many incremental backups to keep with Percona xtrabackup?
I'm looking to replace an aging and decidedly suboptimal mysqldump-based database backup strategy with Percona's Xtrabackup. This all looks pretty straightforward, except that I'm wondering: how many ...