search for: someotherstuff

Displaying 3 results from an estimated 3 matches for "someotherstuff".

2023 Aug 04
2
print only first level directory name when copying files
Hello, I am copying /mnt/foo to /mnt/bar/ rsync --info=name1,del2 -rl /mnt/foo /mnt/bar/ /mnt/foo contains deep directory structure, ie: /mnt/foo/aaa/ /mnt/foo/aaa/somestuff/ /mnt/foo/aaa/somestuff/file1 /mnt/foo/bbb/ /mnt/foo/bbb/someotherstuff/ /mnt/foo/bbb/someotherstuff/file2 I am not interested in details which individual files were copied, just the main directory. Is it somehow possible for rsync to only report the first level directory? ie, to have output like this when copying: /mnt/foo/aaa/ /mnt/foo/bbb/ thanks,
2023 Aug 04
1
print only first level directory name when copying files
...t; I am copying /mnt/foo to /mnt/bar/ > > rsync --info=name1,del2 -rl /mnt/foo /mnt/bar/ > > /mnt/foo contains deep directory structure, ie: > > /mnt/foo/aaa/ > /mnt/foo/aaa/somestuff/ > /mnt/foo/aaa/somestuff/file1 > > /mnt/foo/bbb/ > /mnt/foo/bbb/someotherstuff/ > /mnt/foo/bbb/someotherstuff/file2 > > I am not interested in details which individual files were copied, just > the main directory. Is it somehow possible for rsync to only report the > first level directory? > > ie, to have output like this when copying: > > /mn...
2023 Aug 04
1
print only first level directory name when copying files
...t; rsync --info=name1,del2 -rl /mnt/foo /mnt/bar/ > > > > /mnt/foo contains deep directory structure, ie: > > > > /mnt/foo/aaa/ > > /mnt/foo/aaa/somestuff/ > > /mnt/foo/aaa/somestuff/file1 > > > > /mnt/foo/bbb/ > > /mnt/foo/bbb/someotherstuff/ > > /mnt/foo/bbb/someotherstuff/file2 > > > > I am not interested in details which individual files were copied, just > > the main directory. Is it somehow possible for rsync to only report the > > first level directory? > > > > ie, to have output like...