hi,
I have tried the ssh-copy avenue.
AFAICT, I didn't get the packing errors anymore but for some reason,
starting perkeepd on the remote-storage always failed with:
blobpacked: 0 large blobs found in index, 44723 missing from index
sample missing large blob: sha224-0001b1...xxx
sample missing large blob: sha224-0001bf...xxx
sample missing large blob: sha224-000576...xxx
sample missing large blob: sha224-000a2b...xxx
sample missing large blob: sha224-000d89...xxx
sample missing large blob: sha224-001086...xxx
sample missing large blob: sha224-0011d3...xxx
sample missing large blob: sha224-001399...xxx
sample missing large blob: sha224-0014ca...xxx
sample missing large blob: sha224-00153e...xxx
Error: 44723 large blobs missing from index. Please re-start in recovery mode with -recovery=1
even after restarting with -recovery=1 and/or -reindex (and/or
-recovery=2).
not sure whether that's expected.
my offer of trying to work on a "better" blob-enumeration still stand.
but in the meantime, I'll try to setup the following scaffolding:
- pk list -type=file > list.txt (on localhost)
- for sha224 in list.txt; do pk-get -content $sha224 > filename
- for filename in `ls -1`; do pk-upload remote-storage $filename
(where pk-upload is just pk-put with remote-storage as the end-point and
the following options: "file --filenodes --exiftime")
would that work to extract all files (photos in my case) from
"localhost" and upload them to "remote-storage"?
(albeit, perhaps, in a not-completely-optimal way)
cheers,
-s