I have a backup system handling large amounts of data. I use rsync to backup the data to a remote directory. In the remote location they archive their data on tape for security reasons.
The data is static. Once created it does not change.
Right now I am facing the option of off-lining some of the data to tape, in order to gain disk storage space on the remote location. The off-lining is done by keeping the structure of the file system, so existing files can be browsed without calling them back to disk.
I have been looking at how to manage this through rsync. Since the tape storage is not made for fast data retrieval. Will the -W flag achieve this?