djjd47130 / HoardHelper

JD Hoard Helper - A set of tools for managing hoards of files
MIT License
4 stars 1 forks source link

Mechanism to auto-backup files in identical structure before file operations #11

Open djjd47130 opened 5 months ago

djjd47130 commented 5 months ago

Goal

Whenever any file operation is being performed, such as move, rename, delete, or even copy/replace, a backup of that file (or multiple files) should be done into a separate identical structure.

Example

Let's say you're moving "Movies\XXX.mp4" to "Movies\XXX\XXX.mp4". First, a copy of the file will be saved to "BackupDir\Movies\XXX.mp4".

Notes