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 ...
One of my favorite utilities on the Linux command-line, and block storage is one of my favorite features on Linode's platform, so in this article I get to combine both of these together - because what ...
Trying to figure out how to rsync our SAN data from the 'live' partition to the 'backup' partition. We have a directory of 'preview' thumbnails so that you can 'zoom' in on a photo, previously just ...
!/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 ...
Our back up was successful. How to back up a local Linux directory to a remote Linux host with rsync Your email has been sent There are countless ways to back up data on the Linux platform. One of the ...