Initial commit of MyWorkspace - contains multiple projects and global workspace configuration

This commit is contained in:
DavidSaylor
2026-05-06 22:59:37 -05:00
commit 019e35b488
2520 changed files with 13634 additions and 0 deletions

4
BackupScript/cronjob Normal file
View 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