Reduce rsync arguments to become more compatible

This commit is contained in:
Tobi Schäfer 2023-05-21 12:14:30 +02:00
parent a19eb278c7
commit e61b654238

View file

@ -176,7 +176,7 @@ task processSource(type: Sync) {
} }
task update { task update {
def rsyncArgs = ['-a', '--info=progress2', '--exclude', 'backups'] def rsyncArgs = ['--archive', '--exclude', 'backups']
def confirm = { def confirm = {
ant.input(message: 'Update this installation?', validargs: 'y,n', addproperty: 'continue') ant.input(message: 'Update this installation?', validargs: 'y,n', addproperty: 'continue')