-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Issue 9.2: Schedule System Tasks
VM
VM 1: Jump Host / Main Practice Server
Scenario
You need to schedule a daily backup script that runs at 2:30 AM and cleans up old log files older than 30 days every Sunday at midnight.
Objectives
- Create a backup script that archives /home directory to /backups
- Create a cleanup script that removes log files older than 30 days from /var/log
- Schedule the backup script to run daily at 2:30 AM
- Schedule the cleanup script to run every Sunday at midnight
- Verify the cron jobs are scheduled correctly
- Test the cron functionality
Requirements
- Create proper shell scripts for both tasks
- Use crontab to schedule the tasks
- Verify cron jobs are active
- Test the scheduled functionality
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels