update permissions, update 02.bat * instead of dir for ignore list
This commit is contained in:
parent
93763db8f9
commit
ffae8a1c7c
|
@ -36,7 +36,7 @@ set exclude=['Owncloud','thumbs.db','$Recycle.bin', 'System Volum*','desktop.ini
|
||||||
:: Creation du fichier pl
|
:: Creation du fichier pl
|
||||||
echo $Conf{XferMethod} = 'rsync'; > %filepl%
|
echo $Conf{XferMethod} = 'rsync'; > %filepl%
|
||||||
echo $Conf{RsyncShareName} = ['%input_dir%']; >> %filepl%
|
echo $Conf{RsyncShareName} = ['%input_dir%']; >> %filepl%
|
||||||
echo $Conf{BackupFilesExclude} = {'%input_dir%' =^> %exclude%}; >> %filepl%
|
echo $Conf{BackupFilesExclude} = {'*' =^> %exclude%}; >> %filepl%
|
||||||
echo # host:%host%.%domain% >> %filepl%
|
echo # host:%host%.%domain% >> %filepl%
|
||||||
echo # hostkey:%hostkey% >> %filepl%
|
echo # hostkey:%hostkey% >> %filepl%
|
||||||
echo # mail:%input_mail% >> %filepl%
|
echo # mail:%input_mail% >> %filepl%
|
||||||
|
|
Loading…
Reference in New Issue