- Clone the GitHub repo to your Docker server
- Check the Settings.yml and make changes for your system
- Run:
sudo systemctl status cron
to check if cron is running - Start cron:
sudo systemctl start cron
- set the python script to executeable
sudo chmod +x /path/to/your/script.py
- open the cron table for your user:
crontab -e
- add this line to run the backup every day at 3 o clock
0 3 * * * /path/to/your/scirpt.py
- save and check the cronjob
crontab -l
-
Notifications
You must be signed in to change notification settings - Fork 0
705Marc/DockerBackup
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published