I am making several backups every day. I want an scheduled job that will delete some of the backups if they exceed an ammount. I can write an shell script. But how make it work automatically? Is it also possible to run automatic jobs while the computer is locked/suspended?
Asked
Active
Viewed 37 times
0
cron
job : see here how to do it. – Michal Przybylowicz Jun 24 '20 at 12:34cron
jobs, this site can help you determine the best way to configure yourcron
job. It's a simulator that shows you your configuration for when it will run the job: https://crontab.guru/ – Terrance Jun 24 '20 at 12:37