search for: 2eb2fe7f11258e27af21bf60d2f4b06b

Displaying 1 result from an estimated 1 matches for "2eb2fe7f11258e27af21bf60d2f4b06b".

2010 Jul 03
1
deep vs. shallow directory structure
...pting filenames, rsyncrypto assigned each file a filename which is made of hex digits. It also has the option to put the files in directories, where the location of the file is determined by the file's name and a parameter indicating the depth of the directory structure. i.e. if the filename is 2EB2FE7F11258E27AF21BF60D2F4B06B , and the depth is 3, the file will be in: 2/2E/2EB/2EB2FE7F11258E27AF21BF60D2F4B06B for a depth of 1 the file will be in: 2/2EB2FE7F11258E27AF21BF60D2F4B06B etc... My question (finally): how to optimize rsync's speed? - how deep should the directory structure be? What would be faster to rsync...