# Iceshrimp backup scripts ## Introduction: The bash files that create: * A backup of the Iceshrimp database * A backup of: * the default.yml file * the nginx conf * the iceshrimp.service file * the iceshrimp /files/ directory ## Files: The script to create a backup of the iceshrimp database: * ### [backup_iceshrimp_db.sh] * The script first removes the file showing that a previous backup was successful * The removed file is replaced at the end to show that the backup has successfully completed * The [**iceshrimp_restore.sh**] 'Restore the 'iceshrimp_backup_database' menu option will not run if this file is not in place The script to create a backup of the default.yml, nginx.conf, iceshrimp.service files and the iceshrimp /files/ directory: * ### [backup_iceshrimp_files.sh] * The script first removes the file showing that a previous backup was successful * The removed file is replaced at the end to show that the backup has successfully completed * The [**iceshrimp_restore.sh**] 'Restore the iceshrimp /files/ directory' menu option will not run if this file is not in place