Add shutdown timeout. Update README.md

This commit is contained in:
Dmitri Popov
2018-03-20 09:15:13 +01:00
parent 9e5026c4d7
commit 2b46f43e59
2 changed files with 10 additions and 3 deletions

View File

@@ -16,11 +16,11 @@ When prompted, reboot the Raspberry Pi.
By default, Little Backup Box is configured to back up storage cards. To make the script transfer files directly from the connected camera, run the `crontab -e` command on Raspberry Pi. Comment the following line by prepending *#* to it:
@reboot sudo /home/pi/little-backup-box/backup.sh > /home/pi/little-backup-box.log
@reboot sudo /home/pi/little-backup-box/backup.sh
Uncomment then the line below by removing *#*:
#@reboot sudo /home/pi/little-backup-box/gphoto-backup.sh > /home/pi/gphoto-backup.log
#@reboot sudo /home/pi/little-backup-box/gphoto-backup.sh
Save the changes.