`obnam restore` restores symlinks as copies of files they are pointing to, not as symlinks
This might be just a manifestation of #87 (closed), but I'll file a separate issue in case it isn't.
I created an empty file and a symlink that points at it, and pointed obnam backup
at them. The backup went fine. I then did obnam restore
, and found that it created two copies of the file, instead of a file and a symlink.