Skip to content

Instantly share code, notes, and snippets.

@oyvholm
Created September 2, 2013 11:40
Show Gist options
  • Save oyvholm/6411972 to your computer and use it in GitHub Desktop.
Save oyvholm/6411972 to your computer and use it in GitHub Desktop.
Example of box.com with git-annex
2013-09-02 13:33:24 sunny@linode:~/annex/opptak/src/bundle (master)
$ ga copy gpstools.bundle --to box.com
copy gpstools.bundle (gpg)
You need a passphrase to unlock the secret key for
user: "Øyvind A. Holm (Personal key) <sunny@sunbase.org>"
4096-bit ELG-E key, ID 62B5EC77, created 2008-07-21 (main key ID 94A506E5)
gpg: gpg-agent is not available in this session
(checking box.com...) (to box.com...)
ok
(Recording state in git...)
2013-09-02 13:34:21 sunny@linode:~/annex/opptak/src/bundle (master)
$ ga whereis gpstools.bundle
whereis gpstools.bundle (7 copies)
18f63fbc-61d7-11e2-8965-d7ce2606dec7 -- box.com
28dd4ccf-bfcb-4244-b393-378b2067cb6b -- rsync-net
6537d64b-406e-4055-ad92-795efe8c7694 -- passp-1tb-home
6792fb5a-2a60-11e2-a5f6-7befc85b8428 -- here (linode)
a2cf15b6-2cac-11e2-80f6-333848c8049b -- usb32g-1
d32d396a-0284-45e2-9ba4-b9a0e24a6a6d -- pavi
dbac944a-5b86-11e2-bb8a-2be3ab35b4c9 -- seagate-3tb
ok
2013-09-02 13:34:27 sunny@linode:~/annex/opptak/src/bundle (master)
$ ga drop gpstools.bundle
drop gpstools.bundle (gpg)
You need a passphrase to unlock the secret key for
user: "Øyvind A. Holm (Personal key) <sunny@sunbase.org>"
4096-bit ELG-E key, ID 62B5EC77, created 2008-07-21 (main key ID 94A506E5)
gpg: gpg-agent is not available in this session
(checking rsync-net...) (gpg)
You need a passphrase to unlock the secret key for
user: "Øyvind A. Holm (Personal key) <sunny@sunbase.org>"
4096-bit ELG-E key, ID 62B5EC77, created 2008-07-21 (main key ID 94A506E5)
gpg: gpg-agent is not available in this session
(checking box.com...) ok
(Recording state in git...)
2013-09-02 13:34:55 sunny@linode:~/annex/opptak/src/bundle (master)
$ ga whereis gpstools.bundle
whereis gpstools.bundle (6 copies)
18f63fbc-61d7-11e2-8965-d7ce2606dec7 -- box.com
28dd4ccf-bfcb-4244-b393-378b2067cb6b -- rsync-net
6537d64b-406e-4055-ad92-795efe8c7694 -- passp-1tb-home
a2cf15b6-2cac-11e2-80f6-333848c8049b -- usb32g-1
d32d396a-0284-45e2-9ba4-b9a0e24a6a6d -- pavi
dbac944a-5b86-11e2-bb8a-2be3ab35b4c9 -- seagate-3tb
ok
2013-09-02 13:35:06 sunny@linode:~/annex/opptak/src/bundle (master)
$ ga get gpstools.bundle --from box.com
get gpstools.bundle (from box.com...) (gpg)
You need a passphrase to unlock the secret key for
user: "Øyvind A. Holm (Personal key) <sunny@sunbase.org>"
4096-bit ELG-E key, ID 62B5EC77, created 2008-07-21 (main key ID 94A506E5)
gpg: gpg-agent is not available in this session
ok
(Recording state in git...)
2013-09-02 13:35:34 sunny@linode:~/annex/opptak/src/bundle (master)
$ ga whereis gpstools.bundle
whereis gpstools.bundle (7 copies)
18f63fbc-61d7-11e2-8965-d7ce2606dec7 -- box.com
28dd4ccf-bfcb-4244-b393-378b2067cb6b -- rsync-net
6537d64b-406e-4055-ad92-795efe8c7694 -- passp-1tb-home
6792fb5a-2a60-11e2-a5f6-7befc85b8428 -- here (linode)
a2cf15b6-2cac-11e2-80f6-333848c8049b -- usb32g-1
d32d396a-0284-45e2-9ba4-b9a0e24a6a6d -- pavi
dbac944a-5b86-11e2-bb8a-2be3ab35b4c9 -- seagate-3tb
ok
2013-09-02 13:35:40 sunny@linode:~/annex/opptak/src/bundle (master)
$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment