fix crontab

This commit is contained in:
Hurlu 2023-01-30 09:02:43 +01:00
parent bcbbe79e1d
commit 1fd8577211

View File

@ -37,7 +37,7 @@ cd $GLOB_DIR/gitea
# restore gitea: https://docs.gitea.io/en-us/backup-and-restore/#restore-command-restore # restore gitea: https://docs.gitea.io/en-us/backup-and-restore/#restore-command-restore
# update crontab to call backup_to_gdrive every 8 hours: (crontab -e, no need for sudo) # update crontab to call backup_to_gdrive every 8 hours: (crontab -e, no need for sudo)
#* */8 * * * /home/hurlu/ServerContainers/adminscripts/backup_to_gdrive.sh #0 */8 * * * /home/hurlu/ServerContainers/adminscripts/backup_to_gdrive.sh
# manually go to my sample files in each container folder to write actual secrets # manually go to my sample files in each container folder to write actual secrets
# run server containers # run server containers
# profit :] # profit :]