Advertisement
Guest User

Untitled

a guest
Jul 18th, 2015
212
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.54 KB | None | 0 0
  1. sudo btrbk -l debug -v -c /etc/btrbk/btrbk-manual.conf dryrun
  2. btrbk command line client, version 0.19.2 (Sat Jul 18 19:28:19 2015)
  3. Using configuration: /etc/btrbk/btrbk-manual.conf
  4. ### btrfs subvolume show '/mnt/ssd-crypt' 2>&1
  5. Command execution successful
  6. found btrfs root: /mnt/ssd-crypt
  7. ### btrfs subvolume list -a -c -u -q -R '/mnt/ssd-crypt'
  8. Command execution successful
  9. Parsed 13 total subvolumes for filesystem at: /mnt/ssd-crypt
  10. Found 13 subvolume children of: /mnt/ssd-crypt
  11. ### btrfs subvolume show '/backup/backup-root' 2>&1
  12. Command execution successful
  13. WARNING: Failed to parse subvolume detail "Object ID": /backup/backup-root
  14. Name: backup-root
  15. UUID: 4c791925-6637-7f49-9d94-8c1ee9ff97d4
  16. Parent UUID: -
  17. Received UUID: -
  18. Creation time: 2015-06-19 19:21:44 -0500
  19. Subvolume ID: 585
  20. Generation: 1245
  21. Gen at creation: 1087
  22. Parent ID: 5
  23. Top level ID: 5
  24. Flags: -
  25. Snapshot(s):
  26. WARNING: Failed to parse subvolume detail "Generation \(Gen\)": /backup/backup-root
  27. Name: backup-root
  28. UUID: 4c791925-6637-7f49-9d94-8c1ee9ff97d4
  29. Parent UUID: -
  30. Received UUID: -
  31. Creation time: 2015-06-19 19:21:44 -0500
  32. Subvolume ID: 585
  33. Generation: 1245
  34. Gen at creation: 1087
  35. Parent ID: 5
  36. Top level ID: 5
  37. Flags: -
  38. Snapshot(s):
  39. WARNING: Failed to parse subvolume detail "Parent uuid": /backup/backup-root
  40. Name: backup-root
  41. UUID: 4c791925-6637-7f49-9d94-8c1ee9ff97d4
  42. Parent UUID: -
  43. Received UUID: -
  44. Creation time: 2015-06-19 19:21:44 -0500
  45. Subvolume ID: 585
  46. Generation: 1245
  47. Gen at creation: 1087
  48. Parent ID: 5
  49. Top level ID: 5
  50. Flags: -
  51. Snapshot(s):
  52. WARNING: Failed to parse subvolume detail "Parent": /backup/backup-root
  53. Name: backup-root
  54. UUID: 4c791925-6637-7f49-9d94-8c1ee9ff97d4
  55. Parent UUID: -
  56. Received UUID: -
  57. Creation time: 2015-06-19 19:21:44 -0500
  58. Subvolume ID: 585
  59. Generation: 1245
  60. Gen at creation: 1087
  61. Parent ID: 5
  62. Top level ID: 5
  63. Flags: -
  64. Snapshot(s):
  65. WARNING: Failed to parse subvolume detail "Top Level": /backup/backup-root
  66. Name: backup-root
  67. UUID: 4c791925-6637-7f49-9d94-8c1ee9ff97d4
  68. Parent UUID: -
  69. Received UUID: -
  70. Creation time: 2015-06-19 19:21:44 -0500
  71. Subvolume ID: 585
  72. Generation: 1245
  73. Gen at creation: 1087
  74. Parent ID: 5
  75. Top level ID: 5
  76. Flags: -
  77. Snapshot(s):
  78. WARNING: Failed to parse subvolume detail "uuid": /backup/backup-root
  79. Name: backup-root
  80. UUID: 4c791925-6637-7f49-9d94-8c1ee9ff97d4
  81. Parent UUID: -
  82. Received UUID: -
  83. Creation time: 2015-06-19 19:21:44 -0500
  84. Subvolume ID: 585
  85. Generation: 1245
  86. Gen at creation: 1087
  87. Parent ID: 5
  88. Top level ID: 5
  89. Flags: -
  90. Snapshot(s):
  91. Parsed 5 subvolume detail items: /backup/backup-root
  92. ### btrfs subvolume list -a -c -u -q -R '/backup/backup-root'
  93. Command execution successful
  94. Parsed 25 total subvolumes for filesystem at: /backup/backup-root
  95.  
  96. ERROR: process died unexpectedly (btrbk v0.19.2)
  97. Please contact the author: Axel Burri <axel@tty0.ch>
  98.  
  99. Stack Trace:
  100. ----------------------------------------
  101. Use of uninitialized value in hash element at /usr/bin/btrbk line 926, <FILE> line 115.
  102. at /usr/bin/btrbk line 119, <FILE> line 115.
  103. main::__ANON__("Use of uninitialized value in hash element at /usr/bin/btrbk "...) called at /usr/bin/btrbk line 926
  104. main::btr_tree(HASH(0x265f0f8)) called at /usr/bin/btrbk line 956
  105. main::vinfo_subvol_list(HASH(0x265f0f8)) called at /usr/bin/btrbk line 296
  106. main::vinfo_root(HASH(0x265f0f8)) called at /usr/bin/btrbk line 1734
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement