mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 18:59:33 +00:00
5129bba363
git-svn-id: https://svn.fhem.de/fhem/trunk@3797 2b470e98-0d58-463d-a4d8-8e2adae1ed80
7 lines
128 B
Bash
Executable File
7 lines
128 B
Bash
Executable File
#!/bin/sh
|
|
|
|
tar cf - FHEM fhem.cfg fhem.pl log startfhem* www |
|
|
gzip -3 > backup/backup-`date -I`.tar.gz
|
|
echo backup done
|
|
exit 0
|