Simple tool to archive files into directories structured as year/month/day
The application will transform a directory with a content like this:
To a structured directory like this:
- Select a source directory to read all the media files from.
- Select a target directory to copy all media to.
- Modify (if needed) the extentions to wish to copy.
- Changed the pattern of the directory structure as you like it.
Using the pattern 'yyyy\mm\dd' will result in a directory structure 2017\03\19. Using a pattern 'yy-ddd' will result in directories 17-78. Look at the tooltip for more information.
- Git
- Java 21 (with FX)
- Maven
git clone git@github.com:IvoLimmen/photoarchive.git
mvn clean install
mvn -pl app exec:java