Piotr Kwaśnik
Piotr Kwaśnik

Reputation: 1

Rsync exclude file that are having same name but different extension

Is there any option to send files via rsync that ae having same name but other extension ? For ex filename.ts and filename.mp4 ??

Upvotes: 0

Views: 304

Answers (1)

Piotr Kwaśnik
Piotr Kwaśnik

Reputation: 1

I`m havin for example filename.ts on destination and filename.mp4 on source. I dont want to send filename .mp to destination becase basename is the same.

Upvotes: 0

Related Questions