I am currently working on backing up an inactive users data from a server. The data is roughly 7tb. For the backup task, I have two four TB drives.
So what is a reasonable way to move the data into the two drives?
I thought of creating a single volume spanning the two, but for archival purposes keeping them independent seems better.
rsync
is a nice idea, since when a file is successfully copied, it can remove it from the source directory. http://unix.stackexchange.com/questions/78375/move-files-and-delete-directories-with-rsync – Konstantinos Mar 10 '15 at 16:35