How to Set Up Incremental Backups That Don't Fill Your Drive
Incremental backup is the smart way to protect your files without running out of space. Here's how it works and how to set it up properly.
The storage problem with full backup
Full backup is conceptually simple: copy everything every time. But if you back up 50GB of files daily, you'll fill a 1TB external drive in 20 days. In practice, most people either run out of space, start deleting old backups, or stop backing up entirely.
Incremental backup solves this by copying only what changed. If you edited 10 files today out of 50,000, only those 10 files get backed up. The first backup takes the same time as a full backup; subsequent runs are a fraction of the size and time.
How incremental backup works
Careful Backup tracks which files have changed using last-modified timestamps and file sizes. When a backup runs:
- Compare each source file to the backup destination
- Copy files that don't exist in the destination, or where the source is newer
- Skip files that are identical
The result is a destination folder that always reflects the current state of your source folders. If you delete a file from your PC, it stays in the backup until you explicitly clean up.
Setting up Careful Backup for incremental backups
Step 1: Define your backup job
Launch Careful Backup and create a new backup job. Add the source folders:
C:\Users\[Name]\DocumentsC:\Users\[Name]\PicturesC:\Users\[Name]\Desktop- Any project folders
Step 2: Choose a destination
Select your external drive or network share as the destination. Use a dedicated folder (e.g., E:\Backup\PC) so the backup contents are organized.
If you use a network share, make sure it's available when backups are scheduled (for overnight schedules, keep the NAS powered on).
Step 3: Set the schedule
Daily at a fixed time works well for most users. Choose a time when the computer is likely to be on and idle — early morning or midnight.
If you use a laptop that's not always connected to the backup destination, Careful Backup queues the job and runs it at the next opportunity when the destination is available.
Step 4: Enable incremental mode
In the job settings, select incremental backup. The first run will take longer — it copies everything. Subsequent runs will be much faster.
Step 5: Configure retention
Incremental backup accumulates files over time. Deleted source files remain in the backup indefinitely. Configure a retention policy to remove files that haven't been in the source for more than 90 days (or whatever fits your needs). This prevents the backup from growing without bound.
Monitoring your backup
Careful Backup writes a log after each run. Review it periodically — look for:
- Files that failed to copy (usually because they were open/locked)
- Changes in backup size (large increases may indicate a new folder was added to the source; large decreases may indicate files were accidentally deleted)
- Job completion status
Setting up email notifications (if your mail client is configured) gives you a passive way to know the backup ran successfully.
When to do a full backup
Even with incremental mode, do an occasional full backup:
- Before a major Windows upgrade
- Before installing new software that modifies many system files
- After recovering from malware
A full backup ensures you have a clean baseline. Incremental backups on top of a clean baseline are more reliable than incremental backups that have accumulated through an incident.
Related product
View product →