ASK NC
Question about Recicle? - Printable Version

+- ASK NC (https://ask.nascompares.com)
+-- Forum: Q&A (https://ask.nascompares.com/forumdisplay.php?fid=1)
+--- Forum: Before you buy Q&A (https://ask.nascompares.com/forumdisplay.php?fid=2)
+--- Thread: Question about Recicle? (/showthread.php?tid=3311)



Question about Recicle? - Enquiries - 02-28-2020

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


Question about Recicle? - ed - 04-14-2021

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.