UrBackup Server/Client 2.0.4 beta (with Mac OS X client); Restore 2.0.1

Yes that is by design. The server is assumed to not shut down suddenly so regularily that it makes sense optimizing for that case.

Is that time machine link always there? If yes we should compile in a exclusion for that…

There is no such setting in UrBackup 2.0.x. If you are using the client with server 1.4.x you should upgrade as 1.4.x doesn’t backup the file metadata and has only rudimentary symlink handling.

With UrBackup 2.0.x server+client you can disable following symlinks by flags to backup directories.

I.e. if you set no flags the default flags are follow_symlinks,symlinks_optional,share_hashes
So if you do not want to follow symlinks outside of the backup dir you set e.g. default directories to backup to /|root/symlinks_optional,share_hashes (or add /symlinks_optional,share_hashes to name in the select directories dialog). I’ll have to add this to the GUI at some point.