Copying / Moving from Desktop Folder to Server Folder

I feel stupid writing this, but I've wasted so much time this morning, I decided to give up and ask for help.
Here's my situation...
I already have a Hazel action that moves files based on both a portion of the file name and the OpenMeta tag into a subfolder of a folder on my Desktop.
In these examples all of my files contain the name wd-** (** indicate numbers) and end in .txt. (This rule is run from my Desktop Folder in Hazel.)
ex.) wd-** when saved to the Desktop and has the same wd-** OpenMeta tag goes to a file inside the folder /Desktop/UNIX Files/wd-**
Again, this part works, here's what I'd like it to do.
Any files within these directories over 30 days of last date modified, move them to a server using the same type of convention.
In this case it would be /Servers/UNIX/wd-**
This rule is run from the UNIX Files directory from the Desktop
I have two files within here.
1.) UNIX Directories
If Kind is Folder, Run Rules on Subfolders.
This is based on viewtopic.php?p=2220#p2220
This is easy, the subfolders are all wd-** directories and the text files are contained within each of them.
2.) The next rule is to move the files
If all conditions match, Name contains "wd-"
Do the following...
Move file to Folder /Volumes/Our Server/Servers/UNIX.
Sort into subfolder with pattern: OpenMeta Tags (tags) again, this should be wd-**
Send Growl notification.
I can't get this to work properly because it says that the sort failed.
The best that I've been able to do at this point is get it to move to the same subdirectory that I'm trying to get it to...
ex.)
/Volumes/Our Server/Servers/UNIX/wd-13
/Volumes/Our Server/Servers/UNIX/wd-13_this_is_a_test_file.txt
I've spend half a day on this so far and I figured it would have been closer to 10 minutes. Again, feel stupid for asking, I thought that I'd checked everywhere but still can't find anything.
Thanks,
Scott
Here's my situation...
I already have a Hazel action that moves files based on both a portion of the file name and the OpenMeta tag into a subfolder of a folder on my Desktop.
In these examples all of my files contain the name wd-** (** indicate numbers) and end in .txt. (This rule is run from my Desktop Folder in Hazel.)
ex.) wd-** when saved to the Desktop and has the same wd-** OpenMeta tag goes to a file inside the folder /Desktop/UNIX Files/wd-**
Again, this part works, here's what I'd like it to do.
Any files within these directories over 30 days of last date modified, move them to a server using the same type of convention.
In this case it would be /Servers/UNIX/wd-**
This rule is run from the UNIX Files directory from the Desktop
I have two files within here.
1.) UNIX Directories
If Kind is Folder, Run Rules on Subfolders.
This is based on viewtopic.php?p=2220#p2220
This is easy, the subfolders are all wd-** directories and the text files are contained within each of them.
2.) The next rule is to move the files
If all conditions match, Name contains "wd-"
Do the following...
Move file to Folder /Volumes/Our Server/Servers/UNIX.
Sort into subfolder with pattern: OpenMeta Tags (tags) again, this should be wd-**
Send Growl notification.
I can't get this to work properly because it says that the sort failed.
The best that I've been able to do at this point is get it to move to the same subdirectory that I'm trying to get it to...
ex.)
/Volumes/Our Server/Servers/UNIX/wd-13
/Volumes/Our Server/Servers/UNIX/wd-13_this_is_a_test_file.txt
I've spend half a day on this so far and I figured it would have been closer to 10 minutes. Again, feel stupid for asking, I thought that I'd checked everywhere but still can't find anything.
Thanks,
Scott