Little Backup Box

Back up a storage card connected via a card reader

Transfer files directly from the connected camera

Activate the DLNA server

Shut down the Little Backup Box

&1 & echo $!'); } if (isset($_POST['camerabackup'])) { shell_exec('sudo ./camera-backup.sh 2>&1 & echo $!'); } if (isset($_POST['minidlna'])) { shell_exec('sudo ./minidlna.sh 2>&1 & echo $!'); } if (isset($_POST['shutdown'])) { shell_exec('sudo shutdown -h now 2>&1 & echo $!'); } ?>