Home » Cron Jobs » Days

Cron Jobs Every So Many Days [Crontab Cheat Sheet]

Introduction

Cron jobs are an essential part of any Linux system. They allow you to schedule tasks to be run automatically at a specified time or interval. We have listed numerous cron job examples of cron jobs on this page which will run every so many days.

Why Might You Want to Run a Cron Job Every Few Days?

There are a number of reasons you might want to run a cron job every few days.

For example, you might want to automatically backup your website files or database regularly. Or, you might want to send out a weekly newsletter to your subscribers.

Running a cron job every few days can help you automate these tasks so that they’re performed on a regular basis without your intervention.

Examples

Here are some examples of cron jobs/crontabs which run on various “every so many day” schedules:

Cron Jobs Every So Many Days

The following cron jobs will run every certain number of days:

Cron Jobs Every So Many Days at Specific Times

These cron jobs will run every certain number of days but at specific times:

Wrapping Up

The examples above should have helped you to set up a cron job to run every few days.

Remember to check out our main cron jobs cheat sheet and if you are looking to set up a cron job to run every few minutes, hours, weekdays, or months, then be sure to check out our relevant sections. You can also find miscellaneous cron jobs here.

We hope you found some of the crontab examples we’ve listed above helpful. Feel free to let us know if there are any additional examples you’d like to see on this page.

SHARE: