first commit
This commit is contained in:
7
backup/domoticzScripts
Executable file
7
backup/domoticzScripts
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
cd /opt/domoticz/scripts/;
|
||||
/bin/tar cvzf /tmp/scriptsDomoticz.tgz *;
|
||||
/bin/cp /tmp/scriptsDomoticz.tgz /media/Backup/domoticz/scriptsDomoticz"$(date '+%Y-%m-%d')".tgz;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user