Details
-
Type:
Story
-
Status: Won't Fix
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: Qserv
-
Labels:None
-
Story Points:4
-
Team:Data Access and Database
Description
DM-1755 has been done before this feature was available. It uses rsync over ssh which require use to have an ssh-key on lsst-dev.
NSCA rsync server can now be accessed with next syntax:
rsync -av lsst-rsync.ncsa.illinois.edu::qserv/qserv_testdata/datasets/case04/data/DeepSource.csv.gz . |
# LIST FILES AVAILABLE IN THE MODULE NAMED "qserv"
|
rsync lsst-rsync.ncsa.illinois.edu::qserv |
|
# To add content to this module/group, you can copy files into the following path:
|
/lsst/rsync/qserv/ |
rsync over ssh feature should be kept, in order to distribute private data are distributed.
This seems fine as is, requiring ssh key to access.