Uptime Kuma Backup is a tool for backing up and restoring Uptime Kuma data.
Please post in the BigBearCommunity with your issue. Try to be detailed in your issue.
If you have a feature request please post in the BigBearCommunity.
So if you're using Proxmox you need to open up ssh and run the following commands:
- Setup a root password
sudo passwd root
- Enable ssh
nano /etc/ssh/sshd_config
- Change the following line:
PermitRootLogin without-password
to
PermitRootLogin yes
- Restart ssh
systemctl restart sshd
-
Install git on your OS
-
Clone the repo
git clone https://github.com/bigbeartechworld/uptime-kuma-backup.git uptime-kuma-backup
- Change directory
cd uptime-kuma-backup
- Run the backup script
sh ./backup.sh
- Run the restore script
sh ./restore.sh