Copy Folder Structure & Contents to Networked Linux Drive

First of all apologies if this is a straightforward answer - I have scoured the guide and searched the forums for the answer, but still can't seem to get this to work.
I have a range of Hazel rules that are automating my photo workflow - everything is working fine and I end up with a directory structure as so YYYY/MM on the Mac.
I would like to copy this structure and contents to my linux box - I seem to have this working with the following rule:
Kind is Folder
Copy to folder: pictures (mounted network drive).
Everything seems fine until I listed the files on the linux box and saw the following:
It seems to be creating directories for each individual file and I cannot work out why this is happening.
When I list the files on MAC in terminal I don't see these folders (hidden files), so I think it must be the last step in the automation process. Effectively I'm trying to map the structure and contents to the network drive.
I could probably run a bash script on a cron to clear up these unwanted directories but would rather stem it at the source.
Any help anybody could offer would be extremely appreciated.
Kind regards
I have a range of Hazel rules that are automating my photo workflow - everything is working fine and I end up with a directory structure as so YYYY/MM on the Mac.
I would like to copy this structure and contents to my linux box - I seem to have this working with the following rule:
Kind is Folder
Copy to folder: pictures (mounted network drive).
Everything seems fine until I listed the files on the linux box and saw the following:
- Code: Select all
4 -rwxr--r-- 1 Mac Mac 4096 Feb 4 22:09 ._2013-02-14 at 10-38-21 - 4928 x 3264.JPG
3068 -rwxr--r-- 1 Mac Mac 3138595 Feb 4 22:09 2013-02-14 at 10-38-21 - 4928 x 3264.JPG
4 -rwxr--r-- 1 Mac Mac 4096 Feb 4 22:09 ._2013-02-22 at 18-30-14 - 3264 x 2448.JPG
2708 -rwxr--r-- 1 Mac Mac 2771125 Feb 4 22:09 2013-02-22 at 18-30-14 - 3264 x 2448.JPG
It seems to be creating directories for each individual file and I cannot work out why this is happening.
When I list the files on MAC in terminal I don't see these folders (hidden files), so I think it must be the last step in the automation process. Effectively I'm trying to map the structure and contents to the network drive.
I could probably run a bash script on a cron to clear up these unwanted directories but would rather stem it at the source.
Any help anybody could offer would be extremely appreciated.
Kind regards