Skip to content

Remote Storage

GDA uses rsync for remote storage. Remotes are defined in .gdarc.

Terminal window
gda remote add origin rsync://server/path/to/store

The remote path must point to an empty or existing GDA object store.

Terminal window
gda push origin

Copies all local objects not present on the remote to the remote store.

Terminal window
gda pull origin

Copies all remote objects not present locally to the local store. Also syncs the index.

Terminal window
gda remote list

Lists configured remotes.