Getting Started
Installation
- Download BackMeUp from our website
- Run the installer and follow the prompts
- Launch BackMeUp from your Start Menu or Desktop
First-Time Setup Wizard
When you first launch BackMeUp, you'll be guided through a simple setup wizard:
Welcome screen - Choose your folders to back up
1Welcome & Introduction
The setup wizard welcomes you and explains what BackMeUp can do for you.
Select which folders you want to protect
2Select Folders to Backup
Choose which folders you want to protect. Common choices include:
- Documents - Your important files
- Pictures - Your photo collection
- Downloads - Files you've downloaded
- Desktop - Quick access to current work
You can check individual folders or entire drives. The wizard shows how many files will be backed up.
Choose where to store your backups
3Choose Backup Location
Select where your backups will be stored:
- External Drive - Recommended for safety (e.g., D:\Backups)
- Network Drive - If you have a NAS or server
- Cloud Drive - Google Drive, OneDrive, Dropbox (may be slower)
Warning: Don't store backups on the same drive you're backing up! If that drive fails, you'll lose both your files and backups.
Set up automatic backups
4Configure Backup Schedule
Decide when backups should run automatically:
- Daily - Recommended (runs every night at 2:00 AM)
- Custom Time - Choose your preferred time
- Manual Only - You control when backups happen
Setup complete - ready to protect your files
5Complete Setup
Review your settings and click "Finish" to complete setup. Your first backup will run immediately!
License Activation
Enter your license key and activation code
Trial License (7 Days Free)
When you first install BackMeUp, you can start a 7-day free trial:
- Click "Start 7-Day Trial" button
- Trial activates immediately - no credit card required
- Full access to all PRO features
- Upgrade to a full license anytime
Full License Activation
After purchasing a license, follow these steps:
1Get Your Machine ID
Your Machine ID is shown in the activation dialog. This uniquely identifies your computer.
2Visit the Activation Website
Go to the activation page (link provided in your purchase email) and enter:
- Your License Key (format: BKUP-XXXXX-XXXXX-XXXXX-XXXXX)
- Your Machine ID (from the dialog)
3Get Activation Code
The website generates your unique Activation Code. Copy it.
4Enter in BackMeUp
Paste the activation code into BackMeUp and click "Activate License".
Tip: Your license is locked to your Machine ID. If you upgrade your computer or reinstall Windows, you'll need to deactivate the license first, then reactivate on the new system.
License Types
- TRIAL - 7 days, all features
- PRO - Lifetime license for one computer
- FAMILY - Up to 5 computers (future release)
Using BackMeUp
Main backup dashboard - your command center
Backup Dashboard
The Backup tab is your command center. Here you can:
Status Section
- Source - Which drive/folder you're backing up
- Backup - Where backups are stored
- Last Backup - When the most recent backup ran
- Files - Total number of files protected
- Total Size - Space used by all backups
Control Buttons
- Run Backup Now - Start an immediate backup
- Backup & Shutdown - Run backup then shut down computer (great for leaving overnight)
- View Logs - See detailed backup logs
Backup Log
The log panel shows real-time progress during backups:
- Files being scanned
- Copy progress and speed
- Warnings or errors
- Completion status
Recent Backups Table
Shows history of all backup runs:
- Date & Time - When the backup ran
- Source Path - What was backed up
- Added - New files copied
- Modified - Updated files
- Deleted - Files removed since last backup
- Size - Total data backed up
- Status - COMPLETED or IN_PROGRESS
How Backups Work
BackMeUp is smart about backups:
Incremental Backups
Only changed files are copied:
- First backup - Copies all files
- Later backups - Only copies new or changed files
- Faster - Subsequent backups complete in seconds
- Space efficient - Doesn't duplicate unchanged files
Version History
Every time a file changes, BackMeUp keeps the old version:
- Recover accidentally deleted files
- Restore previous versions
- Go back to any point in time
Automatic Scheduling
Set it and forget it:
- Backups run automatically (default: 2:00 AM daily)
- Works even if you're not logged in
- Customizable schedule in Settings
File Recovery
Browse and recover files with full version history
Using the Recovery Tab
The Recovery tab lets you browse all backed up files and restore any version.
File Structure Browser
On the left, you'll see a Windows Explorer-style tree:
- 📁 Folders - Shown in bold blue with folder icons
- 📄 Files - Listed under their folders with file icons
- Expand/collapse folders by clicking the arrow
- Navigate just like Windows Explorer
Search Function
Can't find a file? Use the search bar:
- Type any part of the filename
- Results appear instantly as you type
- Works across all folders
Version History
When you click a file, the right panel shows all versions:
- Date Modified - When the file was last changed
- Backup Date - When this version was backed up
- Size - File size for this version
- Status - "Current" for the latest version
Restoring Files
Two restore options are available:
Restore to Original Location
- Select the file in the tree
- Choose which version you want from the version history
- Click "Restore to Original Location"
- File is restored to where it was originally (e.g., C:\Users\Matthew\Documents\report.docx)
Warning: Restoring to original location will overwrite any existing file with the same name!
Restore to Custom Location
- Select the file and version
- Click "Restore to Custom Location..."
- Choose where to save the file (e.g., Desktop for review)
- File is copied to your chosen location
Tip: Use "Custom Location" if you want to compare the old version with the current file before deciding which to keep.
Common Recovery Scenarios
Accidentally Deleted a File
- Open the Recovery tab
- Navigate to where the file used to be
- Find the file in the tree (it may show [DELETED] in red)
- Select the most recent version
- Restore to original location
Need an Older Version
- Find the file in the tree
- Look at version history - you'll see multiple entries
- Each entry shows when that version was backed up
- Click the version from the date you need
- Restore to custom location to review it first
Recover After Computer Crash
- Install BackMeUp on new/repaired computer
- Point it to your backup location (external drive, network, etc.)
- All files appear in Recovery tab
- Restore entire folders or individual files
Compare File Versions (Diff Tool) - PRO Feature
Compare backed up versions with current files using professional diff tools
BackMeUp Pro includes a file comparison feature that lets you compare any backed up version with your current file to see exactly what changed.
How to Use the Compare Feature
- Go to the Recovery tab
- Navigate to and select a file in the file tree (must still exist in its original location)
- In the version history panel, select an older backup version
- Click the "Compare with Current 🔍" button (purple button at the bottom)
- BackMeUp will open both versions in an external comparison tool
Required Diff Tools
BackMeUp automatically detects and uses one of these professional comparison tools (in order of preference):
- WinMerge - Free and excellent for text files (Download here)
- Beyond Compare - Professional tool with advanced features
- Notepad++ - Will open both files side-by-side for manual comparison
Recommended: Install WinMerge (free) for the best comparison experience. BackMeUp will automatically detect it and use it for file comparisons.
Understanding the Comparison
Once the diff tool opens, you'll see:
- Left Panel - Your backed up version (from the selected backup date)
- Right Panel - Your current file (as it exists now)
- Color highlighting - Shows additions, deletions, and modifications
- Line-by-line comparison - Exact differences are highlighted
When to Use File Comparison
- Code Files - See what changed in your code between versions
- Configuration Files - Track changes to settings or config files
- Documents - Review edits made to text documents (.txt, .md, .log)
- Scripts - Compare different versions of scripts or automation files
- Troubleshooting - Find out what changed when something stopped working
Important Notes
- This feature requires BackMeUp Pro license
- The current file must exist (cannot compare if current file is deleted)
- Works best with text-based files
- Requires WinMerge, Beyond Compare, or Notepad++ installed
- Temporary backup files are cleaned up when BackMeUp closes
No Diff Tool Installed? If no comparison tool is found, BackMeUp will offer to open both files in their default application so you can compare them manually.
Settings
Configure BackMeUp to work exactly how you want
General Settings
Backup Schedule
- Enable Scheduled Backups - Toggle automatic backups on/off
- Time - Choose what time backups run (default: 2:00 AM)
- Backup on Shutdown - Run backup when you shut down Windows
Application Behavior
- Start with Windows - Launch BackMeUp automatically when Windows starts
- Start Minimized - Open to system tray instead of window
- Show Tray Notifications - Get notified about backup status
Backup Configuration
Source & Destination
- Change Source Directory - Pick different folders to backup
- Change Backup Directory - Move backups to a new location
Warning: Changing these creates a new backup set. Old backups remain on disk but won't be visible in BackMeUp until you point it back to them.
Exclusions
Tell BackMeUp to skip certain files or folders:
- File Types - e.g., *.tmp, *.log, *.cache
- Folders - e.g., node_modules, __pycache__, .git
- Large Files - Set max file size (e.g., skip files over 1 GB)
Common exclusions already configured:
- Temporary files (*.tmp, *.temp)
- System folders (.git, node_modules)
- Cache files (*.cache)
Advanced Options
Database Maintenance
- Optimize Database - Clean up and compress the index (makes Recovery tab faster)
- Vacuum Database - Reclaim disk space from deleted records
Logging
- Log Level - Control how much detail is logged (INFO, DEBUG, WARNING)
- View Logs - Open log file in text editor
- Clear Logs - Delete old log files to save space
Frequently Asked Questions
General Questions
How does BackMeUp work?
BackMeUp creates incremental backups of your files. The first backup copies everything, then subsequent backups only copy files that have changed. Every version of every file is kept, so you can restore any previous version.
Where are my backups stored?
You choose the backup location during setup. It can be an external drive, network location, or cloud storage. Check Settings → Backup Configuration to see your current location.
How much disk space do I need?
Plan for at least 2-3 times the size of your source data. For example, if you're backing up 100 GB of documents, allocate 200-300 GB for backups. This provides room for multiple versions.
Can I backup to cloud storage?
Yes! You can backup to Google Drive, OneDrive, Dropbox, or any folder that appears as a drive letter. Note: Cloud backups may be slower than local drives.
Backup Questions
How long does a backup take?
First backup: Depends on data size and destination speed. 100 GB might take 30-60 minutes to an external drive, or several hours to cloud storage.
Subsequent backups: Usually very fast - seconds to minutes - because only changed files are copied.
What happens if a backup is interrupted?
The backup is marked as IN_PROGRESS in the history. Next backup will continue from where it left off and copy any missing files.
Can I backup while using my computer?
Yes! Backups run in the background. You can continue working normally. Performance impact is minimal.
Why did my backup skip some files?
Files may be skipped if they're:
- Locked by another program
- Excluded in your settings (check Settings → Exclusions)
- Larger than your max file size limit
- System files that can't be accessed
Check the backup log for specific reasons.
Recovery Questions
How do I restore all my files after a crash?
- Install BackMeUp on the new/repaired computer
- Connect your backup drive
- In Settings, point "Backup Directory" to your backup location
- Go to Recovery tab - all files will appear
- Select folders/files and restore
Can I restore files to a different computer?
Yes! Install BackMeUp on any computer, point it to your backup location, and restore files. Your license can be deactivated from the old computer and activated on the new one.
How far back in time can I restore?
As far back as your backups go! BackMeUp keeps all versions indefinitely unless you manually delete old backup sessions.
What if I accidentally overwrote a file?
No problem! Go to Recovery, find the file, and you'll see all versions including the one from before you overwrote it. Restore the version you need.
License Questions
What's included in the trial?
Everything! The 7-day trial includes all PRO features with no limitations. No credit card required.
Can I transfer my license to a new computer?
Yes! Deactivate the license on the old computer (Settings → License → Deactivate), then activate it on the new computer using the same license key.
What happens when my trial expires?
BackMeUp switches to read-only mode. You can still recover files from existing backups, but can't create new backups until you purchase a license.
Do I need an internet connection to use BackMeUp?
No! After activation, BackMeUp works completely offline. Internet is only needed for initial license activation.
Troubleshooting
Backup is very slow
Check these common causes:
- Backing up to cloud storage (inherently slower)
- USB 2.0 external drive (upgrade to USB 3.0 for 10x speed)
- Network drive over Wi-Fi (use Ethernet for faster speeds)
- Many small files take longer than fewer large files
- Antivirus scanning files as they're copied
Context menu not appearing
- Did you run BackMeUp as Administrator when installing?
- Try uninstalling and reinstalling the context menu
- Restart Windows Explorer (Task Manager → Windows Explorer → Restart)
- Check Settings to confirm status shows "✓ Installed"
Can't find a file in Recovery tab
- Use the Search box - type part of the filename
- Expand all folders in the tree - it may be nested deeply
- Check if it was backed up (look at Recent Backups table)
- Verify you're pointing to the right backup location
Database errors
If you see database errors:
- Go to Settings → Advanced
- Click "Optimize Database"
- If problems persist, click "Vacuum Database"
- Restart BackMeUp
Getting low disk space warnings
Your backups are growing! Options:
- Delete old backup sessions you don't need (in Recent Backups table)
- Move backups to a larger drive (Settings → Change Backup Directory)
- Add exclusions for large files you don't need backed up
- Clean up source folders to reduce what's being backed up
Support & Contact
Need Help?
We're here to help! If you can't find the answer in this documentation:
- Email Support: support@back-me-up.com
- Response Time: Usually within 24 hours
- Live Chat: Available on our website during business hours
Reporting Issues
When reporting a problem, please include:
- BackMeUp version (Settings → About)
- Windows version (e.g., Windows 11 23H2)
- What you were doing when the problem occurred
- Error message (if any)
- Log file (Settings → View Logs)
Feature Requests
Have an idea to make BackMeUp better? We'd love to hear it!
- Email your suggestions to: feedback@back-me-up.com
- Vote on features at: back-me-up.com/roadmap