Skip to content

bigbeartechworld/scrypted-backup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

Backup and Restore Scrypted

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages