Initial commit of MyWorkspace - contains multiple projects and global workspace configuration
This commit is contained in:
4
BackupScript/cronjob
Normal file
4
BackupScript/cronjob
Normal file
@@ -0,0 +1,4 @@
|
||||
# Cron job for daily backups at 3:00 AM
|
||||
# Copy this file to /etc/cron.d/backup or create an entry in /etc/crontab
|
||||
|
||||
0 3 * * * root /opt/backup.sh >> /var/log/backup.log 2>&1
|
||||
Reference in New Issue
Block a user