File Backup
2024, Dec 18
Java console application that recursively finds files with given extensions inside a directory and copies to another directory. It also allows moving duplicate files to a separate directory by using a MD5 checksum.
Tested with JDK 21.0.5
on an Ubuntu machine.