hi there,

apologies for the burst of questions.

I am trying to create a new replica for my blobs, on some remote
storage.

I have the following client config on the "main" blobstorage:

{
  "servers": {
    "localhost": {
      "server": "http://localhost:3179";,
      "auth": "localhost",
      "default": true
    },
    "backup": {
      "server": "https://remote-storage.org";,
      "auth": "userpass:user:pass"
    }
  },
  "identity": "me",
  "ignoredFiles": [
    ".DS_Store"
  ]
}

after starting the remote-storage's perkeep server, I then tried, on the
"main" blobstorage:

$> pk sync -src http://localhost:3179/bs -dest https://remote-storage.org/bs

but I got the following errors on the remote-storage:

Received blob [sha224-XX1; 76937 bytes]
Received blob [sha224-XX2; 66332 bytes]
blobpacked: Packing file sha224-XX3 ...
blobpacked: Error packing file sha224-XX3: file does not exist
Received blob [sha224-XXX3; 961 bytes]

according to #681 and #1073

- https://github.com/perkeep/perkeep/issues/681
- https://github.com/perkeep/perkeep/issues/1073

it seemed like one could get away with first replicating /bs-packed and
then /bs-loose, but I still got the above errors (although, less of
those).

is the only way to create a new replicate to scp-copy the blobs?
(or implement the correct blob-order enumeration? I could try my hand at
it, if pointed a bit at the correct way)

cheers,
-s

-- 
You received this message because you are subscribed to the Google Groups 
"Perkeep" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/perkeep/CLFDZ4W7K10Q.BTTFOBPC4F6Q%40zoidberg.

Reply via email to