mirror of
https://github.com/samsonjs/arq_restore.git
synced 2026-03-25 09:25:53 +00:00
print computer UUID when listing available backups
This commit is contained in:
parent
e85530cfb0
commit
0e235423a7
1 changed files with 1 additions and 0 deletions
|
|
@ -145,6 +145,7 @@
|
|||
} else {
|
||||
printf(" (unknown computer)");
|
||||
}
|
||||
printf(" UUID %s", [computerUUID UTF8String]);
|
||||
NSString *computerUUIDPath = [computerUUIDPrefix stringByAppendingPathComponent:computerUUID];
|
||||
NSString *computerBucketsPrefix = [computerUUIDPath stringByAppendingPathComponent:@"buckets"];
|
||||
NSArray *s3BucketUUIDPaths = [s3 pathsWithPrefix:computerBucketsPrefix error:error];
|
||||
|
|
|
|||
Loading…
Reference in a new issue