The process of only backing up changes to files rather than the entire file each time a change is made.
Questions tagged [incremental-backup]
98 questions
40
votes
1 answer
Does built in Windows 7 backup perform differential (incremental) backups?
I have win 7 scheduled to backup every Sunday, it's only looking at one of my drives at the moment and is backing up to an external HDD. It's a 1TB drive so should take quite a while to fill but the amount of time the backup takes makes me think its…
G-.
- 753
- 6
- 12
- 24
24
votes
2 answers
Can I hard link files with rsync instead of copying them?
cp -l hard links files instead of copying them, saving filesystem space. I need to use rsync instead of cp because of its --exclude capabilities.
So my question is, how do I get rsync to hard link files instead of copying them? Obviously, this is a…
nnyby
- 1,359
- 3
- 13
- 22
22
votes
4 answers
Incremental backup with 7zip
I have googled and searched, but can't find the command that 7zip command line utility uses for making incremental backups. So can someone please share the command ?
Thanks
btw I found this link:…
gyaani_guy
- 431
- 2
- 6
- 15
14
votes
1 answer
What files should be excluded from a complete Windows backup?
I'm starting to use CrashPlan to backup my Win 7 PC. I've got it writing to my external HD (for quick local restores) and to CrashPlan Central (for offsite storage). I'd like to backup my entire C:\ drive (the only partition) in a way…
tro
- 101
- 1
- 1
- 6
13
votes
8 answers
Incremental backup and sync software
I need a free software for Windows (with gui or command line) that does incremental backup copying all files and storing changed or deleted files in a directory named like last change date (or a progressive number).
To be more precise:
D:\ is my…
martjno
- 281
- 3
- 7
9
votes
3 answers
Incremental (delta) backup of a encrypted data
I have several files that I need to keep encrypted on my home hard disk.
I currently use a TrueCrypt file container, currently around 100MB in size. I need to backup this file daily, and I'm looking for an incremental backup solution.
I read that on…
Mosh
- 193
- 1
- 5
8
votes
1 answer
Incremental image backup for Windows 7
I'm looking for a backup program that does incremental backups and that I can use to completely image my main hard drive.
For example I use the C:\ as my main drive and have E:\backups as my backup. I want to be able to have it make incremental…
qwertymk
- 223
- 1
- 5
- 13
7
votes
4 answers
Sync remote folders on Linux
What is the simplest way to unidirectional incremental syncing of a folder present on a Linux system.
+1 for using the command line.
+2 for not using rsync (Seems to have some problems on my system.)
lprsd
- 2,755
- 6
- 36
- 45
5
votes
4 answers
Truecrypt Rsync Container
Is there a good way to incrementally sync truecrypt containers? I currently have large containers (200gb+), and I'd like to find a way to back them up without having to mount them. Rsync seems to not be able to sync incrementally and instead tries…
vonhogen
- 2,359
- 4
- 29
- 39
5
votes
2 answers
faster dd backup by differential copy
im looking to use dd to back up my whole hard drive regularly but it takes around 1.5 hours and want to know if there is a faster way to back up.
possibly just by updating the bytes which are different.
user61934
- 151
- 1
- 2
4
votes
1 answer
"Reverse incremental" backup for Windows?
I am looking for a way to make a "reverse incremental" backup under Windows.
What I mean by reverse incremental is:
source folder (S):
files a,b,c,d,e,f,g,h
target folder:
newest backup (let's call it 0 (as zero)) has all files…
meow
- 231
- 1
- 7
3
votes
1 answer
Is there ANY backup tool that can handle 256 path length limit on NTFS?
Is there ANY backup tool that can handle 256 path length limit on NTFS ?
I'm not talking about a sync or filecopy tool like robocopy,
but an incremental backup tool like cobian backup (which cannot handle it).
user19496
- 1,490
- 3
- 13
- 22
3
votes
2 answers
Automatic incremental backups to a network drive (Windows)
So after learning that Windows 7 Home Premium doesn't support this, I'm looking for another solution. I would like to backup my Windows machine to my Ubuntu server. Are there any good automatic incremental backup solutions that allow backing up to a…
meteoritepanama
- 211
- 1
- 5
- 7
3
votes
3 answers
Backup software for incremental swapped-out drives?
We're using Acronis Home 11 to backup our main Windows machine at the office. We have a set of portable hard drives that we swap out each week, for redundancy. We have incremental sets ( a new diff of the entire series each night) building on each…
user13743
- 1,691
- 6
- 31
- 39
3
votes
0 answers
Is rsync's --link-dest option "better" than --backup-dir?
In his popular article Easy Automated Snapshot-Style Backups with Linux and Rsync, Mike Rubel asserts that using rsync to create hard-linked snapshots with --link-dest is "a better way" to perform incremental backups than using --backup-dir, but he…
jth
- 141
- 3