Reduce rsync arguments to become more compatible
This commit is contained in:
parent
a19eb278c7
commit
e61b654238
1 changed files with 1 additions and 1 deletions
|
@ -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')
|
||||||
|
|
Loading…
Add table
Reference in a new issue