This release enhances data management workflows by updating how symbolic links are handled. The `mc cp --preserve` command now copies symbolic links directly, ensuring accurate backups and reducing storage and network overhead. This change provides more intuitive and consistent behavior for all file types.

### Improvements

- The `mc cp --preserve` command now copies symbolic links as distinct objects instead of following them to the target file. This ensures accurate backups of complex directory structures and reduces storage and network usage. (#54)