################################################################ # Developed with Kate # # (c) 2012-2021 Copyright: Martin Fischer (m_fischer at gmx dot de) # Rewrite and Maintained by Marko Oldenburg since 2019 # All rights reserved # # Contributors: # - Marko Oldenburg (CoolTux - fhemdevelopment at cooltux dot net) # # This script free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # # The GNU General Public License can be found at # http://www.gnu.org/copyleft/gpl.html. # A copy is found in the textfile GPL.txt and important notices to the license # from the author is found in LICENSE.txt distributed with these scripts. # # This script is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # # $Id$ # ################################################################ package main; use strict; use warnings; use FHEM::Meta; require FHEM::Core::Utils::FHEMbackup; ##################################### sub backup_Initialize { my %hash = ( Fn => \&FHEM::Core::Utils::FHEMbackup::CommandBackup, Hlp => ',create a backup of fhem configuration, state and modpath' ); $cmds{backup} = \%hash; return FHEM::Meta::InitMod( __FILE__, \%hash ); } 1; =pod =item command =item summary create a backup of the FHEM installation =item summary_DE erzeugt eine Sicherungsdatei der FHEM Installation =begin html
backup