0

Imagine a File system like this

test
├── a
│   ├── 09/09/2030
│   │   ├── file0.rtf
│   │   ├── file0.txt
│   │   ├── **file1.rtf**
│   │   ├── **file1.txt**
│   │   ├── file2.rtf
│   │   └── file2.txt
│   ├──10/10/2030
│   │   ├── file0.rtf
│   │   ├── file0.txt
│   │   ├── **file1.rtf**
│   │   ├── **file1.txt**
│   │   ├── file2.rtf
│   │   └── file2.txt
│   ├── 11/11/2030
│   │   ├── file0.rtf
│   │   ├── file0.txt
│   │   ├── file1.rtf
│   │   ├── **file1.txt**
│   │   ├── **file2.rtf**
│   │   └── file2.txt
│   └── 12/12/2030
│       ├── file0.rtf
│       ├── file0.txt
│       ├── **file1.rtf**
│       ├── **file1.txt**
│       ├── file2.rtf
│       └── file2.txt

I would like to set up an rsync to a remove server 10.99.7.1 (not real IP) from my IP 197.100.1 (not real IP). However i would like to rsync only files called file1 with their subdirectories containing the dates.

When i try to rsycn the files only they overwrite each other

James
  • 1
  • 1

0 Answers0