!/bin/sh # # Script(s) to copy data between the Promise arrays. # /data is the live data array # /backup is the spare array # # Explanation of the chosen rsync options # -avplm: a: Archive v: Verbose ...
I recently found myself needing to move several very large file systems into roomier data quarters on a disk array and began thinking about the most efficient and reliable way to get the job done. The ...