mirror of
https://github.com/samsonjs/arq_restore.git
synced 2026-04-27 15:07:44 +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 {
|
} else {
|
||||||
printf(" (unknown computer)");
|
printf(" (unknown computer)");
|
||||||
}
|
}
|
||||||
|
printf(" UUID %s", [computerUUID UTF8String]);
|
||||||
NSString *computerUUIDPath = [computerUUIDPrefix stringByAppendingPathComponent:computerUUID];
|
NSString *computerUUIDPath = [computerUUIDPrefix stringByAppendingPathComponent:computerUUID];
|
||||||
NSString *computerBucketsPrefix = [computerUUIDPath stringByAppendingPathComponent:@"buckets"];
|
NSString *computerBucketsPrefix = [computerUUIDPath stringByAppendingPathComponent:@"buckets"];
|
||||||
NSArray *s3BucketUUIDPaths = [s3 pathsWithPrefix:computerBucketsPrefix error:error];
|
NSArray *s3BucketUUIDPaths = [s3 pathsWithPrefix:computerBucketsPrefix error:error];
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue