Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,11 +108,9 @@ Whenever a tape is ejected, the script will export the tape’s index (as an XML
To write data onto a tape, run the following command:

```
writelto
writelto -t $tape_serial /Volumes/$tape_serial
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That would write the content of the lto tape onto the same lto tape. A better example would be:
writelto -t $tape_serial $any_other_place

```

When prompted, enter the tape serial and the source directory.

The script will run `gcp` to transfer the data to the LTO tape (`rsync` is used as a backup check for `gcp`).

To read back and create checksums for the contents of a tape, and write checksums to a file named with the tape serial and date, run the following command:
Expand Down