ASK NC

Full Version: Question about Recicle?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have a question, I would like to verify if this Synology 4 bay NAS DiskStation DS918+ is able to move files to the recycle bin if yes is it with a script?
This task has to move files older then 3 weeks and go to the recycle and then I have a task to erase the documents that are on recycle.

Regards
Qnap would allow you to do these things. Synology is not that flexible. You may need to try thishttps://stackoverflow.com/questions/13489398/delete-files-older-than-10-days-using-shell-script-in-unixRecycle bin in a script maybe be ignored even though Synology allows this in DSM.Maybe instead of deleting, you could create a DELETE folder and move those files in there before you delete them.I hope this helps.