...
To Backup Yarnman Open SSH session
Run command: cd /opt/yarnlab/yarnmanRun yarnman
Run the backup script: ./scripts/backup-yarnman.sh -b
Backup script will create Backup Directory /opt/yarnlab/backup and create backup file
Restoring BackupOpen SSH sessionEnsure Backup
Open SSH session
Ensure that the backup directory /opt/yarnlab/backup exist exists with backup file
Run command: cd /opt/yarnlab/yarnmanRun yarnman
Run the restore script: ./scripts/backup-yarnman.sh -rThe r
The backup script will identify the latest backup in the backup directory and restore from there
...