38,907
edits
No edit summary |
(Updating to match new version of source page) |
||
Line 19: | Line 19: | ||
Avec <code>dar</code>, utilisez l'option <code>-s (--slice)</code>. | Avec <code>dar</code>, utilisez l'option <code>-s (--slice)</code>. | ||
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 /project/def-sponsor/user/something > /nearline/def-sponsor/user/mycollection.index | |||
or for an existing tar: | |||
tar tvvf /nearline/def-sponsor/user/mycollection.tar > /nearline/def-sponsor/user/mycollection.index | |||
==== Pas d'accès à partir des nœuds de calcul ==== | ==== Pas d'accès à partir des nœuds de calcul ==== |