Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

compressed file access through rsync needs to be more robust #66

Open
blanton144 opened this issue Dec 5, 2024 · 0 comments
Open

compressed file access through rsync needs to be more robust #66

blanton144 opened this issue Dec 5, 2024 · 0 comments

Comments

@blanton144
Copy link

Right now the RsyncAccess.add() method appends '*', which catches compressed files but can include other undesired files.

For example the following example downloads the spAll file AND a bunch of the backup files:

import sdss_access
sdss_rsync = sdss_access.RsyncAccess(release='sdsswork', verbose=True)
sdss_rsync.remote()
sdss_rsync.add('spAll', run2d='v6_2_0')
sdss_rsync.set_stream()
sdss_rsync.commit()

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant