New, and trying out Hazel to solve a DropBox problem (my question isn't about DropBox per se).
I have a hierarchy of Folders, say
All Folders
Inbound
Folder 1
Folder 2
Archive
Folder 1
Folder 2
Inbound is a bunch of shared dropbox folders, which may change over time (folders get added/deleted). These are true dropboxes for people to send files.
Archive is a permanent repository for files sent into the Inbound folders.
I want Hazel to
1. monitor Inbound for new files
2. When there is a new file MOVE IT (and delete it, not sync it) to the same folder in the Archive hierarchy
3. If the folder does not exist in the Archive hierarchy, move the folder.
4. Recurse for any new subfolders
Basically I want to sweep all new Inbound files into their correlated Archive folders, making new folders in Archive as needed.
Sync will sync but I am unable to figure out the combination of rules and nests to make the above happen when I try to use Move (although I would have thought it straightforward and I may be missing something--overthinking it). I keep getting somewhat unusual results, like empty folders in Inbound replacing the existing (and full) folders in Archive.
Thoughts?