I followed the setup described on: http://wiki.wdlxtv.com/Shell_Tips#Keepi ... nt_history
and I added the 2 commands to store and restore the history.
- Code: Select all
config_tool -c POWER_DOWN_ACTION10='cp /tmp/.ash_history "/tmp/mnt/3d93e48f-8d8d-4cf1-91de-71f790cd87fd/.ash_history"'
Saved the config. But then after a reboot it seems that the ash_history is never in the external disk.
I am currently using version:
- Code: Select all
FW Base: 1.05.04
Current version: 0.5.2.2
I have also the autobackup app installed and this one seems that is able to generate its configuration backup. This one is using the configuration:
- Code: Select all
POWER_DOWN_ACTION11='autobackup'
however having this two simple power down events, does not make any output file on the external HD
- Code: Select all
POWER_DOWN_ACTION12='date >> "/tmp/mnt/3d93e48f-8d8d-4cf1-91de-71f790cd87fd/1"'
POWER_DOWN_ACTION13='date >> "/tmp/media/usb/USB1/3d93e48f-8d8d-4cf1-91de-71f790cd87fd/2"'
Am I missing something here ?