Posts

Showing posts with the label Synology

Synology Autoback up code

Image
Synology Inc backup/network  in my understanding Synolgoy NAS is very good for internal backup/file sharing and security is excellent. Today I am sharing how to auto backup data/files from your computer to Synology with coding First,     You have to create an user ID and share folder and give full access for same user. For Example:  You have create an user ID called " HR1 "  and share folder Name is "HR" Give the full "read & write" permission to HR1 Now go to RUN and type your Synology Network Path ( whatever you have given when you setup your synolgy)  For Example: - if we have this name synoloty "BackupXNepal"   Go to RUN and type "\\BackupXnepal " now find the 'HR" file there double click on it and go to address bar and copy the address: "\\backupXnepal\HR " Now go to Note pad type this code:  net use n: \\backupXnepal\HR /user:HR Password  Robocopy "%userprofile%\...