Skip to content

Commit 9d327b7

Browse files
committed
add link to data management in docs
1 parent 892c1b0 commit 9d327b7

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

tools/yoda/yoda_using_gocommands.qmd

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@ These are the basic commands for navigation and data transfer:
6767
- [gocmd get](https://github.com/cyverse/gocommands/blob/main/docs/commands/get.md) – Download files from Yoda
6868
- [gocmd sync](https://github.com/cyverse/gocommands/blob/main/docs/commands/sync.md) - Sync a local and remote directory
6969

70+
The [datamanagement page](https://github.com/cyverse/gocommands/blob/main/docs/data_management.md) of the gocommands docs offers a good start on working with Gocommonds
71+
7072
::: { .callout-tip }
7173
By default an iRODS session will time-out after an hour and you will need to login again. You can extend the session by starting it with the `gocmd init --ttl <hours>` option, e.g. `gocmd init --ttl 8` will keep the session alive for 8 hours.
7274
:::
@@ -80,4 +82,4 @@ Here is an example of how you could copy files from your current directory to iR
8082

8183
The `gocmd sync` command will only upload changed files, which is also handy if the transfer gets interrupted. By default it also compares checksums of the local and remote files, ensuring data integrity.
8284

83-
You can learn more about how to use the Gocommands to transfer files in the [section on the sync command](https://github.com/cyverse/gocommands/blob/main/docs/commands/sync.md#sync-data-between-local-and-irods).
85+
You can learn more about how to use the Gocommands to transfer files in the [section on the sync command](https://github.com/cyverse/gocommands/blob/main/docs/commands/sync.md#sync-data-between-local-and-irods) in the Gocommands docs.

0 commit comments

Comments
 (0)