When the script to create 90 directories names as day01.....day90
Create a Script to back-up all your work done till now.
What is Cron and Crontab and automate the Backup Script
Cron is the system's main scheduler for running jobs or tasks unattended. A command called crontab allows the user to submit, edit or delete entries to cron.
To automate the backup script , we made a cron job , in which we can enter by crontab -e
After entering it will look something like this :
The last line here is what i have written. Although its always without it.
So to make the backup script to automate we need to provide in how many mintues or days we need to run the script. This timer we can take from cronjob timer .
Here we can understand how the 5 * are configured in terms of minute/hour/day(month)/month/day(week)
Now our script looks like this in which we have selected to 1 minute to execute.
Now after saving the file, we need to delete the previous backup which we have taken and then run the cronjob file to check if we have a new backup file at the location.
What is User Management
User management is a system to handle activities related to individuals' access to devices, software, and services. It focuses on managing permissions for access and actions as well as monitoring usage. Functions of user management include: Providing users with authenticated access.