Scrypted Backup is a tool for backing up and restoring Scrypted data.
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/scrypted-backup.git scrypted-backup
- Change directory
cd scrypted-backup
- Open up the backup.sh file and change the following variables:
ssh_server="user@host"
to your credentials
- Open up the restore.sh file and change the following variables:
ssh_server="user@host"
to your credentials
- Run the backup script
sh ./backup.sh
- Run the restore script
sh ./restore.sh
Join the BigBearCommunity Discord and let us know what you think!