Skip to content

Latest commit

 

History

History
89 lines (56 loc) · 1.28 KB

README.md

File metadata and controls

89 lines (56 loc) · 1.28 KB

Scrypted Backup

Scrypted Backup is a tool for backing up and restoring Scrypted data.

Walkthrough Video

Alt text

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 Scrypted Backup

  1. Install git on your OS

  2. Clone the repo

git clone https://github.com/bigbeartechworld/scrypted-backup.git scrypted-backup
  1. Change directory
cd scrypted-backup
  1. Open up the backup.sh file and change the following variables:
ssh_server="user@host"

to your credentials

  1. Open up the restore.sh file and change the following variables:
ssh_server="user@host"

to your credentials

  1. Run the backup script
sh ./backup.sh
  1. Run the restore script
sh ./restore.sh

Need Support or Have Ideas?

Join the BigBearCommunity Discord and let us know what you think!