From 420d777a60403daaf26c579bdaab29cf1e0035e8 Mon Sep 17 00:00:00 2001 From: Kieran O'Leary Date: Tue, 22 Jan 2019 20:45:11 +0000 Subject: [PATCH 1/2] README - update writelto, attempts to fix #169 --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 1aa7a3c..cdd4861 100755 --- a/README.md +++ b/README.md @@ -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 ``` -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: From b3e7516231930bac80db84e16dec0e2b0538888c Mon Sep 17 00:00:00 2001 From: Kieran O'Leary Date: Tue, 22 Jan 2019 21:08:15 +0000 Subject: [PATCH 2/2] README - uses $source_directory instead of $tape_serial --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cdd4861..d50f06b 100755 --- a/README.md +++ b/README.md @@ -108,7 +108,7 @@ 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 -t $tape_serial /Volumes/$tape_serial +writelto -t $tape_serial $source_directory ``` The script will run `gcp` to transfer the data to the LTO tape (`rsync` is used as a backup check for `gcp`).