no preservation of modification time

This commit is contained in:
Michael Stumpf 2021-07-20 14:03:04 +02:00
parent b57a34226e
commit ae200cb416
1 changed files with 1 additions and 1 deletions

2
icp
View File

@ -23,7 +23,7 @@ EXIT_INVALID_PATH=3 # rsync: Errors selecting input/output files, dirs
# -remove trailing slash from directories
flag_recursive=0
flag_dryrun=0
rsync_opt=("-lptgoD")
rsync_opt=("-lpgoD")
rsync_arg=()
for arg in "$@"
do