Hello,
yes, it's possible.
What you have to do is to create two different profiles: one for the full backup and another one for incremental ones.
Then you have to configure correctly your CRON jobs. You'll have to run the full one on Mondays only, and the incremental on the other days.
You should put something like this in you CRON settings:
0 0 * * 1 path/to/akeeba/script.php --profile=<profile num for full backup> # runs overy Monday
0 0 * * 2-6 path/to/akeeba/scripts.php --profile=<profile num for incremental backups> # runs every other day of the week
If you feel uncomfortable with CRON syntax, you can ask help to your host or you can take a look at the site
https://crontab.guru, which translates CRON syntax to English language.
Davide Tampellini
Developer and Support Staff
🇮🇹Italian: native 🇬🇧English: good • 🕐 My time zone is Europe / Rome (UTC +1)
Please keep in mind my timezone and cultural differences when reading my replies. Thank you!