We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75eec4c commit 7b02b6fCopy full SHA for 7b02b6f
emoncms-export.sh
@@ -4,6 +4,8 @@ date=$(date +"%Y-%m-%d")
4
5
echo "=== Emoncms export start ==="
6
date
7
+echo "Backup module version:"
8
+cat backup/module.json | grep version
9
echo "EUID: $EUID"
10
echo "Reading /home/pi/backup/config.cfg...."
11
if [ -f /home/pi/backup/config.cfg ]
emoncms-import.sh
@@ -5,6 +5,8 @@ data_path="/home/pi/data"
echo "=== Emoncms import start ==="
date +"%Y-%m-%d-%T"
12
0 commit comments