Page 1 of 1

Sync folder and file structure and names - but no data

PostPosted: Tue Oct 30, 2012 5:24 am
by tcgass
I wonder if there's a way to have Hazel synchronize folder and file structure (names) but not the data itself (resulting in a dummy file of 0kb).
That way one would be able to search for files on off-line drives without mounting them.
That would be a great feature, or is this already possible?
Thomas

Re: Sync folder and file structure and names - but no data

PostPosted: Tue Oct 30, 2012 12:39 pm
by a_freyer
This is not a built-in feature, but you could do it by diving into subfolders and passing the name of the folder to a shell or AppleScript that creates a folder in a different directory with the same name as the present directory.

Re: Sync folder and file structure and names - but no data

PostPosted: Tue Oct 30, 2012 2:53 pm
by tcgass
Thanks for your suggestion! I will look into that :-)