Overview
A PowerShell backup utility designed to copy selected folders from one removable USB device to another.
Problem
Backing up removable media manually is repetitive and can lead to inconsistent folder structures or missing files.
Solution
The script detects removable devices through their volume labels, creates dated backup directories and uses Robocopy to transfer predefined content with logging.
Key Features
- Automatic USB volume detection
- Date-based backup folders
- Robocopy file transfer
- Dedicated backup logs
- Support for multiple content categories
Technologies
- PowerShell
- Windows
- Robocopy
- USB storage
Status
⚫ Archived
Repository
https://github.com/alaindespont/AD-PUBLIC/tree/main/90_Legacy/Backup%20to%20USB
Related Articles
-
Future Improvements
-
0 Comments