Displaying 2 results from an estimated 2 matches for "subsubdirectory".
2009 Oct 16
3
Nice little performance improvement
...un on sub sub directories of the main tree.
It does each of these sub sub directories sequentially. I would have liked to run
some of these in parallel, but that seems to increase i/o on the main server too much.
Today I tried the following:
For all subsub directories
a) Fork a "du -s subsubdirectory" on the destination subsubdirectory
b) Run rsync on the subsubdirectory
c) repeat untill done
Seems to have improved the time it takes by about 25-30%. It looks like the du can
run ahead of the rsync...so that while rsync is building its file list, the du is warming up
the file cache...
2003 Oct 14
0
Right-management Bug?
...this purpose I set for this
group the "Traverse Folder/Execute Files" on the whole directory and only
granted read- or write-access on specific folders.
Example:
Directory A: user A: r-x, user B: --- (traverse directory)
Subdirectoy A: user A: rwx, user B: --- (traverse directory)
Subsubdirectory A: user A: rwx, user B: r-x
Subsubdirectory B: user A: rwx, user B: --- (solved by "traverse
directory")
Subdirectory B: user A: r-x, user B: rwx
This worked very fine.
Now to my first problem:
I have to move the directories from win2k to samba. So I started the "Total
Comma...