How do I delete files older than 7 days with the exception of those on a specific date?

For example, I want to leave the backups of the week in Drive and, in addition to those made before the system updates on date X, Y and Z. I can also make a list of the backups I want to leave, I think it would be even better , and use that list in the command. It's possible?

hello and welcome to the forum,

when you posted, there was a template of questions.
for example, what operating system is rclone running on?

Hello, it's Linux Slackware 14.2 x86_64.

I believe I found the solution:

rclone delete --min-age 8d --exclude-from exclude-list.txt MYDRIVE:

1 Like

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.