Posts: 13,377
Threads: 303
Joined: Mar 2018
Reputation:
539
Until I get a chance to look at the backup/restore feature and see whats needed to enable restoring from moode 8 backups you will need to run the command I posted. First you need to copy the backup zip file to a usb drive and then to your home directory on the Pi.
Posts: 8
Threads: 1
Joined: Feb 2019
Reputation:
0
05-22-2024, 11:44 PM
(This post was last modified: 05-22-2024, 11:44 PM by angus1071.)
sudo /var/www/util/backup_manager.py --what r_other '/home/moode/backup_BLACKBOX_240522_1916.zip' --restore
usage: backup_manager.py [-h] [--version] [--what {config,cdsp,playlists,searches,r_moode,r_other} [{config,cdsp,playlists,searches,r_moode,r_other} ...]] (--backup | --restore | --info)
[--cdsp-replace] [--db DB] [--script SCRIPT] [--wlanpwd WLANPWD]
backupfile
backup_manager.py: error: argument --what: invalid choice: '/home/moode/backup_BLACKBOX_240522_1916.zip' (choose from 'config', 'cdsp', 'playlists', 'searches', 'r_moode', 'r_other')
What was wrong?
Posts: 8
Threads: 1
Joined: Feb 2019
Reputation:
0
sudo /var/www/util/backup_manager.py --what r_other --restore '/home/moode/backup_BLACKBOX_240522_1916.zip' was right..