Package: git-annex
Version: 3.20120418
Severity: normal
Hello,
first of all, thank you for git-annex.
I have three repositories:
laptop (my laptop)
archive (the big 2T archive USB disk)
desktop (my old desktop, which I'm using mostly as a backup)
And a file I care about:
laptop:/store$ git annex whereis file.ext
whereis file.ext (1 copy)
xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx -- archive (Archivio 2T usb drive)
ok
I'm on my laptop and I'd like a copy of file.ext to be backed up to my old
desktop:
laptop:/store$ git annex copy file.ext --to=desktop
laptop:/store$ echo $?
0
This said nothing and did nothing, successfully :(
But if I move to the repo in the 2T disk, which has the file, it works:
laptop:/store$ cd /media/archive/
laptop:/media/archive$ git annex copy file.ext --to=desktop
copy file.ext (checking desktop...) (to desktop...)
SHA256-xxxxxxxxxx--xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
xxxxxxxxx 100% xx.xxMB/s x:xx:xx (xfer#1, to-check=0/1)
sent xxxxxxxxx bytes received 31 bytes xxxxxxxx.xx bytes/sec
total size is xxxxxxxxx speedup is 1.00
ok
Ciao,
Enrico
-- System Information:
Debian Release: wheezy/sid
APT prefers testing
APT policy: (500, 'testing')
Architecture: amd64 (x86_64)
Kernel: Linux 3.2.0-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages git-annex depends on:
ii curl 7.25.0-1
ii git 1:1.7.10-1
ii libc6 2.13-30
ii libffi5 3.0.10-3
ii libgmp10 2:5.0.4+dfsg-1
ii libpcre3 1:8.30-4
ii openssh-client 1:5.9p1-5
ii rsync 3.0.9-1
ii uuid 1.6.2-1.3
ii wget 1.13.4-3
git-annex recommends no packages.
Versions of packages git-annex suggests:
ii bup <none>
ii gnupg 1.4.12-4
ii graphviz 2.26.3-10
-- no debconf information
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]