You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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`
0 commit comments