Voglio rsync
una cartella ricorsivamente ma voglio che le sottocartelle siano incluse solo a una certa profondità.
Ad esempio vorrei una profondità di 1,2,3 o 4 sottocartelle come questa:
source/
├── subfolder 1
│ ├── subsubfolder
│ │ ├── subsubsubfolder
│ │ │ └── wanted with depth 4.txt
│ │ └── wanted with depth 3.txt
│ └── wanted with depth 2.txt
├── subfolder 2
│ └── wanted with depth 2.txt
└── wanted with depth 1.txt