Remote Storage
GDA uses rsync for remote storage. Remotes are defined in .gdarc.
Adding a Remote
Section titled “Adding a Remote”gda remote add origin rsync://server/path/to/storeThe remote path must point to an empty or existing GDA object store.
Pushing Objects
Section titled “Pushing Objects”gda push originCopies all local objects not present on the remote to the remote store.
Pulling Objects
Section titled “Pulling Objects”gda pull originCopies all remote objects not present locally to the local store. Also syncs the index.
Checking Remote Status
Section titled “Checking Remote Status”gda remote listLists configured remotes.