I'm trying to follow a symlink to copy a file. Everytime motion takes a picture it links the picture through a symlink named lastsnap.jpg. Unfortunatly I can't get lighttpd to display the picture ( yes I have follow symlinks turned on). So I thought I would try actually copying the last picture through the symlink. but cp ( -L) nor anything else I've found will actually copy the contents of the target of the link. How does one do this?
Thanks
Tom