|
1 | 1 |  |
2 | | - |
| 2 | + |
3 | 3 | [](LICENSE) |
4 | 4 |
|
5 | 5 | # About this branch |
@@ -110,9 +110,9 @@ You can use following command when you want to unmount the tape. The ltfs comman |
110 | 110 |
|
111 | 111 | One thing you need to pay attention to here is, that the unmount command continues to work in the background after it returns. It just initiates a trigger to notify the the ltfs command of the unmount request. Actual unmount is completed when the ltfs command is finished. |
112 | 112 |
|
113 | | -## The `ltfsee_ordered_copy` utility |
| 113 | +## The `ltfs_ordered_copy` utility |
114 | 114 |
|
115 | | -The [`ltfsee_ordered_copy`](https://github.com/LinearTapeFileSystem/ltfs/wiki/ltfs_ordered_copy) is a program to copy files from source to destination with LTFS order optimization. |
| 115 | +The [`ltfs_ordered_copy`](https://github.com/LinearTapeFileSystem/ltfs/wiki/ltfs_ordered_copy) is a program to copy files from source to destination with LTFS order optimization. |
116 | 116 |
|
117 | 117 | It is written in python and it can work with both python2 and python3 (Python 2.7 or later is strongly recommended). You need to install the `pyxattr` module for both python2 and python3. |
118 | 118 |
|
@@ -514,16 +514,16 @@ curl -fsSL https://raw.githubusercontent.com/LinearTapeFileSystem/ltfs/master/sc |
514 | 514 | |:----------------------------------:|:-------:|:--------------------------------------------------------------------------------------------------------------------------------:| |
515 | 515 | | RHEL 8 | x86\_64 | OK - Not checked automatically | |
516 | 516 | | RHEL 8 | ppc64le | OK - Not checked automatically | |
517 | | - | CentOS 8 (Rocky Linux) | x86\_64 |  | |
| 517 | + | CentOS 8 (Rocky Linux) | x86\_64 |  | |
518 | 518 | | CentOS 8 (Rocky Linux) | ppc64le | OK - Not checked automatically | |
519 | | - | Fedora 28 | x86\_64 |  | |
520 | | - | Ubuntu 16.04 LTS | x86\_64 |  | |
| 519 | + | Fedora 28 | x86\_64 |  | |
| 520 | + | Ubuntu 16.04 LTS | x86\_64 |  | |
521 | 521 | | Ubuntu 16.04 LTS | ppc64le | OK - Not checked automatically | |
522 | | - | Ubuntu 18.04 LTS | x86\_64 |  | |
| 522 | + | Ubuntu 18.04 LTS | x86\_64 |  | |
523 | 523 | | Ubuntu 18.04 LTS | ppc64le | OK - Not checked automatically | |
524 | | - | Ubuntu 20.04 LTS (Need icu-config) | x86\_64 |  | |
525 | | - | Debian 9 | x86\_64 |  | |
526 | | - | Debian 10 (Need icu-config) | x86\_64 |  | |
| 524 | + | Ubuntu 20.04 LTS (Need icu-config) | x86\_64 |  | |
| 525 | + | Debian 9 | x86\_64 |  | |
| 526 | + | Debian 10 (Need icu-config) | x86\_64 |  | |
527 | 527 | | ArchLinux 2018.08.01 | x86\_64 | OK - Not checked automatically | |
528 | 528 | | ArchLinux 2018.12.31 (rolling) | x86\_64 | OK - Not checked automatically | |
529 | 529 |
|
|
0 commit comments