Från: |
"Massimo S." <ecs-isp@2rosenthals.com> |
Meddelandehuvud Oavkodat meddelande |
Ämne: |
Question about Rsync |
Datum: |
Sat, 20 Apr 2024 12:36:11 +0200 |
Till: |
eCS ISP Mailing List <ecs-isp@2rosenthals.com> |
|
---|
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
|