|
1 | 1 |  |
2 | | - |
| 2 | + |
3 | 3 | [](LICENSE) |
4 | 4 |
|
5 | 5 | # About this branch |
@@ -108,9 +108,9 @@ You can use following command when you want to unmount the tape. The ltfs comman |
108 | 108 |
|
109 | 109 | 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. |
110 | 110 |
|
111 | | -## The `ltfsee_ordered_copy` utility |
| 111 | +## The `ltfs_ordered_copy` utility |
112 | 112 |
|
113 | | -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. |
| 113 | +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. |
114 | 114 |
|
115 | 115 | 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. |
116 | 116 |
|
@@ -141,16 +141,16 @@ In some systems, you might need `sudo ldconfig -v` after `make install` to load |
141 | 141 | |:----------------------------------:|:-------:|:--------------------------------------------------------------------------------------------------------------------------------:| |
142 | 142 | | RHEL 8 | x86\_64 | OK - Not checked automatically | |
143 | 143 | | RHEL 8 | ppc64le | OK - Not checked automatically | |
144 | | - | CentOS 8 (Rocky Linux) | x86\_64 |  | |
| 144 | + | CentOS 8 (Rocky Linux) | x86\_64 |  | |
145 | 145 | | CentOS 8 (Rocky Linux) | ppc64le | OK - Not checked automatically | |
146 | | - | Fedora 28 | x86\_64 |  | |
147 | | - | Ubuntu 16.04 LTS | x86\_64 |  | |
| 146 | + | Fedora 28 | x86\_64 |  | |
| 147 | + | Ubuntu 16.04 LTS | x86\_64 |  | |
148 | 148 | | Ubuntu 16.04 LTS | ppc64le | OK - Not checked automatically | |
149 | | - | Ubuntu 18.04 LTS | x86\_64 |  | |
| 149 | + | Ubuntu 18.04 LTS | x86\_64 |  | |
150 | 150 | | Ubuntu 18.04 LTS | ppc64le | OK - Not checked automatically | |
151 | | - | Ubuntu 20.04 LTS (Need icu-config) | x86\_64 |  | |
152 | | - | Debian 9 | x86\_64 |  | |
153 | | - | Debian 10 (Need icu-config) | x86\_64 |  | |
| 151 | + | Ubuntu 20.04 LTS (Need icu-config) | x86\_64 |  | |
| 152 | + | Debian 9 | x86\_64 |  | |
| 153 | + | Debian 10 (Need icu-config) | x86\_64 |  | |
154 | 154 | | ArchLinux 2018.08.01 | x86\_64 | OK - Not checked automatically | |
155 | 155 | | ArchLinux 2018.12.31 (rolling) | x86\_64 | OK - Not checked automatically | |
156 | 156 |
|
|
0 commit comments