arqbackup / arq_restore

command-line utility for restoring from Arq backups
https://www.arqbackup.com
649 stars 129 forks source link

arq_restore doesn't list my backed-up folders #18

Closed ulsa closed 10 years ago

ulsa commented 10 years ago

Arq is configured to backup to my EU-based bucket arq-akiajc43...-eu-west-1, and has completed at least one backup. I have configured credentials according to http://sreitshamer.github.io/arq_restore/, but when I run arq_restore (binary download) it says nothing. Using debug level, it says that it's "skipping" the backup bucket:

$ arq_restore -v
arq_restore version 20-Aug-2012
$ arq_restore -l debug
DEBUG [thread 507] skipping bucket arq-akiajc43...-eu-west-1

Full debug output here:

$ arq_restore -l debug
2014-07-27 22:25:15.399 arq_restore[50803:507] DEBUG [thread 507] 0x7ffc986016d0 S3Request.m:228 GET https://s3.amazonaws.com/
2014-07-27 22:25:16.266 arq_restore[50803:507] DEBUG [thread 507] 0x7ffc986016d0 S3Request.m:249 HTTP 200; returning response length=608
2014-07-27 22:25:16.274 arq_restore[50803:507] DEBUG [thread 507] 0x101af3fe8 BackupSet.m:62 skipping bucket arq-akiajc43...-eu-west-1
sreitshamer commented 10 years ago

The arq_restore binary has been updated. Try it with the latest binary.

ulsa commented 10 years ago

Works perfectly. Thanks.