Recently I bought my first Synology NAS and am currently configuring it. My idea is to create a few top-level shared folders such as
/media, /backups, /software, and /misc. Now I would like to fill the /media directory with my music and photos. For this task I could use FTP but 1) it modifies the timestamp of the transfered files and 2) I don't trust FTP to transfer 1 TB of data without transmission errors. Therefore I would like to fill my /media directory with rsync which verifies the file integrity after transmission. I discovered this instruction: http://www.synology.com/support/faq_sho ... u&q_id=372 Unfortunately I understand it, that rsync is possible to the shared folder "NetBackup" (or another chosen name) only. Instead I would like to execute rsync on any top-level shared folder (especially /meda). How to do this?


