-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
12 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,14 @@ | ||
# SpiderScripts | ||
Welcome! These are a few scripts that we use at SURFsara to work with Spider. | ||
Welcome! These are a few scripts that we use at SURF to work with Spider. | ||
|
||
## Ada | ||
Ada stands for "Advanced dCache API". It is a client that talks to the dCache storage system API to get all kinds of information like directory listings and file checksums, and to do things like renaming, moving, deleting, staging (restoring from tape), and subscribing to server-sent-events so that you can automate actions when new files are written or files are staged. Ada does not transfer files; we suggest you use Rclone (https://rclone.org/) for that. | ||
## ADA | ||
ADA stands for "Advanced dCache API". It is a client that talks to the dCache storage system API to get all kinds of information like directory listings and file checksums, and to do things like renaming, moving, deleting, staging (restoring from tape), and subscribing to server-sent-events so that you can automate actions when new files are written or files are staged. ADA does not transfer files; we suggest you use [Rclone](https://rclone.org/) for that. | ||
|
||
ADA is pre-installed on Spider. If you want to use ADA elsewhere, you can clone this repository. | ||
|
||
For an overview of the commands and options, run: | ||
``` | ||
ada --help | ||
``` | ||
|
||
Read further how to use ADA in the [Spider Documentation](https://doc.spider.surfsara.nl/en/latest/Pages/storage/ada-interface.html). |