Skip to content

Commit

Permalink
added * to tape path
Browse files Browse the repository at this point in the history
  • Loading branch information
archivesx authored and archivesx committed Feb 22, 2017
1 parent 985759f commit 7988bba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion migratelto
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ fi
TAPE_PATH="${TAPE_MOUNT_POINT}/${TAPE_SERIAL}"
_checkdir "${TAPE_PATH}"

gcp --preserve=mode,timestamps -nRv "${TAPE_PATH}" "${SOURCE_DIR}/"*
gcp --preserve=mode,timestamps -nRv "${TAPE_PATH}/"* "${SOURCE_DIR}/"

case "${TAPE_EJECT}" in
y|Y) umount "${TAPE_PATH}" ;;
Expand Down

1 comment on commit 7988bba

@retokromer
Copy link
Member

Choose a reason for hiding this comment

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

BTW: Did you check the LTSF ltfscopy command instead of gcp (see #2 (comment))?

Please sign in to comment.