Skip to content

bigbeartechworld/uptime-kuma-backup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Uptime Kuma Backup

Uptime Kuma Backup is a tool for backing up and restoring Uptime Kuma data.

Walkthrough Video

Uptime Kuma Backup Walkthrough Video

Need Help or have an issue?

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.

Using Proxmox

So if you're using Proxmox you need to open up ssh and run the following commands:

  1. Setup a root password
sudo passwd root
  1. Enable ssh
nano /etc/ssh/sshd_config
  1. Change the following line:
PermitRootLogin without-password

to

PermitRootLogin yes
  1. Restart ssh
systemctl restart sshd

Install Uptime Kuma Backup

  1. Install git on your OS

  2. Clone the repo

git clone https://github.com/bigbeartechworld/uptime-kuma-backup.git uptime-kuma-backup
  1. Change directory
cd uptime-kuma-backup
  1. Run the backup script
sh ./backup.sh
  1. Run the restore script
sh ./restore.sh

About

Backup and Restore Uptime Kuma

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages