update permissions, update 02.bat * instead of dir for ignore list

This commit is contained in:
CARRE Anthony 2016-04-25 12:02:31 +02:00
parent 93763db8f9
commit ffae8a1c7c
2 changed files with 1 additions and 1 deletions

0
install_windows/01_install_backuppc.sh Normal file → Executable file
View File

View File

@ -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%