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

[DRAFT] enable union backend #439

Merged
merged 1 commit into from
Jul 10, 2024

Commits on Jul 1, 2024

  1. enable union backend

    this leverages built-in rclone features to allow backends that have one logical root (e.g. `internetarchive`) to seamlessly aggregate multiple paths into a single preparation
    
    example usage:
    ```
    RCLONE_CONFIG_IA_TYPE=internetarchive  singularity storage create union --upstreams 'ia:DuckandC1951 ia:0872_Angels_Flight_05_32_34_00' --path ''
    ```
    
    this creates an implicit, ephemeral remote of the `internetarchive` type called `ia`  and aggregates paths specified by `--upstreams`
    parkan authored Jul 1, 2024
    Configuration menu
    Copy the full SHA
    8e3b08f View commit details
    Browse the repository at this point in the history