cc_staff
176
edits
(simple suggestion for keeping indices of nearline collections.) |
m (thanks to Kaizaad for pointing out) |
||
Line 29: | Line 29: | ||
When you bundle files, such as with tar, it becomes inconvenient to find individual files. Instead of restoring large collections from tape, you may wish to construct an index as soon as you create the collection. For instance, if you create a tar like this: | When you bundle files, such as with tar, it becomes inconvenient to find individual files. Instead of restoring large collections from tape, you may wish to construct an index as soon as you create the collection. For instance, if you create a tar like this: | ||
tar cvvf /nearline/def-sponsor/user/mycollection.tar > /nearline/def-sponsor/user/mycollection.index | tar cvvf /nearline/def-sponsor/user/mycollection.tar /project/def-sponsor/user/something > /nearline/def-sponsor/user/mycollection.index | ||
or for an existing tar: | or for an existing tar: |