Hi all,
i'd need an rsync that
source dir:
file1
file2
destination dir:
file20
file21
result after rscync in the destination dir:
file1
file2
file20
file21
at the moment i've this command:
rsync -hirpt --stats --delete
so i guess i should only remove "--delete" option, i'm i right?
thanks for any suggestion
massimo
|