marcoshalano

Report part 1

May 26th, 2020
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 321.35 KB | None | 0 0
  1. ProblemType: Bug
  2. ApportVersion: 2.20.11-0ubuntu27.2
  3. Architecture: amd64
  4. CasperMD5CheckResult: skip
  5. CurrentDesktop: ubuntu:GNOME
  6. Date: Tue May 26 11:32:05 2020
  7. Dependencies:
  8. adduser 3.118ubuntu2
  9. apt 2.0.3
  10. apt-utils 2.0.3
  11. ca-certificates 20190110ubuntu1
  12. debconf 1.5.73
  13. debconf-i18n 1.5.73
  14. dmsetup 2:1.02.167-1ubuntu1
  15. dpkg 1.19.7ubuntu3
  16. gcc-10-base 10-20200411-0ubuntu1
  17. gettext-base 0.19.8.1-10build1
  18. gpgv 2.2.19-3ubuntu2
  19. grub-common 2.04-1ubuntu26
  20. grub2-common 2.04-1ubuntu26
  21. init-system-helpers 1.57
  22. libacl1 2.2.53-6
  23. libapt-pkg6.0 2.0.3
  24. libaudit-common 1:2.8.5-2ubuntu6
  25. libaudit1 1:2.8.5-2ubuntu6
  26. libblkid1 2.34-0.1ubuntu9
  27. libbz2-1.0 1.0.8-2
  28. libc6 2.31-0ubuntu9
  29. libcap-ng0 0.7.9-2.1build1
  30. libcrypt1 1:4.4.10-10ubuntu4
  31. libdb5.3 5.3.28+dfsg1-0.6ubuntu2
  32. libdevmapper1.02.1 2:1.02.167-1ubuntu1
  33. libefiboot1 37-2ubuntu2
  34. libefivar1 37-2ubuntu2
  35. libffi7 3.3-4
  36. libfreetype6 2.10.1-2
  37. libfuse2 2.9.9-3
  38. libgcc-s1 10-20200411-0ubuntu1
  39. libgcrypt20 1.8.5-5ubuntu1
  40. libgmp10 2:6.2.0+dfsg-4
  41. libgnutls30 3.6.13-2ubuntu1
  42. libgpg-error-l10n 1.37-1
  43. libgpg-error0 1.37-1
  44. libhogweed5 3.5.1+really3.5.1-2
  45. libidn2-0 2.2.0-2
  46. liblocale-gettext-perl 1.07-4
  47. liblz4-1 1.9.2-2
  48. liblzma5 5.2.4-1ubuntu1
  49. libnettle7 3.5.1+really3.5.1-2
  50. libnvpair1linux 0.8.3-1ubuntu12
  51. libp11-kit0 0.23.20-1build1
  52. libpam-modules 1.3.1-5ubuntu4
  53. libpam-modules-bin 1.3.1-5ubuntu4
  54. libpam0g 1.3.1-5ubuntu4
  55. libpcre2-8-0 10.34-7
  56. libpng16-16 1.6.37-2
  57. libseccomp2 2.4.3-1ubuntu1
  58. libselinux1 3.0-1build2
  59. libsemanage-common 3.0-1build2
  60. libsemanage1 3.0-1build2
  61. libsepol1 3.0-1
  62. libsmartcols1 2.34-0.1ubuntu9
  63. libssl1.1 1.1.1f-1ubuntu2
  64. libstdc++6 10-20200411-0ubuntu1
  65. libsystemd0 245.4-4ubuntu3.1
  66. libtasn1-6 4.16.0-2
  67. libtext-charwidth-perl 0.04-10
  68. libtext-iconv-perl 1.7-7
  69. libtext-wrapi18n-perl 0.06-9
  70. libudev1 245.4-4ubuntu3.1
  71. libunistring2 0.9.10-2
  72. libuuid1 2.34-0.1ubuntu9
  73. libuutil1linux 0.8.3-1ubuntu12
  74. libzfs2linux 0.8.3-1ubuntu12
  75. libzstd1 1.4.4+dfsg-3
  76. lsb-base 11.1.0ubuntu2
  77. openssl 1.1.1f-1ubuntu2
  78. os-prober 1.74ubuntu2
  79. passwd 1:4.8.1-1ubuntu5
  80. perl-base 5.30.0-9build1
  81. tar 1.30+dfsg-7
  82. ubuntu-keyring 2020.02.11.2
  83. uuid-runtime 2.34-0.1ubuntu9
  84. zlib1g 1:1.2.11.dfsg-2ubuntu1
  85. DistroRelease: Ubuntu 20.04
  86. Grub.cfg:
  87. #
  88. # DO NOT EDIT THIS FILE
  89. #
  90. # It is automatically generated by grub-mkconfig using templates
  91. # from /etc/grub.d and settings from /etc/default/grub
  92. #
  93.  
  94. ### BEGIN /etc/grub.d/00_header ###
  95. if [ -s $prefix/grubenv ]; then
  96. set have_grubenv=true
  97. load_env
  98. fi
  99. if [ "${initrdfail}" = 2 ]; then
  100. set initrdfail=
  101. elif [ "${initrdfail}" = 1 ]; then
  102. set next_entry="${prev_entry}"
  103. set prev_entry=
  104. save_env prev_entry
  105. if [ "${next_entry}" ]; then
  106. set initrdfail=2
  107. fi
  108. fi
  109. if [ "${next_entry}" ] ; then
  110. set default="${next_entry}"
  111. set next_entry=
  112. save_env next_entry
  113. set boot_once=true
  114. else
  115. set default="0"
  116. fi
  117.  
  118. if [ x"${feature_menuentry_id}" = xy ]; then
  119. menuentry_id_option="--id"
  120. else
  121. menuentry_id_option=""
  122. fi
  123.  
  124. export menuentry_id_option
  125.  
  126. if [ "${prev_saved_entry}" ]; then
  127. set saved_entry="${prev_saved_entry}"
  128. save_env saved_entry
  129. set prev_saved_entry=
  130. save_env prev_saved_entry
  131. set boot_once=true
  132. fi
  133.  
  134. function savedefault {
  135. if [ -z "${boot_once}" ]; then
  136. saved_entry="${chosen}"
  137. save_env saved_entry
  138. fi
  139. }
  140. function initrdfail {
  141. if [ -n "${have_grubenv}" ]; then if [ -n "${partuuid}" ]; then
  142. if [ -z "${initrdfail}" ]; then
  143. set initrdfail=1
  144. if [ -n "${boot_once}" ]; then
  145. set prev_entry="${default}"
  146. save_env prev_entry
  147. fi
  148. fi
  149. save_env initrdfail
  150. fi; fi
  151. }
  152. function recordfail {
  153. set recordfail=1
  154. if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  155. }
  156. function load_video {
  157. if [ x$feature_all_video_module = xy ]; then
  158. insmod all_video
  159. else
  160. insmod efi_gop
  161. insmod efi_uga
  162. insmod ieee1275_fb
  163. insmod vbe
  164. insmod vga
  165. insmod video_bochs
  166. insmod video_cirrus
  167. fi
  168. }
  169.  
  170. if [ x$feature_default_font_path = xy ] ; then
  171. font=unicode
  172. else
  173. insmod part_gpt
  174. insmod fat
  175. set root='hd1,gpt1'
  176. if [ x$feature_platform_search_hint = xy ]; then
  177. search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt1 --hint-efi=hd1,gpt1 --hint-baremetal=ahci1,gpt1 FBF2-B59E
  178. else
  179. search --no-floppy --fs-uuid --set=root FBF2-B59E
  180. fi
  181. font="/grub/unicode.pf2"
  182. fi
  183.  
  184. if loadfont $font ; then
  185. set gfxmode=auto
  186. load_video
  187. insmod gfxterm
  188. set locale_dir=$prefix/locale
  189. set lang=en_US
  190. insmod gettext
  191. fi
  192. terminal_output gfxterm
  193. if [ "${recordfail}" = 1 ] ; then
  194. set timeout=30
  195. else
  196. if [ x$feature_timeout_style = xy ] ; then
  197. set timeout_style=hidden
  198. set timeout=0
  199. # Fallback hidden-timeout code in case the timeout_style feature is
  200. # unavailable.
  201. elif sleep --interruptible 0 ; then
  202. set timeout=0
  203. fi
  204. fi
  205. ### END /etc/grub.d/00_header ###
  206.  
  207. ### BEGIN /etc/grub.d/05_debian_theme ###
  208. set menu_color_normal=white/black
  209. set menu_color_highlight=black/light-gray
  210. ### END /etc/grub.d/05_debian_theme ###
  211.  
  212. ### BEGIN /etc/grub.d/10_linux ###
  213. ### END /etc/grub.d/10_linux ###
  214.  
  215. ### BEGIN /etc/grub.d/10_linux_zfs ###
  216. function gfxmode {
  217. set gfxpayload="${1}"
  218. if [ "${1}" = "keep" ]; then
  219. set vt_handoff=vt.handoff=1
  220. else
  221. set vt_handoff=
  222. fi
  223. }
  224. if [ "${recordfail}" != 1 ]; then
  225. if [ -e ${prefix}/gfxblacklist.txt ]; then
  226. if hwmatch ${prefix}/gfxblacklist.txt 3; then
  227. if [ ${match} = 0 ]; then
  228. set linux_gfx_mode=keep
  229. else
  230. set linux_gfx_mode=text
  231. fi
  232. else
  233. set linux_gfx_mode=text
  234. fi
  235. else
  236. set linux_gfx_mode=keep
  237. fi
  238. else
  239. set linux_gfx_mode=text
  240. fi
  241. export linux_gfx_mode
  242. function zsyshistorymenu {
  243. # $1: root dataset (eg rpool/ROOT/ubuntu_2zhm07@autozsys_k56fr6)
  244. # $2: boot device id (eg 411f29ce1557bfed)
  245. # $3: initrd (eg /BOOT/ubuntu_2zhm07@autozsys_k56fr6/initrd.img-5.4.0-21-generic)
  246. # $4: kernel (eg /BOOT/ubuntu_2zhm07@autozsys_k56fr6/vmlinuz-5.4.0-21-generic)
  247. # $5: kernel_version (eg 5.4.0-21-generic)
  248.  
  249. set root_dataset="${1}"
  250. set boot_device="${2}"
  251. set initrd="${3}"
  252. set kernel="${4}"
  253. set kversion="${5}"
  254.  
  255. menuentry 'Revert system only' --class ubuntu --class gnu-linux --class gnu --class os ${menuentry_id_option} 'gnulinux-${root_dataset}-${kversion}' {
  256. recordfail
  257. load_video
  258. gfxmode ${linux_gfx_mode}
  259. insmod gzio
  260. if [ "${grub_platform}" = xen ]; then insmod xzio; insmod lzopio; fi
  261. if [ ${boot_device} = /dev/sdb3 ]; then
  262. insmod part_gpt
  263. insmod zfs
  264. set root='hd1,gpt3'
  265. if [ x$feature_platform_search_hint = xy ]; then
  266. search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt3 --hint-efi=hd1,gpt3 --hint-baremetal=ahci1,gpt3 29982dfbc600970b
  267. else
  268. search --no-floppy --fs-uuid --set=root 29982dfbc600970b
  269. fi
  270. fi
  271. linux ${kernel} root=ZFS=${root_dataset} ro quiet splash ${vt_handoff}
  272. initrd ${initrd}
  273. }
  274. menuentry 'Revert system and user data' --class ubuntu --class gnu-linux --class gnu --class os ${menuentry_id_option} 'gnulinux-${root_dataset}-${kversion}' {
  275. recordfail
  276. load_video
  277. gfxmode ${linux_gfx_mode}
  278. insmod gzio
  279. if [ "${grub_platform}" = xen ]; then insmod xzio; insmod lzopio; fi
  280. if [ ${boot_device} = /dev/sdb3 ]; then
  281. insmod part_gpt
  282. insmod zfs
  283. set root='hd1,gpt3'
  284. if [ x$feature_platform_search_hint = xy ]; then
  285. search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt3 --hint-efi=hd1,gpt3 --hint-baremetal=ahci1,gpt3 29982dfbc600970b
  286. else
  287. search --no-floppy --fs-uuid --set=root 29982dfbc600970b
  288. fi
  289. fi
  290. linux ${kernel} root=ZFS=${root_dataset} ro quiet splash ${vt_handoff} zsys-revert=userdata
  291. initrd ${initrd}
  292. }
  293. menuentry 'Revert system only (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os ${menuentry_id_option} 'gnulinux-${root_dataset}-${kversion}' {
  294. recordfail
  295. load_video
  296. insmod gzio
  297. if [ "${grub_platform}" = xen ]; then insmod xzio; insmod lzopio; fi
  298. if [ ${boot_device} = /dev/sdb3 ]; then
  299. insmod part_gpt
  300. insmod zfs
  301. set root='hd1,gpt3'
  302. if [ x$feature_platform_search_hint = xy ]; then
  303. search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt3 --hint-efi=hd1,gpt3 --hint-baremetal=ahci1,gpt3 29982dfbc600970b
  304. else
  305. search --no-floppy --fs-uuid --set=root 29982dfbc600970b
  306. fi
  307. fi
  308. echo Loading Linux ${kversion} ...
  309. linux ${kernel} root=ZFS=${root_dataset} ro recovery nomodeset
  310. echo 'Loading initial ramdisk ...'
  311. initrd ${initrd}
  312. }
  313. menuentry 'Revert system and user data (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os ${menuentry_id_option} 'gnulinux-${root_dataset}-${kversion}' {
  314. recordfail
  315. load_video
  316. insmod gzio
  317. if [ "${grub_platform}" = xen ]; then insmod xzio; insmod lzopio; fi
  318. if [ ${boot_device} = /dev/sdb3 ]; then
  319. insmod part_gpt
  320. insmod zfs
  321. set root='hd1,gpt3'
  322. if [ x$feature_platform_search_hint = xy ]; then
  323. search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt3 --hint-efi=hd1,gpt3 --hint-baremetal=ahci1,gpt3 29982dfbc600970b
  324. else
  325. search --no-floppy --fs-uuid --set=root 29982dfbc600970b
  326. fi
  327. fi
  328. echo Loading Linux ${kversion} ...
  329. linux ${kernel} root=ZFS=${root_dataset} ro recovery nomodeset zsys-revert=userdata
  330. echo 'Loading initial ramdisk ...'
  331. initrd ${initrd}
  332. }
  333. }
  334.  
  335. menuentry 'Ubuntu 20.04 LTS' --class ubuntu --class gnu-linux --class gnu --class os ${menuentry_id_option} 'gnulinux-rpool/ROOT/ubuntu_hk5cbk-5.4.0-33-generic' {
  336. recordfail
  337. load_video
  338. gfxmode ${linux_gfx_mode}
  339. insmod gzio
  340. if [ "${grub_platform}" = xen ]; then insmod xzio; insmod lzopio; fi
  341. insmod part_gpt
  342. insmod zfs
  343. set root='hd1,gpt3'
  344. if [ x$feature_platform_search_hint = xy ]; then
  345. search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt3 --hint-efi=hd1,gpt3 --hint-baremetal=ahci1,gpt3 29982dfbc600970b
  346. else
  347. search --no-floppy --fs-uuid --set=root 29982dfbc600970b
  348. fi
  349. linux /BOOT/ubuntu_hk5cbk@/vmlinuz-5.4.0-33-generic root=ZFS=rpool/ROOT/ubuntu_hk5cbk ro quiet splash ${vt_handoff}
  350. initrd /BOOT/ubuntu_hk5cbk@/initrd.img-5.4.0-33-generic
  351. }
  352. submenu 'Advanced options for Ubuntu 20.04 LTS' ${menuentry_id_option} 'gnulinux-advanced-rpool/ROOT/ubuntu_hk5cbk' {
  353. menuentry '* Ubuntu 20.04 LTS, with Linux 5.4.0-33-generic' --class ubuntu --class gnu-linux --class gnu --class os ${menuentry_id_option} 'gnulinux-rpool/ROOT/ubuntu_hk5cbk-5.4.0-33-generic' {
  354. recordfail
  355. load_video
  356. gfxmode ${linux_gfx_mode}
  357. insmod gzio
  358. if [ "${grub_platform}" = xen ]; then insmod xzio; insmod lzopio; fi
  359. insmod part_gpt
  360. insmod zfs
  361. set root='hd1,gpt3'
  362. if [ x$feature_platform_search_hint = xy ]; then
  363. search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt3 --hint-efi=hd1,gpt3 --hint-baremetal=ahci1,gpt3 29982dfbc600970b
  364. else
  365. search --no-floppy --fs-uuid --set=root 29982dfbc600970b
  366. fi
  367. echo Loading Linux 5.4.0-33-generic ...
  368. linux /BOOT/ubuntu_hk5cbk@/vmlinuz-5.4.0-33-generic root=ZFS=rpool/ROOT/ubuntu_hk5cbk ro quiet splash ${vt_handoff}
  369. echo 'Loading initial ramdisk ...'
  370. initrd /BOOT/ubuntu_hk5cbk@/initrd.img-5.4.0-33-generic
  371. }
  372. menuentry '* Ubuntu 20.04 LTS, with Linux 5.4.0-33-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os ${menuentry_id_option} 'gnulinux-rpool/ROOT/ubuntu_hk5cbk-5.4.0-33-generic' {
  373. recordfail
  374. load_video
  375. insmod gzio
  376. if [ "${grub_platform}" = xen ]; then insmod xzio; insmod lzopio; fi
  377. insmod part_gpt
  378. insmod zfs
  379. set root='hd1,gpt3'
  380. if [ x$feature_platform_search_hint = xy ]; then
  381. search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt3 --hint-efi=hd1,gpt3 --hint-baremetal=ahci1,gpt3 29982dfbc600970b
  382. else
  383. search --no-floppy --fs-uuid --set=root 29982dfbc600970b
  384. fi
  385. echo Loading Linux 5.4.0-33-generic ...
  386. linux /BOOT/ubuntu_hk5cbk@/vmlinuz-5.4.0-33-generic root=ZFS=rpool/ROOT/ubuntu_hk5cbk ro recovery nomodeset
  387. echo 'Loading initial ramdisk ...'
  388. initrd /BOOT/ubuntu_hk5cbk@/initrd.img-5.4.0-33-generic
  389. }
  390. menuentry 'Ubuntu 20.04 LTS, with Linux 5.4.0-32-generic' --class ubuntu --class gnu-linux --class gnu --class os ${menuentry_id_option} 'gnulinux-rpool/ROOT/ubuntu_hk5cbk-5.4.0-32-generic' {
  391. recordfail
  392. load_video
  393. gfxmode ${linux_gfx_mode}
  394. insmod gzio
  395. if [ "${grub_platform}" = xen ]; then insmod xzio; insmod lzopio; fi
  396. insmod part_gpt
  397. insmod zfs
  398. set root='hd1,gpt3'
  399. if [ x$feature_platform_search_hint = xy ]; then
  400. search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt3 --hint-efi=hd1,gpt3 --hint-baremetal=ahci1,gpt3 29982dfbc600970b
  401. else
  402. search --no-floppy --fs-uuid --set=root 29982dfbc600970b
  403. fi
  404. echo Loading Linux 5.4.0-32-generic ...
  405. linux /BOOT/ubuntu_hk5cbk@/vmlinuz-5.4.0-32-generic root=ZFS=rpool/ROOT/ubuntu_hk5cbk ro quiet splash ${vt_handoff}
  406. echo 'Loading initial ramdisk ...'
  407. initrd /BOOT/ubuntu_hk5cbk@/initrd.img-5.4.0-32-generic
  408. }
  409. menuentry 'Ubuntu 20.04 LTS, with Linux 5.4.0-32-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os ${menuentry_id_option} 'gnulinux-rpool/ROOT/ubuntu_hk5cbk-5.4.0-32-generic' {
  410. recordfail
  411. load_video
  412. insmod gzio
  413. if [ "${grub_platform}" = xen ]; then insmod xzio; insmod lzopio; fi
  414. insmod part_gpt
  415. insmod zfs
  416. set root='hd1,gpt3'
  417. if [ x$feature_platform_search_hint = xy ]; then
  418. search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt3 --hint-efi=hd1,gpt3 --hint-baremetal=ahci1,gpt3 29982dfbc600970b
  419. else
  420. search --no-floppy --fs-uuid --set=root 29982dfbc600970b
  421. fi
  422. echo Loading Linux 5.4.0-32-generic ...
  423. linux /BOOT/ubuntu_hk5cbk@/vmlinuz-5.4.0-32-generic root=ZFS=rpool/ROOT/ubuntu_hk5cbk ro recovery nomodeset
  424. echo 'Loading initial ramdisk ...'
  425. initrd /BOOT/ubuntu_hk5cbk@/initrd.img-5.4.0-32-generic
  426. }
  427. menuentry 'Ubuntu 20.04 LTS, with Linux 5.4.0-31-generic' --class ubuntu --class gnu-linux --class gnu --class os ${menuentry_id_option} 'gnulinux-rpool/ROOT/ubuntu_hk5cbk-5.4.0-31-generic' {
  428. recordfail
  429. load_video
  430. gfxmode ${linux_gfx_mode}
  431. insmod gzio
  432. if [ "${grub_platform}" = xen ]; then insmod xzio; insmod lzopio; fi
  433. insmod part_gpt
  434. insmod zfs
  435. set root='hd1,gpt3'
  436. if [ x$feature_platform_search_hint = xy ]; then
  437. search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt3 --hint-efi=hd1,gpt3 --hint-baremetal=ahci1,gpt3 29982dfbc600970b
  438. else
  439. search --no-floppy --fs-uuid --set=root 29982dfbc600970b
  440. fi
  441. echo Loading Linux 5.4.0-31-generic ...
  442. linux /BOOT/ubuntu_hk5cbk@/vmlinuz-5.4.0-31-generic root=ZFS=rpool/ROOT/ubuntu_hk5cbk ro quiet splash ${vt_handoff}
  443. echo 'Loading initial ramdisk ...'
  444. initrd /BOOT/ubuntu_hk5cbk@/initrd.img-5.4.0-31-generic
  445. }
  446. menuentry 'Ubuntu 20.04 LTS, with Linux 5.4.0-31-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os ${menuentry_id_option} 'gnulinux-rpool/ROOT/ubuntu_hk5cbk-5.4.0-31-generic' {
  447. recordfail
  448. load_video
  449. insmod gzio
  450. if [ "${grub_platform}" = xen ]; then insmod xzio; insmod lzopio; fi
  451. insmod part_gpt
  452. insmod zfs
  453. set root='hd1,gpt3'
  454. if [ x$feature_platform_search_hint = xy ]; then
  455. search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt3 --hint-efi=hd1,gpt3 --hint-baremetal=ahci1,gpt3 29982dfbc600970b
  456. else
  457. search --no-floppy --fs-uuid --set=root 29982dfbc600970b
  458. fi
  459. echo Loading Linux 5.4.0-31-generic ...
  460. linux /BOOT/ubuntu_hk5cbk@/vmlinuz-5.4.0-31-generic root=ZFS=rpool/ROOT/ubuntu_hk5cbk ro recovery nomodeset
  461. echo 'Loading initial ramdisk ...'
  462. initrd /BOOT/ubuntu_hk5cbk@/initrd.img-5.4.0-31-generic
  463. }
  464. }
  465. submenu 'History for Ubuntu 20.04 LTS' ${menuentry_id_option} 'gnulinux-history-rpool/ROOT/ubuntu_hk5cbk' {
  466. submenu 'Revert to 25/05/2020 @ 16:12' ${menuentry_id_option} 'gnulinux-history-rpool/ROOT/ubuntu_hk5cbk@autozsys_5cbkm3' {
  467. zsyshistorymenu "rpool/ROOT/ubuntu_hk5cbk@autozsys_5cbkm3" "/dev/sdb3" "/BOOT/ubuntu_hk5cbk@autozsys_5cbkm3/initrd.img-5.4.0-33-generic" "/BOOT/ubuntu_hk5cbk@autozsys_5cbkm3/vmlinuz-5.4.0-33-generic" "5.4.0-33-generic"
  468. }
  469. submenu 'Revert to 25/05/2020 @ 16:10' ${menuentry_id_option} 'gnulinux-history-rpool/ROOT/ubuntu_hk5cbk@autozsys_jcl170' {
  470. zsyshistorymenu "rpool/ROOT/ubuntu_hk5cbk@autozsys_jcl170" "/dev/sdb3" "/BOOT/ubuntu_hk5cbk@autozsys_jcl170/initrd.img-5.4.0-33-generic" "/BOOT/ubuntu_hk5cbk@autozsys_jcl170/vmlinuz-5.4.0-33-generic" "5.4.0-33-generic"
  471. }
  472. submenu 'Revert to 24/05/2020 @ 08:51' ${menuentry_id_option} 'gnulinux-history-rpool/ROOT/ubuntu_hk5cbk@autozsys_f183de' {
  473. zsyshistorymenu "rpool/ROOT/ubuntu_hk5cbk@autozsys_f183de" "/dev/sdb3" "/BOOT/ubuntu_hk5cbk@autozsys_f183de/initrd.img-5.4.0-33-generic" "/BOOT/ubuntu_hk5cbk@autozsys_f183de/vmlinuz-5.4.0-33-generic" "5.4.0-33-generic"
  474. }
  475. submenu 'Revert to 24/05/2020 @ 08:13' ${menuentry_id_option} 'gnulinux-history-rpool/ROOT/ubuntu_hk5cbk@autozsys_odfiay' {
  476. zsyshistorymenu "rpool/ROOT/ubuntu_hk5cbk@autozsys_odfiay" "/dev/sdb3" "/BOOT/ubuntu_hk5cbk@autozsys_odfiay/initrd.img-5.4.0-33-generic" "/BOOT/ubuntu_hk5cbk@autozsys_odfiay/vmlinuz-5.4.0-33-generic" "5.4.0-33-generic"
  477. }
  478. submenu 'Revert to 24/05/2020 @ 08:13' ${menuentry_id_option} 'gnulinux-history-rpool/ROOT/ubuntu_hk5cbk@autozsys_s3ca0r' {
  479. zsyshistorymenu "rpool/ROOT/ubuntu_hk5cbk@autozsys_s3ca0r" "/dev/sdb3" "/BOOT/ubuntu_hk5cbk@autozsys_s3ca0r/initrd.img-5.4.0-33-generic" "/BOOT/ubuntu_hk5cbk@autozsys_s3ca0r/vmlinuz-5.4.0-33-generic" "5.4.0-33-generic"
  480. }
  481. submenu 'Revert to 24/05/2020 @ 08:12' ${menuentry_id_option} 'gnulinux-history-rpool/ROOT/ubuntu_hk5cbk@autozsys_owh7a2' {
  482. zsyshistorymenu "rpool/ROOT/ubuntu_hk5cbk@autozsys_owh7a2" "/dev/sdb3" "/BOOT/ubuntu_hk5cbk@autozsys_owh7a2/initrd.img-5.4.0-33-generic" "/BOOT/ubuntu_hk5cbk@autozsys_owh7a2/vmlinuz-5.4.0-33-generic" "5.4.0-33-generic"
  483. }
  484. submenu 'Revert to 23/05/2020 @ 18:39' ${menuentry_id_option} 'gnulinux-history-rpool/ROOT/ubuntu_hk5cbk@autozsys_uy1f1n' {
  485. zsyshistorymenu "rpool/ROOT/ubuntu_hk5cbk@autozsys_uy1f1n" "/dev/sdb3" "/BOOT/ubuntu_hk5cbk@autozsys_uy1f1n/initrd.img-5.4.0-33-generic" "/BOOT/ubuntu_hk5cbk@autozsys_uy1f1n/vmlinuz-5.4.0-33-generic" "5.4.0-33-generic"
  486. }
  487. submenu 'Revert to 23/05/2020 @ 18:35' ${menuentry_id_option} 'gnulinux-history-rpool/ROOT/ubuntu_hk5cbk@autozsys_6g6uzr' {
  488. zsyshistorymenu "rpool/ROOT/ubuntu_hk5cbk@autozsys_6g6uzr" "/dev/sdb3" "/BOOT/ubuntu_hk5cbk@autozsys_6g6uzr/initrd.img-5.4.0-33-generic" "/BOOT/ubuntu_hk5cbk@autozsys_6g6uzr/vmlinuz-5.4.0-33-generic" "5.4.0-33-generic"
  489. }
  490. submenu 'Revert to 22/05/2020 @ 20:23' ${menuentry_id_option} 'gnulinux-history-rpool/ROOT/ubuntu_hk5cbk@autozsys_xmo2vn' {
  491. zsyshistorymenu "rpool/ROOT/ubuntu_hk5cbk@autozsys_xmo2vn" "/dev/sdb3" "/BOOT/ubuntu_hk5cbk@autozsys_xmo2vn/initrd.img-5.4.0-32-generic" "/BOOT/ubuntu_hk5cbk@autozsys_xmo2vn/vmlinuz-5.4.0-32-generic" "5.4.0-32-generic"
  492. }
  493. submenu 'Revert to 22/05/2020 @ 18:22' ${menuentry_id_option} 'gnulinux-history-rpool/ROOT/ubuntu_hk5cbk@autozsys_ydi1m9' {
  494. zsyshistorymenu "rpool/ROOT/ubuntu_hk5cbk@autozsys_ydi1m9" "/dev/sdb3" "/BOOT/ubuntu_hk5cbk@autozsys_ydi1m9/initrd.img-5.4.0-32-generic" "/BOOT/ubuntu_hk5cbk@autozsys_ydi1m9/vmlinuz-5.4.0-32-generic" "5.4.0-32-generic"
  495. }
  496. submenu 'Revert to 21/05/2020 @ 21:31' ${menuentry_id_option} 'gnulinux-history-rpool/ROOT/ubuntu_hk5cbk@autozsys_spr01g' {
  497. zsyshistorymenu "rpool/ROOT/ubuntu_hk5cbk@autozsys_spr01g" "/dev/sdb3" "/BOOT/ubuntu_hk5cbk@autozsys_spr01g/initrd.img-5.4.0-32-generic" "/BOOT/ubuntu_hk5cbk@autozsys_spr01g/vmlinuz-5.4.0-32-generic" "5.4.0-32-generic"
  498. }
  499. submenu 'Revert to 21/05/2020 @ 12:01' ${menuentry_id_option} 'gnulinux-history-rpool/ROOT/ubuntu_hk5cbk@autozsys_2zr642' {
  500. zsyshistorymenu "rpool/ROOT/ubuntu_hk5cbk@autozsys_2zr642" "/dev/sdb3" "/BOOT/ubuntu_hk5cbk@autozsys_2zr642/initrd.img-5.4.0-32-generic" "/BOOT/ubuntu_hk5cbk@autozsys_2zr642/vmlinuz-5.4.0-32-generic" "5.4.0-32-generic"
  501. }
  502. submenu 'Revert to 20/05/2020 @ 14:49' ${menuentry_id_option} 'gnulinux-history-rpool/ROOT/ubuntu_hk5cbk@autozsys_71lc36' {
  503. zsyshistorymenu "rpool/ROOT/ubuntu_hk5cbk@autozsys_71lc36" "/dev/sdb3" "/BOOT/ubuntu_hk5cbk@autozsys_71lc36/initrd.img-5.4.0-32-generic" "/BOOT/ubuntu_hk5cbk@autozsys_71lc36/vmlinuz-5.4.0-32-generic" "5.4.0-32-generic"
  504. }
  505. submenu 'Revert to 20/05/2020 @ 14:30' ${menuentry_id_option} 'gnulinux-history-rpool/ROOT/ubuntu_hk5cbk@autozsys_kiunz3' {
  506. zsyshistorymenu "rpool/ROOT/ubuntu_hk5cbk@autozsys_kiunz3" "/dev/sdb3" "/BOOT/ubuntu_hk5cbk@autozsys_kiunz3/initrd.img-5.4.0-32-generic" "/BOOT/ubuntu_hk5cbk@autozsys_kiunz3/vmlinuz-5.4.0-32-generic" "5.4.0-32-generic"
  507. }
  508. submenu 'Revert to 20/05/2020 @ 06:58' ${menuentry_id_option} 'gnulinux-history-rpool/ROOT/ubuntu_hk5cbk@autozsys_eeee04' {
  509. zsyshistorymenu "rpool/ROOT/ubuntu_hk5cbk@autozsys_eeee04" "/dev/sdb3" "/BOOT/ubuntu_hk5cbk@autozsys_eeee04/initrd.img-5.4.0-32-generic" "/BOOT/ubuntu_hk5cbk@autozsys_eeee04/vmlinuz-5.4.0-32-generic" "5.4.0-32-generic"
  510. }
  511. submenu 'Revert to 19/05/2020 @ 20:25' ${menuentry_id_option} 'gnulinux-history-rpool/ROOT/ubuntu_hk5cbk@autozsys_fmada9' {
  512. zsyshistorymenu "rpool/ROOT/ubuntu_hk5cbk@autozsys_fmada9" "/dev/sdb3" "/BOOT/ubuntu_hk5cbk@autozsys_fmada9/initrd.img-5.4.0-32-generic" "/BOOT/ubuntu_hk5cbk@autozsys_fmada9/vmlinuz-5.4.0-32-generic" "5.4.0-32-generic"
  513. }
  514. submenu 'Revert to 19/05/2020 @ 18:11' ${menuentry_id_option} 'gnulinux-history-rpool/ROOT/ubuntu_hk5cbk@autozsys_4jpgfk' {
  515. zsyshistorymenu "rpool/ROOT/ubuntu_hk5cbk@autozsys_4jpgfk" "/dev/sdb3" "/BOOT/ubuntu_hk5cbk@autozsys_4jpgfk/initrd.img-5.4.0-31-generic" "/BOOT/ubuntu_hk5cbk@autozsys_4jpgfk/vmlinuz-5.4.0-31-generic" "5.4.0-31-generic"
  516. }
  517. submenu 'Revert to 19/05/2020 @ 14:03' ${menuentry_id_option} 'gnulinux-history-rpool/ROOT/ubuntu_hk5cbk@autozsys_8pux99' {
  518. zsyshistorymenu "rpool/ROOT/ubuntu_hk5cbk@autozsys_8pux99" "/dev/sdb3" "/BOOT/ubuntu_hk5cbk@autozsys_8pux99/initrd.img-5.4.0-31-generic" "/BOOT/ubuntu_hk5cbk@autozsys_8pux99/vmlinuz-5.4.0-31-generic" "5.4.0-31-generic"
  519. }
  520. submenu 'Revert to 19/05/2020 @ 12:47' ${menuentry_id_option} 'gnulinux-history-rpool/ROOT/ubuntu_hk5cbk@autozsys_lp9fkf' {
  521. zsyshistorymenu "rpool/ROOT/ubuntu_hk5cbk@autozsys_lp9fkf" "/dev/sdb3" "/BOOT/ubuntu_hk5cbk@autozsys_lp9fkf/initrd.img-5.4.0-31-generic" "/BOOT/ubuntu_hk5cbk@autozsys_lp9fkf/vmlinuz-5.4.0-31-generic" "5.4.0-31-generic"
  522. }
  523. submenu 'Revert to 19/05/2020 @ 10:54' ${menuentry_id_option} 'gnulinux-history-rpool/ROOT/ubuntu_hk5cbk@autozsys_ftbrbj' {
  524. zsyshistorymenu "rpool/ROOT/ubuntu_hk5cbk@autozsys_ftbrbj" "/dev/sdb3" "/BOOT/ubuntu_hk5cbk@autozsys_ftbrbj/initrd.img-5.4.0-31-generic" "/BOOT/ubuntu_hk5cbk@autozsys_ftbrbj/vmlinuz-5.4.0-31-generic" "5.4.0-31-generic"
  525. }
  526. submenu 'Revert to 18/05/2020 @ 11:18' ${menuentry_id_option} 'gnulinux-history-rpool/ROOT/ubuntu_hk5cbk@autozsys_02oj10' {
  527. zsyshistorymenu "rpool/ROOT/ubuntu_hk5cbk@autozsys_02oj10" "/dev/sdb3" "/BOOT/ubuntu_hk5cbk@autozsys_02oj10/initrd.img-5.4.0-31-generic" "/BOOT/ubuntu_hk5cbk@autozsys_02oj10/vmlinuz-5.4.0-31-generic" "5.4.0-31-generic"
  528. }
  529. submenu 'Revert to 17/05/2020 @ 19:37' ${menuentry_id_option} 'gnulinux-history-rpool/ROOT/ubuntu_hk5cbk@autozsys_l4mml2' {
  530. zsyshistorymenu "rpool/ROOT/ubuntu_hk5cbk@autozsys_l4mml2" "/dev/sdb3" "/BOOT/ubuntu_hk5cbk@autozsys_l4mml2/initrd.img-5.4.0-31-generic" "/BOOT/ubuntu_hk5cbk@autozsys_l4mml2/vmlinuz-5.4.0-31-generic" "5.4.0-31-generic"
  531. }
  532. }
  533. ### END /etc/grub.d/10_linux_zfs ###
  534.  
  535. ### BEGIN /etc/grub.d/20_linux_xen ###
  536.  
  537. ### END /etc/grub.d/20_linux_xen ###
  538.  
  539. ### BEGIN /etc/grub.d/20_memtest86+ ###
  540. ### END /etc/grub.d/20_memtest86+ ###
  541.  
  542. ### BEGIN /etc/grub.d/30_os-prober ###
  543. ### END /etc/grub.d/30_os-prober ###
  544.  
  545. ### BEGIN /etc/grub.d/30_uefi-firmware ###
  546. menuentry 'UEFI Firmware Settings' $menuentry_id_option 'uefi-firmware' {
  547. fwsetup
  548. }
  549. ### END /etc/grub.d/30_uefi-firmware ###
  550.  
  551. ### BEGIN /etc/grub.d/40_custom ###
  552. # This file provides an easy way to add custom menu entries. Simply type the
  553. # menu entries you want to add after this comment. Be careful not to change
  554. # the 'exec tail' line above.
  555. ### END /etc/grub.d/40_custom ###
  556.  
  557. ### BEGIN /etc/grub.d/41_custom ###
  558. if [ -f ${config_directory}/custom.cfg ]; then
  559. source ${config_directory}/custom.cfg
  560. elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
  561. source $prefix/custom.cfg;
  562. fi
  563. ### END /etc/grub.d/41_custom ###
  564. InstallationDate: Installed on 2020-04-26 (30 days ago)
  565. InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Release amd64 (20200423)
  566. Mounts:
  567. sysfs /sys sysfs rw,nosuid,nodev,noexec,relatime 0 0
  568. proc /proc proc rw,nosuid,nodev,noexec,relatime 0 0
  569. udev /dev devtmpfs rw,nosuid,noexec,relatime,size=8095596k,nr_inodes=2023899,mode=755 0 0
  570. devpts /dev/pts devpts rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000 0 0
  571. tmpfs /run tmpfs rw,nosuid,nodev,noexec,relatime,size=1629388k,mode=755 0 0
  572. rpool/ROOT/ubuntu_hk5cbk / zfs rw,relatime,xattr,posixacl 0 0
  573. securityfs /sys/kernel/security securityfs rw,nosuid,nodev,noexec,relatime 0 0
  574. tmpfs /dev/shm tmpfs rw,nosuid,nodev 0 0
  575. tmpfs /run/lock tmpfs rw,nosuid,nodev,noexec,relatime,size=5120k 0 0
  576. tmpfs /sys/fs/cgroup tmpfs ro,nosuid,nodev,noexec,mode=755 0 0
  577. cgroup2 /sys/fs/cgroup/unified cgroup2 rw,nosuid,nodev,noexec,relatime,nsdelegate 0 0
  578. cgroup /sys/fs/cgroup/systemd cgroup rw,nosuid,nodev,noexec,relatime,xattr,name=systemd 0 0
  579. pstore /sys/fs/pstore pstore rw,nosuid,nodev,noexec,relatime 0 0
  580. efivarfs /sys/firmware/efi/efivars efivarfs rw,nosuid,nodev,noexec,relatime 0 0
  581. none /sys/fs/bpf bpf rw,nosuid,nodev,noexec,relatime,mode=700 0 0
  582. cgroup /sys/fs/cgroup/cpu,cpuacct cgroup rw,nosuid,nodev,noexec,relatime,cpu,cpuacct 0 0
  583. cgroup /sys/fs/cgroup/blkio cgroup rw,nosuid,nodev,noexec,relatime,blkio 0 0
  584. cgroup /sys/fs/cgroup/rdma cgroup rw,nosuid,nodev,noexec,relatime,rdma 0 0
  585. cgroup /sys/fs/cgroup/perf_event cgroup rw,nosuid,nodev,noexec,relatime,perf_event 0 0
  586. cgroup /sys/fs/cgroup/cpuset cgroup rw,nosuid,nodev,noexec,relatime,cpuset 0 0
  587. cgroup /sys/fs/cgroup/freezer cgroup rw,nosuid,nodev,noexec,relatime,freezer 0 0
  588. cgroup /sys/fs/cgroup/memory cgroup rw,nosuid,nodev,noexec,relatime,memory 0 0
  589. cgroup /sys/fs/cgroup/pids cgroup rw,nosuid,nodev,noexec,relatime,pids 0 0
  590. cgroup /sys/fs/cgroup/hugetlb cgroup rw,nosuid,nodev,noexec,relatime,hugetlb 0 0
  591. cgroup /sys/fs/cgroup/devices cgroup rw,nosuid,nodev,noexec,relatime,devices 0 0
  592. cgroup /sys/fs/cgroup/net_cls,net_prio cgroup rw,nosuid,nodev,noexec,relatime,net_cls,net_prio 0 0
  593. systemd-1 /proc/sys/fs/binfmt_misc autofs rw,relatime,fd=28,pgrp=1,timeout=0,minproto=5,maxproto=5,direct,pipe_ino=17539 0 0
  594. mqueue /dev/mqueue mqueue rw,nosuid,nodev,noexec,relatime 0 0
  595. hugetlbfs /dev/hugepages hugetlbfs rw,relatime,pagesize=2M 0 0
  596. debugfs /sys/kernel/debug debugfs rw,nosuid,nodev,noexec,relatime 0 0
  597. tracefs /sys/kernel/tracing tracefs rw,nosuid,nodev,noexec,relatime 0 0
  598. sunrpc /run/rpc_pipefs rpc_pipefs rw,relatime 0 0
  599. fusectl /sys/fs/fuse/connections fusectl rw,nosuid,nodev,noexec,relatime 0 0
  600. configfs /sys/kernel/config configfs rw,nosuid,nodev,noexec,relatime 0 0
  601. bpool/BOOT/ubuntu_hk5cbk /boot zfs rw,nodev,relatime,xattr,posixacl 0 0
  602. rpool/ROOT/ubuntu_hk5cbk/srv /srv zfs rw,relatime,xattr,posixacl 0 0
  603. rpool/USERDATA/root_hmndiy /root zfs rw,relatime,xattr,posixacl 0 0
  604. rpool/ROOT/ubuntu_hk5cbk/usr/local /usr/local zfs rw,relatime,xattr,posixacl 0 0
  605. rpool/ROOT/ubuntu_hk5cbk/var/games /var/games zfs rw,relatime,xattr,posixacl 0 0
  606. rpool/ROOT/ubuntu_hk5cbk/var/log /var/log zfs rw,relatime,xattr,posixacl 0 0
  607. rpool/ROOT/ubuntu_hk5cbk/var/snap /var/snap zfs rw,relatime,xattr,posixacl 0 0
  608. rpool/ROOT/ubuntu_hk5cbk/var/lib /var/lib zfs rw,relatime,xattr,posixacl 0 0
  609. rpool/ROOT/ubuntu_hk5cbk/var/mail /var/mail zfs rw,relatime,xattr,posixacl 0 0
  610. /dev/sdb1 /boot/efi vfat rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro 0 0
  611. rpool/ROOT/ubuntu_hk5cbk/var/www /var/www zfs rw,relatime,xattr,posixacl 0 0
  612. /dev/sdb1 /boot/grub vfat rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro 0 0
  613. rpool/ROOT/ubuntu_hk5cbk/var/spool /var/spool zfs rw,relatime,xattr,posixacl 0 0
  614. rpool/ROOT/ubuntu_hk5cbk/var/lib/apt /var/lib/apt zfs rw,relatime,xattr,posixacl 0 0
  615. rpool/ROOT/ubuntu_hk5cbk/var/lib/dpkg /var/lib/dpkg zfs rw,relatime,xattr,posixacl 0 0
  616. /dev/loop3 /snap/core/9066 squashfs ro,nodev,relatime 0 0
  617. rpool/ROOT/ubuntu_hk5cbk/var/lib/AccountsService /var/lib/AccountsService zfs rw,relatime,xattr,posixacl 0 0
  618. rpool/ROOT/ubuntu_hk5cbk/var/lib/NetworkManager /var/lib/NetworkManager zfs rw,relatime,xattr,posixacl 0 0
  619. /dev/loop4 /snap/core18/1754 squashfs ro,nodev,relatime 0 0
  620. /dev/loop2 /snap/chezmoi/148 squashfs ro,nodev,relatime 0 0
  621. /dev/loop6 /snap/bitwarden/24 squashfs ro,nodev,relatime 0 0
  622. /dev/loop1 /snap/chezmoi/147 squashfs ro,nodev,relatime 0 0
  623. /dev/loop5 /snap/gnome-3-28-1804/116 squashfs ro,nodev,relatime 0 0
  624. /dev/loop0 /snap/canonical-livepatch/95 squashfs ro,nodev,relatime 0 0
  625. /dev/loop7 /snap/core18/1705 squashfs ro,nodev,relatime 0 0
  626. user-data /home zfs rw,xattr,noacl 0 0
  627. /dev/loop8 /snap/standard-notes/10 squashfs ro,nodev,relatime 0 0
  628. /dev/loop9 /snap/gtk-common-themes/1506 squashfs ro,nodev,relatime 0 0
  629. /dev/loop10 /snap/snapd/7264 squashfs ro,nodev,relatime 0 0
  630. /dev/loop11 /snap/snap-store/454 squashfs ro,nodev,relatime 0 0
  631. /dev/loop12 /snap/gnome-3-34-1804/27 squashfs ro,nodev,relatime 0 0
  632. /dev/loop13 /snap/standard-notes/8 squashfs ro,nodev,relatime 0 0
  633. /dev/loop14 /snap/gnome-3-34-1804/33 squashfs ro,nodev,relatime 0 0
  634. /dev/loop15 /snap/snap-store/433 squashfs ro,nodev,relatime 0 0
  635. tmpfs /run/snapd/ns tmpfs rw,nosuid,nodev,noexec,relatime,size=1629388k,mode=755 0 0
  636. nsfs /run/snapd/ns/canonical-livepatch.mnt nsfs rw 0 0
  637. tmpfs /run/user/125 tmpfs rw,nosuid,nodev,relatime,size=1629384k,mode=700,uid=125,gid=130 0 0
  638. gvfsd-fuse /run/user/125/gvfs fuse.gvfsd-fuse rw,nosuid,nodev,relatime,user_id=125,group_id=130 0 0
  639. /etc/auto.master.d/mnt.auto /mnt autofs rw,relatime,fd=6,pgrp=2986,timeout=5,minproto=5,maxproto=5,indirect,pipe_ino=43662 0 0
  640. tmpfs /run/user/1000 tmpfs rw,nosuid,nodev,relatime,size=1629384k,mode=700,uid=1000,gid=1000 0 0
  641. gvfsd-fuse /run/user/1000/gvfs fuse.gvfsd-fuse rw,nosuid,nodev,relatime,user_id=1000,group_id=1000 0 0
  642. /dev/fuse /run/user/1000/doc fuse rw,nosuid,nodev,relatime,user_id=1000,group_id=1000 0 0
  643. nsfs /run/snapd/ns/standard-notes.mnt nsfs rw 0 0
  644. MountsGenerated:
  645. root.mount
  646. var-www.mount
  647. var-spool.mount
  648. var-snap.mount
  649. var-mail.mount
  650. var-log.mount
  651. var-lib-dpkg.mount
  652. var-lib-apt.mount
  653. var-lib-NetworkManager.mount
  654. var-lib-AccountsService.mount
  655. var-lib.mount
  656. var-games.mount
  657. usr-local.mount
  658. srv.mount
  659. boot.mount
  660. boot-grub.mount
  661. boot-efi.mount
  662. NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair nvidia_modeset nvidia
  663. Package: zsys 0.4.5
  664. PackageArchitecture: amd64
  665. ProcCpuinfoMinimal:
  666. processor : 3
  667. vendor_id : GenuineIntel
  668. cpu family : 6
  669. model : 142
  670. model name : Intel(R) Core(TM) i7-7500U CPU @ 2.70GHz
  671. stepping : 9
  672. microcode : 0xca
  673. cpu MHz : 3500.006
  674. cache size : 4096 KB
  675. physical id : 0
  676. siblings : 4
  677. core id : 1
  678. cpu cores : 2
  679. apicid : 3
  680. initial apicid : 3
  681. fpu : yes
  682. fpu_exception : yes
  683. cpuid level : 22
  684. wp : yes
  685. flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb invpcid_single pti ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid mpx rdseed adx smap clflushopt intel_pt xsaveopt xsavec xgetbv1 xsaves dtherm ida arat pln pts hwp hwp_notify hwp_act_window hwp_epp md_clear flush_l1d
  686. bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs itlb_multihit
  687. bogomips : 5799.77
  688. clflush size : 64
  689. cache_alignment : 64
  690. address sizes : 39 bits physical, 48 bits virtual
  691. power management:
  692. ProcEnviron:
  693. LC_TIME=pt_BR.UTF-8
  694. LC_MONETARY=pt_BR.UTF-8
  695. LC_CTYPE=pt_BR.UTF-8
  696. TERM=xterm-kitty
  697. PATH=(custom, no user)
  698. LC_ADDRESS=pt_BR.UTF-8
  699. XDG_RUNTIME_DIR=<set>
  700. LANG=en_US.UTF-8
  701. LC_TELEPHONE=pt_BR.UTF-8
  702. LC_NAME=pt_BR.UTF-8
  703. SHELL=/bin/zsh
  704. LC_MEASUREMENT=pt_BR.UTF-8
  705. LC_IDENTIFICATION=pt_BR.UTF-8
  706. LC_NUMERIC=pt_BR.UTF-8
  707. LC_PAPER=pt_BR.UTF-8
  708. ProcKernelCmdLine: BOOT_IMAGE=/BOOT/ubuntu_hk5cbk@/vmlinuz-5.4.0-33-generic root=ZFS=rpool/ROOT/ubuntu_hk5cbk ro quiet splash vt.handoff=1
  709. ProcVersionSignature: Ubuntu 5.4.0-33.37-generic 5.4.34
  710. RelatedPackageVersions:
  711. zfs-initramfs 0.8.3-1ubuntu12
  712. zfsutils-linux 0.8.3-1ubuntu12
  713. SourcePackage: zsys
  714. SystemdDefaultUnitsState:
  715. ● graphical.target - Graphical Interface
  716. Loaded: loaded (/lib/systemd/system/graphical.target; static; vendor preset: enabled)
  717. Active: active since Tue 2020-05-26 10:39:05 -03; 53min ago
  718. Docs: man:systemd.special(7)
  719.  
  720. mai 26 10:39:05 glados systemd[1]: Reached target Graphical Interface.
  721. SystemdFailedUnits:
  722. Error: command ['systemctl', 'status', '--full', 'vboxweb.service'] failed with exit code 3: ● vboxweb.service - VirtualBox Web Service
  723. Loaded: loaded (/lib/systemd/system/vboxweb.service; enabled; vendor preset: enabled)
  724. Active: failed (Result: protocol) since Tue 2020-05-26 10:38:55 -03; 53min ago
  725. Process: 2201 ExecStart=/usr/lib/virtualbox/vboxweb-service.sh start (code=exited, status=0/SUCCESS)
  726.  
  727. mai 26 10:38:55 glados systemd[1]: Starting VirtualBox Web Service...
  728. mai 26 10:38:55 glados systemd[1]: vboxweb.service: Can't open PID file /run/vboxweb.pid (yet?) after start: Operation not permitted
  729. mai 26 10:38:55 glados systemd[1]: vboxweb.service: Failed with result 'protocol'.
  730. mai 26 10:38:55 glados systemd[1]: Failed to start VirtualBox Web Service.
  731.  
  732. Tags: focal
  733. Uname: Linux 5.4.0-33-generic x86_64
  734. UpgradeStatus: No upgrade log present (probably fresh install)
  735. ZFSDatasets:
  736. NAME USED AVAIL REFER MOUNTPOINT
  737. bpool 691M 1,07G 96K /boot
  738. bpool/BOOT 689M 1,07G 96K none
  739. bpool/BOOT/ubuntu_hk5cbk 689M 1,07G 311M /boot
  740. bpool/BOOT/ubuntu_hk5cbk@autozsys_02oj10 64K - 208M -
  741. bpool/BOOT/ubuntu_hk5cbk@autozsys_ftbrbj 64K - 208M -
  742. bpool/BOOT/ubuntu_hk5cbk@autozsys_lp9fkf 91,1M - 208M -
  743. bpool/BOOT/ubuntu_hk5cbk@autozsys_8pux99 91,1M - 208M -
  744. bpool/BOOT/ubuntu_hk5cbk@autozsys_4jpgfk 88K - 208M -
  745. bpool/BOOT/ubuntu_hk5cbk@autozsys_fmada9 0B - 311M -
  746. bpool/BOOT/ubuntu_hk5cbk@autozsys_eeee04 0B - 311M -
  747. bpool/BOOT/ubuntu_hk5cbk@autozsys_kiunz3 64K - 208M -
  748. bpool/BOOT/ubuntu_hk5cbk@autozsys_71lc36 0B - 208M -
  749. bpool/BOOT/ubuntu_hk5cbk@autozsys_2zr642 0B - 208M -
  750. bpool/BOOT/ubuntu_hk5cbk@autozsys_spr01g 56K - 208M -
  751. bpool/BOOT/ubuntu_hk5cbk@autozsys_ydi1m9 56K - 208M -
  752. bpool/BOOT/ubuntu_hk5cbk@autozsys_xmo2vn 48K - 208M -
  753. bpool/BOOT/ubuntu_hk5cbk@autozsys_6g6uzr 48K - 311M -
  754. bpool/BOOT/ubuntu_hk5cbk@autozsys_uy1f1n 0B - 311M -
  755. bpool/BOOT/ubuntu_hk5cbk@autozsys_owh7a2 0B - 311M -
  756. bpool/BOOT/ubuntu_hk5cbk@autozsys_s3ca0r 0B - 311M -
  757. bpool/BOOT/ubuntu_hk5cbk@autozsys_odfiay 0B - 311M -
  758. bpool/BOOT/ubuntu_hk5cbk@autozsys_f183de 0B - 311M -
  759. bpool/BOOT/ubuntu_hk5cbk@autozsys_jcl170 0B - 311M -
  760. bpool/BOOT/ubuntu_hk5cbk@autozsys_5cbkm3 48K - 311M -
  761. rpool 14,9G 95,5G 96K /
  762. rpool/ROOT 14,9G 95,5G 96K none
  763. rpool/ROOT/ubuntu_hk5cbk 14,9G 95,5G 5,35G /
  764. rpool/ROOT/ubuntu_hk5cbk@autozsys_02oj10 544M - 4,87G -
  765. rpool/ROOT/ubuntu_hk5cbk@autozsys_ftbrbj 241M - 4,75G -
  766. rpool/ROOT/ubuntu_hk5cbk@autozsys_lp9fkf 29,9M - 4,96G -
  767. rpool/ROOT/ubuntu_hk5cbk@autozsys_8pux99 28,9M - 4,96G -
  768. rpool/ROOT/ubuntu_hk5cbk@autozsys_4jpgfk 193M - 5,09G -
  769. rpool/ROOT/ubuntu_hk5cbk@autozsys_fmada9 46,3M - 5,26G -
  770. rpool/ROOT/ubuntu_hk5cbk@autozsys_eeee04 27,6M - 5,26G -
  771. rpool/ROOT/ubuntu_hk5cbk@autozsys_kiunz3 26,5M - 5,03G -
  772. rpool/ROOT/ubuntu_hk5cbk@autozsys_71lc36 26,6M - 5,03G -
  773. rpool/ROOT/ubuntu_hk5cbk@autozsys_2zr642 73,8M - 5,17G -
  774. rpool/ROOT/ubuntu_hk5cbk@autozsys_spr01g 327M - 5,41G -
  775. rpool/ROOT/ubuntu_hk5cbk@autozsys_ydi1m9 56,3M - 5,10G -
  776. rpool/ROOT/ubuntu_hk5cbk@autozsys_xmo2vn 268M - 5,43G -
  777. rpool/ROOT/ubuntu_hk5cbk@autozsys_6g6uzr 168M - 5,65G -
  778. rpool/ROOT/ubuntu_hk5cbk@autozsys_uy1f1n 28,2M - 5,52G -
  779. rpool/ROOT/ubuntu_hk5cbk@autozsys_owh7a2 25,7M - 5,82G -
  780. rpool/ROOT/ubuntu_hk5cbk@autozsys_s3ca0r 25,9M - 5,82G -
  781. rpool/ROOT/ubuntu_hk5cbk@autozsys_odfiay 23,6M - 5,82G -
  782. rpool/ROOT/ubuntu_hk5cbk@autozsys_f183de 59,3M - 5,34G -
  783. rpool/ROOT/ubuntu_hk5cbk@autozsys_jcl170 29,9M - 5,35G -
  784. rpool/ROOT/ubuntu_hk5cbk@autozsys_5cbkm3 25,2M - 5,36G -
  785. rpool/ROOT/ubuntu_hk5cbk/srv 152K 95,5G 96K /srv
  786. rpool/ROOT/ubuntu_hk5cbk/srv@autozsys_02oj10 0B - 96K -
  787. rpool/ROOT/ubuntu_hk5cbk/srv@autozsys_ftbrbj 0B - 96K -
  788. rpool/ROOT/ubuntu_hk5cbk/srv@autozsys_lp9fkf 0B - 96K -
  789. rpool/ROOT/ubuntu_hk5cbk/srv@autozsys_8pux99 0B - 96K -
  790. rpool/ROOT/ubuntu_hk5cbk/srv@autozsys_4jpgfk 0B - 96K -
  791. rpool/ROOT/ubuntu_hk5cbk/srv@autozsys_fmada9 0B - 96K -
  792. rpool/ROOT/ubuntu_hk5cbk/srv@autozsys_eeee04 0B - 96K -
  793. rpool/ROOT/ubuntu_hk5cbk/srv@autozsys_kiunz3 0B - 96K -
  794. rpool/ROOT/ubuntu_hk5cbk/srv@autozsys_71lc36 0B - 96K -
  795. rpool/ROOT/ubuntu_hk5cbk/srv@autozsys_2zr642 0B - 96K -
  796. rpool/ROOT/ubuntu_hk5cbk/srv@autozsys_spr01g 0B - 96K -
  797. rpool/ROOT/ubuntu_hk5cbk/srv@autozsys_ydi1m9 0B - 96K -
  798. rpool/ROOT/ubuntu_hk5cbk/srv@autozsys_xmo2vn 0B - 96K -
  799. rpool/ROOT/ubuntu_hk5cbk/srv@autozsys_6g6uzr 0B - 96K -
  800. rpool/ROOT/ubuntu_hk5cbk/srv@autozsys_uy1f1n 0B - 96K -
  801. rpool/ROOT/ubuntu_hk5cbk/srv@autozsys_owh7a2 0B - 96K -
  802. rpool/ROOT/ubuntu_hk5cbk/srv@autozsys_s3ca0r 0B - 96K -
  803. rpool/ROOT/ubuntu_hk5cbk/srv@autozsys_odfiay 0B - 96K -
  804. rpool/ROOT/ubuntu_hk5cbk/srv@autozsys_f183de 0B - 96K -
  805. rpool/ROOT/ubuntu_hk5cbk/srv@autozsys_jcl170 0B - 96K -
  806. rpool/ROOT/ubuntu_hk5cbk/srv@autozsys_5cbkm3 0B - 96K -
  807. rpool/ROOT/ubuntu_hk5cbk/usr 130M 95,5G 96K /usr
  808. rpool/ROOT/ubuntu_hk5cbk/usr@autozsys_02oj10 0B - 96K -
  809. rpool/ROOT/ubuntu_hk5cbk/usr@autozsys_ftbrbj 0B - 96K -
  810. rpool/ROOT/ubuntu_hk5cbk/usr@autozsys_lp9fkf 0B - 96K -
  811. rpool/ROOT/ubuntu_hk5cbk/usr@autozsys_8pux99 0B - 96K -
  812. rpool/ROOT/ubuntu_hk5cbk/usr@autozsys_4jpgfk 0B - 96K -
  813. rpool/ROOT/ubuntu_hk5cbk/usr@autozsys_fmada9 0B - 96K -
  814. rpool/ROOT/ubuntu_hk5cbk/usr@autozsys_eeee04 0B - 96K -
  815. rpool/ROOT/ubuntu_hk5cbk/usr@autozsys_kiunz3 0B - 96K -
  816. rpool/ROOT/ubuntu_hk5cbk/usr@autozsys_71lc36 0B - 96K -
  817. rpool/ROOT/ubuntu_hk5cbk/usr@autozsys_2zr642 0B - 96K -
  818. rpool/ROOT/ubuntu_hk5cbk/usr@autozsys_spr01g 0B - 96K -
  819. rpool/ROOT/ubuntu_hk5cbk/usr@autozsys_ydi1m9 0B - 96K -
  820. rpool/ROOT/ubuntu_hk5cbk/usr@autozsys_xmo2vn 0B - 96K -
  821. rpool/ROOT/ubuntu_hk5cbk/usr@autozsys_6g6uzr 0B - 96K -
  822. rpool/ROOT/ubuntu_hk5cbk/usr@autozsys_uy1f1n 0B - 96K -
  823. rpool/ROOT/ubuntu_hk5cbk/usr@autozsys_owh7a2 0B - 96K -
  824. rpool/ROOT/ubuntu_hk5cbk/usr@autozsys_s3ca0r 0B - 96K -
  825. rpool/ROOT/ubuntu_hk5cbk/usr@autozsys_odfiay 0B - 96K -
  826. rpool/ROOT/ubuntu_hk5cbk/usr@autozsys_f183de 0B - 96K -
  827. rpool/ROOT/ubuntu_hk5cbk/usr@autozsys_jcl170 0B - 96K -
  828. rpool/ROOT/ubuntu_hk5cbk/usr@autozsys_5cbkm3 0B - 96K -
  829. rpool/ROOT/ubuntu_hk5cbk/usr/local 130M 95,5G 129M /usr/local
  830. rpool/ROOT/ubuntu_hk5cbk/usr/local@autozsys_02oj10 72K - 129M -
  831. rpool/ROOT/ubuntu_hk5cbk/usr/local@autozsys_ftbrbj 64K - 129M -
  832. rpool/ROOT/ubuntu_hk5cbk/usr/local@autozsys_lp9fkf 0B - 129M -
  833. rpool/ROOT/ubuntu_hk5cbk/usr/local@autozsys_8pux99 0B - 129M -
  834. rpool/ROOT/ubuntu_hk5cbk/usr/local@autozsys_4jpgfk 0B - 129M -
  835. rpool/ROOT/ubuntu_hk5cbk/usr/local@autozsys_fmada9 0B - 129M -
  836. rpool/ROOT/ubuntu_hk5cbk/usr/local@autozsys_eeee04 0B - 129M -
  837. rpool/ROOT/ubuntu_hk5cbk/usr/local@autozsys_kiunz3 56K - 129M -
  838. rpool/ROOT/ubuntu_hk5cbk/usr/local@autozsys_71lc36 56K - 129M -
  839. rpool/ROOT/ubuntu_hk5cbk/usr/local@autozsys_2zr642 56K - 129M -
  840. rpool/ROOT/ubuntu_hk5cbk/usr/local@autozsys_spr01g 56K - 129M -
  841. rpool/ROOT/ubuntu_hk5cbk/usr/local@autozsys_ydi1m9 0B - 129M -
  842. rpool/ROOT/ubuntu_hk5cbk/usr/local@autozsys_xmo2vn 0B - 129M -
  843. rpool/ROOT/ubuntu_hk5cbk/usr/local@autozsys_6g6uzr 0B - 129M -
  844. rpool/ROOT/ubuntu_hk5cbk/usr/local@autozsys_uy1f1n 0B - 129M -
  845. rpool/ROOT/ubuntu_hk5cbk/usr/local@autozsys_owh7a2 0B - 129M -
  846. rpool/ROOT/ubuntu_hk5cbk/usr/local@autozsys_s3ca0r 0B - 129M -
  847. rpool/ROOT/ubuntu_hk5cbk/usr/local@autozsys_odfiay 0B - 129M -
  848. rpool/ROOT/ubuntu_hk5cbk/usr/local@autozsys_f183de 64K - 129M -
  849. rpool/ROOT/ubuntu_hk5cbk/usr/local@autozsys_jcl170 56K - 129M -
  850. rpool/ROOT/ubuntu_hk5cbk/usr/local@autozsys_5cbkm3 56K - 129M -
  851. rpool/ROOT/ubuntu_hk5cbk/var 4,95G 95,5G 96K /var
  852. rpool/ROOT/ubuntu_hk5cbk/var@autozsys_02oj10 0B - 96K -
  853. rpool/ROOT/ubuntu_hk5cbk/var@autozsys_ftbrbj 0B - 96K -
  854. rpool/ROOT/ubuntu_hk5cbk/var@autozsys_lp9fkf 0B - 96K -
  855. rpool/ROOT/ubuntu_hk5cbk/var@autozsys_8pux99 0B - 96K -
  856. rpool/ROOT/ubuntu_hk5cbk/var@autozsys_4jpgfk 0B - 96K -
  857. rpool/ROOT/ubuntu_hk5cbk/var@autozsys_fmada9 0B - 96K -
  858. rpool/ROOT/ubuntu_hk5cbk/var@autozsys_eeee04 0B - 96K -
  859. rpool/ROOT/ubuntu_hk5cbk/var@autozsys_kiunz3 0B - 96K -
  860. rpool/ROOT/ubuntu_hk5cbk/var@autozsys_71lc36 0B - 96K -
  861. rpool/ROOT/ubuntu_hk5cbk/var@autozsys_2zr642 0B - 96K -
  862. rpool/ROOT/ubuntu_hk5cbk/var@autozsys_spr01g 0B - 96K -
  863. rpool/ROOT/ubuntu_hk5cbk/var@autozsys_ydi1m9 0B - 96K -
  864. rpool/ROOT/ubuntu_hk5cbk/var@autozsys_xmo2vn 0B - 96K -
  865. rpool/ROOT/ubuntu_hk5cbk/var@autozsys_6g6uzr 0B - 96K -
  866. rpool/ROOT/ubuntu_hk5cbk/var@autozsys_uy1f1n 0B - 96K -
  867. rpool/ROOT/ubuntu_hk5cbk/var@autozsys_owh7a2 0B - 96K -
  868. rpool/ROOT/ubuntu_hk5cbk/var@autozsys_s3ca0r 0B - 96K -
  869. rpool/ROOT/ubuntu_hk5cbk/var@autozsys_odfiay 0B - 96K -
  870. rpool/ROOT/ubuntu_hk5cbk/var@autozsys_f183de 0B - 96K -
  871. rpool/ROOT/ubuntu_hk5cbk/var@autozsys_jcl170 0B - 96K -
  872. rpool/ROOT/ubuntu_hk5cbk/var@autozsys_5cbkm3 0B - 96K -
  873. rpool/ROOT/ubuntu_hk5cbk/var/games 96K 95,5G 96K /var/games
  874. rpool/ROOT/ubuntu_hk5cbk/var/games@autozsys_02oj10 0B - 96K -
  875. rpool/ROOT/ubuntu_hk5cbk/var/games@autozsys_ftbrbj 0B - 96K -
  876. rpool/ROOT/ubuntu_hk5cbk/var/games@autozsys_lp9fkf 0B - 96K -
  877. rpool/ROOT/ubuntu_hk5cbk/var/games@autozsys_8pux99 0B - 96K -
  878. rpool/ROOT/ubuntu_hk5cbk/var/games@autozsys_4jpgfk 0B - 96K -
  879. rpool/ROOT/ubuntu_hk5cbk/var/games@autozsys_fmada9 0B - 96K -
  880. rpool/ROOT/ubuntu_hk5cbk/var/games@autozsys_eeee04 0B - 96K -
  881. rpool/ROOT/ubuntu_hk5cbk/var/games@autozsys_kiunz3 0B - 96K -
  882. rpool/ROOT/ubuntu_hk5cbk/var/games@autozsys_71lc36 0B - 96K -
  883. rpool/ROOT/ubuntu_hk5cbk/var/games@autozsys_2zr642 0B - 96K -
  884. rpool/ROOT/ubuntu_hk5cbk/var/games@autozsys_spr01g 0B - 96K -
  885. rpool/ROOT/ubuntu_hk5cbk/var/games@autozsys_ydi1m9 0B - 96K -
  886. rpool/ROOT/ubuntu_hk5cbk/var/games@autozsys_xmo2vn 0B - 96K -
  887. rpool/ROOT/ubuntu_hk5cbk/var/games@autozsys_6g6uzr 0B - 96K -
  888. rpool/ROOT/ubuntu_hk5cbk/var/games@autozsys_uy1f1n 0B - 96K -
  889. rpool/ROOT/ubuntu_hk5cbk/var/games@autozsys_owh7a2 0B - 96K -
  890. rpool/ROOT/ubuntu_hk5cbk/var/games@autozsys_s3ca0r 0B - 96K -
  891. rpool/ROOT/ubuntu_hk5cbk/var/games@autozsys_odfiay 0B - 96K -
  892. rpool/ROOT/ubuntu_hk5cbk/var/games@autozsys_f183de 0B - 96K -
  893. rpool/ROOT/ubuntu_hk5cbk/var/games@autozsys_jcl170 0B - 96K -
  894. rpool/ROOT/ubuntu_hk5cbk/var/games@autozsys_5cbkm3 0B - 96K -
  895. rpool/ROOT/ubuntu_hk5cbk/var/lib 3,23G 95,5G 2,56G /var/lib
  896. rpool/ROOT/ubuntu_hk5cbk/var/lib@autozsys_02oj10 3,38M - 1,70G -
  897. rpool/ROOT/ubuntu_hk5cbk/var/lib@autozsys_ftbrbj 3,06M - 2,47G -
  898. rpool/ROOT/ubuntu_hk5cbk/var/lib@autozsys_lp9fkf 360K - 2,48G -
  899. rpool/ROOT/ubuntu_hk5cbk/var/lib@autozsys_8pux99 352K - 2,48G -
  900. rpool/ROOT/ubuntu_hk5cbk/var/lib@autozsys_4jpgfk 1000K - 2,47G -
  901. rpool/ROOT/ubuntu_hk5cbk/var/lib@autozsys_fmada9 840K - 2,49G -
  902. rpool/ROOT/ubuntu_hk5cbk/var/lib@autozsys_eeee04 412K - 2,54G -
  903. rpool/ROOT/ubuntu_hk5cbk/var/lib@autozsys_kiunz3 340K - 2,54G -
  904. rpool/ROOT/ubuntu_hk5cbk/var/lib@autozsys_71lc36 832K - 2,54G -
  905. rpool/ROOT/ubuntu_hk5cbk/var/lib@autozsys_2zr642 23,2M - 2,54G -
  906. rpool/ROOT/ubuntu_hk5cbk/var/lib@autozsys_spr01g 22,1M - 2,54G -
  907. rpool/ROOT/ubuntu_hk5cbk/var/lib@autozsys_ydi1m9 21,4M - 2,54G -
  908. rpool/ROOT/ubuntu_hk5cbk/var/lib@autozsys_xmo2vn 23,3M - 2,54G -
  909. rpool/ROOT/ubuntu_hk5cbk/var/lib@autozsys_6g6uzr 836K - 2,56G -
  910. rpool/ROOT/ubuntu_hk5cbk/var/lib@autozsys_uy1f1n 324K - 2,56G -
  911. rpool/ROOT/ubuntu_hk5cbk/var/lib@autozsys_owh7a2 252K - 2,56G -
  912. rpool/ROOT/ubuntu_hk5cbk/var/lib@autozsys_s3ca0r 732K - 2,56G -
  913. rpool/ROOT/ubuntu_hk5cbk/var/lib@autozsys_odfiay 408K - 2,56G -
  914. rpool/ROOT/ubuntu_hk5cbk/var/lib@autozsys_f183de 21,5M - 2,56G -
  915. rpool/ROOT/ubuntu_hk5cbk/var/lib@autozsys_jcl170 252K - 2,56G -
  916. rpool/ROOT/ubuntu_hk5cbk/var/lib@autozsys_5cbkm3 260K - 2,56G -
  917. rpool/ROOT/ubuntu_hk5cbk/var/lib/AccountsService 572K 95,5G 108K /var/lib/AccountsService
  918. rpool/ROOT/ubuntu_hk5cbk/var/lib/AccountsService@autozsys_02oj10 76K - 108K -
  919. rpool/ROOT/ubuntu_hk5cbk/var/lib/AccountsService@autozsys_ftbrbj 84K - 116K -
  920. rpool/ROOT/ubuntu_hk5cbk/var/lib/AccountsService@autozsys_lp9fkf 76K - 108K -
  921. rpool/ROOT/ubuntu_hk5cbk/var/lib/AccountsService@autozsys_8pux99 76K - 108K -
  922. rpool/ROOT/ubuntu_hk5cbk/var/lib/AccountsService@autozsys_4jpgfk 0B - 116K -
  923. rpool/ROOT/ubuntu_hk5cbk/var/lib/AccountsService@autozsys_fmada9 0B - 116K -
  924. rpool/ROOT/ubuntu_hk5cbk/var/lib/AccountsService@autozsys_eeee04 0B - 116K -
  925. rpool/ROOT/ubuntu_hk5cbk/var/lib/AccountsService@autozsys_kiunz3 0B - 116K -
  926. rpool/ROOT/ubuntu_hk5cbk/var/lib/AccountsService@autozsys_71lc36 0B - 116K -
  927. rpool/ROOT/ubuntu_hk5cbk/var/lib/AccountsService@autozsys_2zr642 0B - 116K -
  928. rpool/ROOT/ubuntu_hk5cbk/var/lib/AccountsService@autozsys_spr01g 0B - 116K -
  929. rpool/ROOT/ubuntu_hk5cbk/var/lib/AccountsService@autozsys_ydi1m9 0B - 116K -
  930. rpool/ROOT/ubuntu_hk5cbk/var/lib/AccountsService@autozsys_xmo2vn 0B - 116K -
  931. rpool/ROOT/ubuntu_hk5cbk/var/lib/AccountsService@autozsys_6g6uzr 0B - 116K -
  932. rpool/ROOT/ubuntu_hk5cbk/var/lib/AccountsService@autozsys_uy1f1n 0B - 116K -
  933. rpool/ROOT/ubuntu_hk5cbk/var/lib/AccountsService@autozsys_owh7a2 0B - 116K -
  934. rpool/ROOT/ubuntu_hk5cbk/var/lib/AccountsService@autozsys_s3ca0r 0B - 116K -
  935. rpool/ROOT/ubuntu_hk5cbk/var/lib/AccountsService@autozsys_odfiay 0B - 116K -
  936. rpool/ROOT/ubuntu_hk5cbk/var/lib/AccountsService@autozsys_f183de 0B - 116K -
  937. rpool/ROOT/ubuntu_hk5cbk/var/lib/AccountsService@autozsys_jcl170 0B - 116K -
  938. rpool/ROOT/ubuntu_hk5cbk/var/lib/AccountsService@autozsys_5cbkm3 0B - 116K -
  939. rpool/ROOT/ubuntu_hk5cbk/var/lib/NetworkManager 2,14M 95,5G 152K /var/lib/NetworkManager
  940. rpool/ROOT/ubuntu_hk5cbk/var/lib/NetworkManager@autozsys_02oj10 100K - 168K -
  941. rpool/ROOT/ubuntu_hk5cbk/var/lib/NetworkManager@autozsys_ftbrbj 100K - 168K -
  942. rpool/ROOT/ubuntu_hk5cbk/var/lib/NetworkManager@autozsys_lp9fkf 100K - 144K -
  943. rpool/ROOT/ubuntu_hk5cbk/var/lib/NetworkManager@autozsys_8pux99 100K - 144K -
  944. rpool/ROOT/ubuntu_hk5cbk/var/lib/NetworkManager@autozsys_4jpgfk 116K - 160K -
  945. rpool/ROOT/ubuntu_hk5cbk/var/lib/NetworkManager@autozsys_fmada9 116K - 160K -
  946. rpool/ROOT/ubuntu_hk5cbk/var/lib/NetworkManager@autozsys_eeee04 92K - 176K -
  947. rpool/ROOT/ubuntu_hk5cbk/var/lib/NetworkManager@autozsys_kiunz3 92K - 176K -
  948. rpool/ROOT/ubuntu_hk5cbk/var/lib/NetworkManager@autozsys_71lc36 92K - 176K -
  949. rpool/ROOT/ubuntu_hk5cbk/var/lib/NetworkManager@autozsys_2zr642 108K - 176K -
  950. rpool/ROOT/ubuntu_hk5cbk/var/lib/NetworkManager@autozsys_spr01g 108K - 176K -
  951. rpool/ROOT/ubuntu_hk5cbk/var/lib/NetworkManager@autozsys_ydi1m9 100K - 168K -
  952. rpool/ROOT/ubuntu_hk5cbk/var/lib/NetworkManager@autozsys_xmo2vn 108K - 176K -
  953. rpool/ROOT/ubuntu_hk5cbk/var/lib/NetworkManager@autozsys_6g6uzr 92K - 176K -
  954. rpool/ROOT/ubuntu_hk5cbk/var/lib/NetworkManager@autozsys_uy1f1n 92K - 176K -
  955. rpool/ROOT/ubuntu_hk5cbk/var/lib/NetworkManager@autozsys_owh7a2 0B - 184K -
  956. rpool/ROOT/ubuntu_hk5cbk/var/lib/NetworkManager@autozsys_s3ca0r 0B - 184K -
  957. rpool/ROOT/ubuntu_hk5cbk/var/lib/NetworkManager@autozsys_odfiay 0B - 184K -
  958. rpool/ROOT/ubuntu_hk5cbk/var/lib/NetworkManager@autozsys_f183de 100K - 176K -
  959. rpool/ROOT/ubuntu_hk5cbk/var/lib/NetworkManager@autozsys_jcl170 92K - 184K -
  960. rpool/ROOT/ubuntu_hk5cbk/var/lib/NetworkManager@autozsys_5cbkm3 92K - 184K -
  961. rpool/ROOT/ubuntu_hk5cbk/var/lib/apt 305M 95,5G 194M /var/lib/apt
  962. rpool/ROOT/ubuntu_hk5cbk/var/lib/apt@autozsys_02oj10 14,1M - 177M -
  963. rpool/ROOT/ubuntu_hk5cbk/var/lib/apt@autozsys_ftbrbj 2,17M - 180M -
  964. rpool/ROOT/ubuntu_hk5cbk/var/lib/apt@autozsys_lp9fkf 104K - 180M -
  965. rpool/ROOT/ubuntu_hk5cbk/var/lib/apt@autozsys_8pux99 104K - 180M -
  966. rpool/ROOT/ubuntu_hk5cbk/var/lib/apt@autozsys_4jpgfk 2,10M - 180M -
  967. rpool/ROOT/ubuntu_hk5cbk/var/lib/apt@autozsys_fmada9 204K - 180M -
  968. rpool/ROOT/ubuntu_hk5cbk/var/lib/apt@autozsys_eeee04 228K - 180M -
  969. rpool/ROOT/ubuntu_hk5cbk/var/lib/apt@autozsys_kiunz3 112K - 193M -
  970. rpool/ROOT/ubuntu_hk5cbk/var/lib/apt@autozsys_71lc36 112K - 193M -
  971. rpool/ROOT/ubuntu_hk5cbk/var/lib/apt@autozsys_2zr642 2,45M - 193M -
  972. rpool/ROOT/ubuntu_hk5cbk/var/lib/apt@autozsys_spr01g 1,78M - 194M -
  973. rpool/ROOT/ubuntu_hk5cbk/var/lib/apt@autozsys_ydi1m9 1,73M - 195M -
  974. rpool/ROOT/ubuntu_hk5cbk/var/lib/apt@autozsys_xmo2vn 2,27M - 195M -
  975. rpool/ROOT/ubuntu_hk5cbk/var/lib/apt@autozsys_6g6uzr 124K - 196M -
  976. rpool/ROOT/ubuntu_hk5cbk/var/lib/apt@autozsys_uy1f1n 124K - 196M -
  977. rpool/ROOT/ubuntu_hk5cbk/var/lib/apt@autozsys_owh7a2 124K - 196M -
  978. rpool/ROOT/ubuntu_hk5cbk/var/lib/apt@autozsys_s3ca0r 116K - 196M -
  979. rpool/ROOT/ubuntu_hk5cbk/var/lib/apt@autozsys_odfiay 124K - 196M -
  980. rpool/ROOT/ubuntu_hk5cbk/var/lib/apt@autozsys_f183de 1,29M - 196M -
  981. rpool/ROOT/ubuntu_hk5cbk/var/lib/apt@autozsys_jcl170 124K - 195M -
  982. rpool/ROOT/ubuntu_hk5cbk/var/lib/apt@autozsys_5cbkm3 116K - 195M -
  983. rpool/ROOT/ubuntu_hk5cbk/var/lib/dpkg 132M 95,5G 48,9M /var/lib/dpkg
  984. rpool/ROOT/ubuntu_hk5cbk/var/lib/dpkg@autozsys_02oj10 9,86M - 46,5M -
  985. rpool/ROOT/ubuntu_hk5cbk/var/lib/dpkg@autozsys_ftbrbj 2,99M - 46,0M -
  986. rpool/ROOT/ubuntu_hk5cbk/var/lib/dpkg@autozsys_lp9fkf 1,87M - 46,9M -
  987. rpool/ROOT/ubuntu_hk5cbk/var/lib/dpkg@autozsys_8pux99 1,77M - 47,2M -
  988. rpool/ROOT/ubuntu_hk5cbk/var/lib/dpkg@autozsys_4jpgfk 1,83M - 47,2M -
  989. rpool/ROOT/ubuntu_hk5cbk/var/lib/dpkg@autozsys_fmada9 2,06M - 48,6M -
  990. rpool/ROOT/ubuntu_hk5cbk/var/lib/dpkg@autozsys_eeee04 2,02M - 48,6M -
  991. rpool/ROOT/ubuntu_hk5cbk/var/lib/dpkg@autozsys_kiunz3 1,90M - 47,2M -
  992. rpool/ROOT/ubuntu_hk5cbk/var/lib/dpkg@autozsys_71lc36 1,92M - 47,2M -
  993. rpool/ROOT/ubuntu_hk5cbk/var/lib/dpkg@autozsys_2zr642 1,80M - 47,3M -
  994. rpool/ROOT/ubuntu_hk5cbk/var/lib/dpkg@autozsys_spr01g 2,05M - 47,3M -
  995. rpool/ROOT/ubuntu_hk5cbk/var/lib/dpkg@autozsys_ydi1m9 2,02M - 47,3M -
  996. rpool/ROOT/ubuntu_hk5cbk/var/lib/dpkg@autozsys_xmo2vn 1,91M - 47,3M -
  997. rpool/ROOT/ubuntu_hk5cbk/var/lib/dpkg@autozsys_6g6uzr 2,84M - 48,7M -
  998. rpool/ROOT/ubuntu_hk5cbk/var/lib/dpkg@autozsys_uy1f1n 2,04M - 48,8M -
  999. rpool/ROOT/ubuntu_hk5cbk/var/lib/dpkg@autozsys_owh7a2 1,85M - 48,9M -
  1000. rpool/ROOT/ubuntu_hk5cbk/var/lib/dpkg@autozsys_s3ca0r 1,91M - 48,9M -
  1001. rpool/ROOT/ubuntu_hk5cbk/var/lib/dpkg@autozsys_odfiay 1,82M - 48,9M -
  1002. rpool/ROOT/ubuntu_hk5cbk/var/lib/dpkg@autozsys_f183de 1,80M - 48,9M -
  1003. rpool/ROOT/ubuntu_hk5cbk/var/lib/dpkg@autozsys_jcl170 1,97M - 48,9M -
  1004. rpool/ROOT/ubuntu_hk5cbk/var/lib/dpkg@autozsys_5cbkm3 2,46M - 48,9M -
  1005. rpool/ROOT/ubuntu_hk5cbk/var/log 1,71G 95,5G 1,34G /var/log
  1006. rpool/ROOT/ubuntu_hk5cbk/var/log@autozsys_02oj10 9,26M - 1,31G -
  1007. rpool/ROOT/ubuntu_hk5cbk/var/log@autozsys_ftbrbj 10,2M - 1,31G -
  1008. rpool/ROOT/ubuntu_hk5cbk/var/log@autozsys_lp9fkf 12,1M - 1,32G -
  1009. rpool/ROOT/ubuntu_hk5cbk/var/log@autozsys_8pux99 12,6M - 1,32G -
  1010. rpool/ROOT/ubuntu_hk5cbk/var/log@autozsys_4jpgfk 15,6M - 1,33G -
  1011. rpool/ROOT/ubuntu_hk5cbk/var/log@autozsys_fmada9 14,4M - 1,33G -
  1012. rpool/ROOT/ubuntu_hk5cbk/var/log@autozsys_eeee04 15,8M - 1,33G -
  1013. rpool/ROOT/ubuntu_hk5cbk/var/log@autozsys_kiunz3 13,5M - 1,33G -
  1014. rpool/ROOT/ubuntu_hk5cbk/var/log@autozsys_71lc36 14,1M - 1,33G -
  1015. rpool/ROOT/ubuntu_hk5cbk/var/log@autozsys_2zr642 21,4M - 1,33G -
  1016. rpool/ROOT/ubuntu_hk5cbk/var/log@autozsys_spr01g 23,2M - 1,33G -
  1017. rpool/ROOT/ubuntu_hk5cbk/var/log@autozsys_ydi1m9 16,6M - 1,33G -
  1018. rpool/ROOT/ubuntu_hk5cbk/var/log@autozsys_xmo2vn 16,0M - 1,33G -
  1019. rpool/ROOT/ubuntu_hk5cbk/var/log@autozsys_6g6uzr 14,5M - 1,33G -
  1020. rpool/ROOT/ubuntu_hk5cbk/var/log@autozsys_uy1f1n 14,2M - 1,33G -
  1021. rpool/ROOT/ubuntu_hk5cbk/var/log@autozsys_owh7a2 14,2M - 1,34G -
  1022. rpool/ROOT/ubuntu_hk5cbk/var/log@autozsys_s3ca0r 8,87M - 1,34G -
  1023. rpool/ROOT/ubuntu_hk5cbk/var/log@autozsys_odfiay 9,59M - 1,34G -
  1024. rpool/ROOT/ubuntu_hk5cbk/var/log@autozsys_f183de 19,2M - 1,34G -
  1025. rpool/ROOT/ubuntu_hk5cbk/var/log@autozsys_jcl170 14,4M - 1,34G -
  1026. rpool/ROOT/ubuntu_hk5cbk/var/log@autozsys_5cbkm3 14,5M - 1,34G -
  1027. rpool/ROOT/ubuntu_hk5cbk/var/mail 96K 95,5G 96K /var/mail
  1028. rpool/ROOT/ubuntu_hk5cbk/var/mail@autozsys_02oj10 0B - 96K -
  1029. rpool/ROOT/ubuntu_hk5cbk/var/mail@autozsys_ftbrbj 0B - 96K -
  1030. rpool/ROOT/ubuntu_hk5cbk/var/mail@autozsys_lp9fkf 0B - 96K -
  1031. rpool/ROOT/ubuntu_hk5cbk/var/mail@autozsys_8pux99 0B - 96K -
  1032. rpool/ROOT/ubuntu_hk5cbk/var/mail@autozsys_4jpgfk 0B - 96K -
  1033. rpool/ROOT/ubuntu_hk5cbk/var/mail@autozsys_fmada9 0B - 96K -
  1034. rpool/ROOT/ubuntu_hk5cbk/var/mail@autozsys_eeee04 0B - 96K -
  1035. rpool/ROOT/ubuntu_hk5cbk/var/mail@autozsys_kiunz3 0B - 96K -
  1036. rpool/ROOT/ubuntu_hk5cbk/var/mail@autozsys_71lc36 0B - 96K -
  1037. rpool/ROOT/ubuntu_hk5cbk/var/mail@autozsys_2zr642 0B - 96K -
  1038. rpool/ROOT/ubuntu_hk5cbk/var/mail@autozsys_spr01g 0B - 96K -
  1039. rpool/ROOT/ubuntu_hk5cbk/var/mail@autozsys_ydi1m9 0B - 96K -
  1040. rpool/ROOT/ubuntu_hk5cbk/var/mail@autozsys_xmo2vn 0B - 96K -
  1041. rpool/ROOT/ubuntu_hk5cbk/var/mail@autozsys_6g6uzr 0B - 96K -
  1042. rpool/ROOT/ubuntu_hk5cbk/var/mail@autozsys_uy1f1n 0B - 96K -
  1043. rpool/ROOT/ubuntu_hk5cbk/var/mail@autozsys_owh7a2 0B - 96K -
  1044. rpool/ROOT/ubuntu_hk5cbk/var/mail@autozsys_s3ca0r 0B - 96K -
  1045. rpool/ROOT/ubuntu_hk5cbk/var/mail@autozsys_odfiay 0B - 96K -
  1046. rpool/ROOT/ubuntu_hk5cbk/var/mail@autozsys_f183de 0B - 96K -
  1047. rpool/ROOT/ubuntu_hk5cbk/var/mail@autozsys_jcl170 0B - 96K -
  1048. rpool/ROOT/ubuntu_hk5cbk/var/mail@autozsys_5cbkm3 0B - 96K -
  1049. rpool/ROOT/ubuntu_hk5cbk/var/snap 1,11M 95,5G 140K /var/snap
  1050. rpool/ROOT/ubuntu_hk5cbk/var/snap@autozsys_02oj10 64K - 140K -
  1051. rpool/ROOT/ubuntu_hk5cbk/var/snap@autozsys_ftbrbj 64K - 140K -
  1052. rpool/ROOT/ubuntu_hk5cbk/var/snap@autozsys_lp9fkf 0B - 140K -
  1053. rpool/ROOT/ubuntu_hk5cbk/var/snap@autozsys_8pux99 0B - 140K -
  1054. rpool/ROOT/ubuntu_hk5cbk/var/snap@autozsys_4jpgfk 56K - 140K -
  1055. rpool/ROOT/ubuntu_hk5cbk/var/snap@autozsys_fmada9 56K - 140K -
  1056. rpool/ROOT/ubuntu_hk5cbk/var/snap@autozsys_eeee04 56K - 140K -
  1057. rpool/ROOT/ubuntu_hk5cbk/var/snap@autozsys_kiunz3 0B - 140K -
  1058. rpool/ROOT/ubuntu_hk5cbk/var/snap@autozsys_71lc36 0B - 140K -
  1059. rpool/ROOT/ubuntu_hk5cbk/var/snap@autozsys_2zr642 56K - 140K -
  1060. rpool/ROOT/ubuntu_hk5cbk/var/snap@autozsys_spr01g 56K - 140K -
  1061. rpool/ROOT/ubuntu_hk5cbk/var/snap@autozsys_ydi1m9 56K - 140K -
  1062. rpool/ROOT/ubuntu_hk5cbk/var/snap@autozsys_xmo2vn 56K - 140K -
  1063. rpool/ROOT/ubuntu_hk5cbk/var/snap@autozsys_6g6uzr 0B - 140K -
  1064. rpool/ROOT/ubuntu_hk5cbk/var/snap@autozsys_uy1f1n 0B - 140K -
  1065. rpool/ROOT/ubuntu_hk5cbk/var/snap@autozsys_owh7a2 0B - 140K -
  1066. rpool/ROOT/ubuntu_hk5cbk/var/snap@autozsys_s3ca0r 0B - 140K -
  1067. rpool/ROOT/ubuntu_hk5cbk/var/snap@autozsys_odfiay 0B - 140K -
  1068. rpool/ROOT/ubuntu_hk5cbk/var/snap@autozsys_f183de 56K - 140K -
  1069. rpool/ROOT/ubuntu_hk5cbk/var/snap@autozsys_jcl170 0B - 140K -
  1070. rpool/ROOT/ubuntu_hk5cbk/var/snap@autozsys_5cbkm3 0B - 140K -
  1071. rpool/ROOT/ubuntu_hk5cbk/var/spool 1,14M 95,5G 220K /var/spool
  1072. rpool/ROOT/ubuntu_hk5cbk/var/spool@autozsys_02oj10 56K - 220K -
  1073. rpool/ROOT/ubuntu_hk5cbk/var/spool@autozsys_ftbrbj 56K - 220K -
  1074. rpool/ROOT/ubuntu_hk5cbk/var/spool@autozsys_lp9fkf 56K - 220K -
  1075. rpool/ROOT/ubuntu_hk5cbk/var/spool@autozsys_8pux99 56K - 220K -
  1076. rpool/ROOT/ubuntu_hk5cbk/var/spool@autozsys_4jpgfk 56K - 220K -
  1077. rpool/ROOT/ubuntu_hk5cbk/var/spool@autozsys_fmada9 56K - 220K -
  1078. rpool/ROOT/ubuntu_hk5cbk/var/spool@autozsys_eeee04 56K - 220K -
  1079. rpool/ROOT/ubuntu_hk5cbk/var/spool@autozsys_kiunz3 56K - 220K -
  1080. rpool/ROOT/ubuntu_hk5cbk/var/spool@autozsys_71lc36 56K - 220K -
  1081. rpool/ROOT/ubuntu_hk5cbk/var/spool@autozsys_2zr642 56K - 220K -
  1082. rpool/ROOT/ubuntu_hk5cbk/var/spool@autozsys_spr01g 56K - 220K -
  1083. rpool/ROOT/ubuntu_hk5cbk/var/spool@autozsys_ydi1m9 56K - 220K -
  1084. rpool/ROOT/ubuntu_hk5cbk/var/spool@autozsys_xmo2vn 56K - 220K -
  1085. rpool/ROOT/ubuntu_hk5cbk/var/spool@autozsys_6g6uzr 0B - 220K -
  1086. rpool/ROOT/ubuntu_hk5cbk/var/spool@autozsys_uy1f1n 0B - 220K -
  1087. rpool/ROOT/ubuntu_hk5cbk/var/spool@autozsys_owh7a2 0B - 220K -
  1088. rpool/ROOT/ubuntu_hk5cbk/var/spool@autozsys_s3ca0r 0B - 220K -
  1089. rpool/ROOT/ubuntu_hk5cbk/var/spool@autozsys_odfiay 0B - 220K -
  1090. rpool/ROOT/ubuntu_hk5cbk/var/spool@autozsys_f183de 56K - 220K -
  1091. rpool/ROOT/ubuntu_hk5cbk/var/spool@autozsys_jcl170 0B - 220K -
  1092. rpool/ROOT/ubuntu_hk5cbk/var/spool@autozsys_5cbkm3 0B - 220K -
  1093. rpool/ROOT/ubuntu_hk5cbk/var/www 96K 95,5G 96K /var/www
  1094. rpool/ROOT/ubuntu_hk5cbk/var/www@autozsys_02oj10 0B - 96K -
  1095. rpool/ROOT/ubuntu_hk5cbk/var/www@autozsys_ftbrbj 0B - 96K -
  1096. rpool/ROOT/ubuntu_hk5cbk/var/www@autozsys_lp9fkf 0B - 96K -
  1097. rpool/ROOT/ubuntu_hk5cbk/var/www@autozsys_8pux99 0B - 96K -
  1098. rpool/ROOT/ubuntu_hk5cbk/var/www@autozsys_4jpgfk 0B - 96K -
  1099. rpool/ROOT/ubuntu_hk5cbk/var/www@autozsys_fmada9 0B - 96K -
  1100. rpool/ROOT/ubuntu_hk5cbk/var/www@autozsys_eeee04 0B - 96K -
  1101. rpool/ROOT/ubuntu_hk5cbk/var/www@autozsys_kiunz3 0B - 96K -
  1102. rpool/ROOT/ubuntu_hk5cbk/var/www@autozsys_71lc36 0B - 96K -
  1103. rpool/ROOT/ubuntu_hk5cbk/var/www@autozsys_2zr642 0B - 96K -
  1104. rpool/ROOT/ubuntu_hk5cbk/var/www@autozsys_spr01g 0B - 96K -
  1105. rpool/ROOT/ubuntu_hk5cbk/var/www@autozsys_ydi1m9 0B - 96K -
  1106. rpool/ROOT/ubuntu_hk5cbk/var/www@autozsys_xmo2vn 0B - 96K -
  1107. rpool/ROOT/ubuntu_hk5cbk/var/www@autozsys_6g6uzr 0B - 96K -
  1108. rpool/ROOT/ubuntu_hk5cbk/var/www@autozsys_uy1f1n 0B - 96K -
  1109. rpool/ROOT/ubuntu_hk5cbk/var/www@autozsys_owh7a2 0B - 96K -
  1110. rpool/ROOT/ubuntu_hk5cbk/var/www@autozsys_s3ca0r 0B - 96K -
  1111. rpool/ROOT/ubuntu_hk5cbk/var/www@autozsys_odfiay 0B - 96K -
  1112. rpool/ROOT/ubuntu_hk5cbk/var/www@autozsys_f183de 0B - 96K -
  1113. rpool/ROOT/ubuntu_hk5cbk/var/www@autozsys_jcl170 0B - 96K -
  1114. rpool/ROOT/ubuntu_hk5cbk/var/www@autozsys_5cbkm3 0B - 96K -
  1115. rpool/USERDATA 1,58M 95,5G 96K /
  1116. rpool/USERDATA/root_hmndiy 1,48M 95,5G 972K /root
  1117. rpool/USERDATA/root_hmndiy@autozsys_4jpgfk 0B - 808K -
  1118. rpool/USERDATA/root_hmndiy@autozsys_fmada9 0B - 808K -
  1119. rpool/USERDATA/root_hmndiy@autozsys_eeee04 0B - 808K -
  1120. rpool/USERDATA/root_hmndiy@autozsys_kiunz3 0B - 808K -
  1121. rpool/USERDATA/root_hmndiy@autozsys_71lc36 0B - 964K -
  1122. rpool/USERDATA/root_hmndiy@autozsys_2zr642 0B - 964K -
  1123. rpool/USERDATA/root_hmndiy@autozsys_spr01g 76K - 972K -
  1124. rpool/USERDATA/root_hmndiy@autozsys_ydi1m9 76K - 972K -
  1125. rpool/USERDATA/root_hmndiy@autozsys_xmo2vn 0B - 972K -
  1126. rpool/USERDATA/root_hmndiy@autozsys_6g6uzr 0B - 972K -
  1127. rpool/USERDATA/root_hmndiy@autozsys_uy1f1n 0B - 972K -
  1128. rpool/USERDATA/root_hmndiy@autozsys_owh7a2 0B - 972K -
  1129. rpool/USERDATA/root_hmndiy@autozsys_s3ca0r 0B - 972K -
  1130. rpool/USERDATA/root_hmndiy@autozsys_odfiay 0B - 972K -
  1131. rpool/USERDATA/root_hmndiy@autozsys_f183de 0B - 972K -
  1132. rpool/USERDATA/root_hmndiy@autozsys_jcl170 0B - 972K -
  1133. rpool/USERDATA/root_hmndiy@autozsys_5cbkm3 0B - 972K -
  1134. rpool/USERDATA/root_hmndiy@autozsys_buqezv 72K - 972K -
  1135. user-data 350G 549G 350G /home
  1136. ZFSImportedPools:
  1137. NAME SIZE ALLOC FREE CKPOINT EXPANDSZ FRAG CAP DEDUP HEALTH ALTROOT
  1138. bpool 1,88G 692M 1,20G - - 2% 36% 1.00x ONLINE -
  1139. rpool 114G 15,0G 99,0G - - 11% 13% 1.00x ONLINE -
  1140. user-data 928G 350G 578G - - 8% 37% 1.00x ONLINE -
  1141. ZFSListcache-bpool:
  1142. bpool /boot off on on off on off on off - none
  1143. bpool/BOOT none off on on off on off on off - none
  1144. bpool/BOOT/ubuntu_hk5cbk /boot on on on off on off on off - none
  1145. ZFSListcache-rpool:
  1146. rpool / off on on on on off on off - none
  1147. rpool/ROOT none off on on on on off on off - none
  1148. rpool/ROOT/ubuntu_hk5cbk / on on on on on off on off - none
  1149. rpool/ROOT/ubuntu_hk5cbk/srv /srv on on on on on off on off - none
  1150. rpool/ROOT/ubuntu_hk5cbk/usr /usr off on on on on off on off - none
  1151. rpool/ROOT/ubuntu_hk5cbk/usr/local /usr/local on on on on on off on off - none
  1152. rpool/ROOT/ubuntu_hk5cbk/var /var off on on on on off on off - none
  1153. rpool/ROOT/ubuntu_hk5cbk/var/games /var/games on on on on on off on off - none
  1154. rpool/ROOT/ubuntu_hk5cbk/var/lib /var/lib on on on on on off on off - none
  1155. rpool/ROOT/ubuntu_hk5cbk/var/lib/AccountsService /var/lib/AccountsService on on on on on off on off - none
  1156. rpool/ROOT/ubuntu_hk5cbk/var/lib/NetworkManager /var/lib/NetworkManager on on on on on off on off - none
  1157. rpool/ROOT/ubuntu_hk5cbk/var/lib/apt /var/lib/apt on on on on on off on off - none
  1158. rpool/ROOT/ubuntu_hk5cbk/var/lib/dpkg /var/lib/dpkg on on on on on off on off - none
  1159. rpool/ROOT/ubuntu_hk5cbk/var/log /var/log on on on on on off on off - none
  1160. rpool/ROOT/ubuntu_hk5cbk/var/mail /var/mail on on on on on off on off - none
  1161. rpool/ROOT/ubuntu_hk5cbk/var/snap /var/snap on on on on on off on off - none
  1162. rpool/ROOT/ubuntu_hk5cbk/var/spool /var/spool on on on on on off on off - none
  1163. rpool/ROOT/ubuntu_hk5cbk/var/www /var/www on on on on on off on off - none
  1164. rpool/USERDATA / off on on on on off on off - none
  1165. rpool/USERDATA/root_hmndiy /root on on on on on off on off - none
  1166. ZFSModules:
  1167. zfs 4030464 23 - Live 0x0000000000000000 (PO)
  1168. zunicode 331776 1 zfs, Live 0x0000000000000000 (PO)
  1169. zavl 16384 1 zfs, Live 0x0000000000000000 (PO)
  1170. icp 286720 1 zfs, Live 0x0000000000000000 (PO)
  1171. zcommon 90112 2 zfs,icp, Live 0x0000000000000000 (PO)
  1172. znvpair 81920 2 zfs,zcommon, Live 0x0000000000000000 (PO)
  1173. spl 126976 5 zfs,zavl,icp,zcommon,znvpair, Live 0x0000000000000000 (O)
  1174. zlua 147456 1 zfs, Live 0x0000000000000000 (PO)
  1175. ZFSMounts:
  1176. rpool/ROOT/ubuntu_hk5cbk /
  1177. bpool/BOOT/ubuntu_hk5cbk /boot
  1178. rpool/ROOT/ubuntu_hk5cbk/srv /srv
  1179. rpool/USERDATA/root_hmndiy /root
  1180. rpool/ROOT/ubuntu_hk5cbk/usr/local /usr/local
  1181. rpool/ROOT/ubuntu_hk5cbk/var/games /var/games
  1182. rpool/ROOT/ubuntu_hk5cbk/var/log /var/log
  1183. rpool/ROOT/ubuntu_hk5cbk/var/snap /var/snap
  1184. rpool/ROOT/ubuntu_hk5cbk/var/lib /var/lib
  1185. rpool/ROOT/ubuntu_hk5cbk/var/mail /var/mail
  1186. rpool/ROOT/ubuntu_hk5cbk/var/www /var/www
  1187. rpool/ROOT/ubuntu_hk5cbk/var/spool /var/spool
  1188. rpool/ROOT/ubuntu_hk5cbk/var/lib/apt /var/lib/apt
  1189. rpool/ROOT/ubuntu_hk5cbk/var/lib/dpkg /var/lib/dpkg
  1190. rpool/ROOT/ubuntu_hk5cbk/var/lib/AccountsService /var/lib/AccountsService
  1191. rpool/ROOT/ubuntu_hk5cbk/var/lib/NetworkManager /var/lib/NetworkManager
  1192. user-data /home
  1193. ZFSPoolsStatus:
  1194. pool: bpool
  1195. state: ONLINE
  1196. scan: scrub repaired 0B in 0 days 00:00:01 with 0 errors on Sun May 10 00:24:02 2020
  1197. config:
  1198.  
  1199. NAME STATE READ WRITE CKSUM
  1200. bpool ONLINE 0 0 0
  1201. sdb3 ONLINE 0 0 0
  1202.  
  1203. errors: No known data errors
  1204.  
  1205. pool: rpool
  1206. state: ONLINE
  1207. scan: scrub repaired 0B in 0 days 00:00:27 with 0 errors on Sun May 10 00:24:28 2020
  1208. remove: Removal of vdev 1 copied 9,00M in 0h0m, completed on Sat Apr 25 21:59:12 2020
  1209. 4,41K memory used for removed device mappings
  1210. config:
  1211.  
  1212. NAME STATE READ WRITE CKSUM
  1213. rpool ONLINE 0 0 0
  1214. sdb4 ONLINE 0 0 0
  1215.  
  1216. errors: No known data errors
  1217.  
  1218. pool: user-data
  1219. state: ONLINE
  1220. scan: scrub repaired 0B in 0 days 00:57:45 with 0 errors on Sun May 10 01:21:48 2020
  1221. config:
  1222.  
  1223. NAME STATE READ WRITE CKSUM
  1224. user-data ONLINE 0 0 0
  1225. sda ONLINE 0 0 0
  1226.  
  1227. errors: No known data errors
  1228. ZSYSDump:
  1229. {
  1230. "All": {
  1231. "rpool/ROOT/ubuntu_hk5cbk": {
  1232. "IsZsys": true,
  1233. "ID": "rpool/ROOT/ubuntu_hk5cbk",
  1234. "LastUsed": "2020-05-26T10:39:06-03:00",
  1235. "Datasets": {
  1236. "bpool/BOOT/ubuntu_hk5cbk": [
  1237. {
  1238. "Name": "bpool/BOOT/ubuntu_hk5cbk",
  1239. "Mountpoint": "/boot",
  1240. "CanMount": "on",
  1241. "Mounted": true,
  1242. "LastUsed": 1590500346
  1243. }
  1244. ],
  1245. "rpool/ROOT/ubuntu_hk5cbk": [
  1246. {
  1247. "Name": "rpool/ROOT/ubuntu_hk5cbk",
  1248. "Mountpoint": "/",
  1249. "CanMount": "on",
  1250. "Mounted": true,
  1251. "BootFS": true,
  1252. "LastUsed": 1590500346,
  1253. "LastBootedKernel": "vmlinuz-5.4.0-33-generic"
  1254. },
  1255. {
  1256. "Name": "rpool/ROOT/ubuntu_hk5cbk/srv",
  1257. "Mountpoint": "/srv",
  1258. "CanMount": "on",
  1259. "Mounted": true,
  1260. "LastUsed": 1590500346,
  1261. "LastBootedKernel": "vmlinuz-5.4.0-33-generic"
  1262. },
  1263. {
  1264. "Name": "rpool/ROOT/ubuntu_hk5cbk/usr",
  1265. "Mountpoint": "/usr",
  1266. "CanMount": "off",
  1267. "LastUsed": 1590500346,
  1268. "LastBootedKernel": "vmlinuz-5.4.0-33-generic"
  1269. },
  1270. {
  1271. "Name": "rpool/ROOT/ubuntu_hk5cbk/var",
  1272. "Mountpoint": "/var",
  1273. "CanMount": "off",
  1274. "LastUsed": 1590500346,
  1275. "LastBootedKernel": "vmlinuz-5.4.0-33-generic"
  1276. },
  1277. {
  1278. "Name": "rpool/ROOT/ubuntu_hk5cbk/usr/local",
  1279. "Mountpoint": "/usr/local",
  1280. "CanMount": "on",
  1281. "Mounted": true,
  1282. "LastUsed": 1590500346,
  1283. "LastBootedKernel": "vmlinuz-5.4.0-33-generic"
  1284. },
  1285. {
  1286. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/games",
  1287. "Mountpoint": "/var/games",
  1288. "CanMount": "on",
  1289. "Mounted": true,
  1290. "LastUsed": 1590500346,
  1291. "LastBootedKernel": "vmlinuz-5.4.0-33-generic"
  1292. },
  1293. {
  1294. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/lib",
  1295. "Mountpoint": "/var/lib",
  1296. "CanMount": "on",
  1297. "Mounted": true,
  1298. "LastUsed": 1590500346,
  1299. "LastBootedKernel": "vmlinuz-5.4.0-33-generic"
  1300. },
  1301. {
  1302. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/log",
  1303. "Mountpoint": "/var/log",
  1304. "CanMount": "on",
  1305. "Mounted": true,
  1306. "LastUsed": 1590500346,
  1307. "LastBootedKernel": "vmlinuz-5.4.0-33-generic"
  1308. },
  1309. {
  1310. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/mail",
  1311. "Mountpoint": "/var/mail",
  1312. "CanMount": "on",
  1313. "Mounted": true,
  1314. "LastUsed": 1590500346,
  1315. "LastBootedKernel": "vmlinuz-5.4.0-33-generic"
  1316. },
  1317. {
  1318. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/snap",
  1319. "Mountpoint": "/var/snap",
  1320. "CanMount": "on",
  1321. "Mounted": true,
  1322. "LastUsed": 1590500346,
  1323. "LastBootedKernel": "vmlinuz-5.4.0-33-generic"
  1324. },
  1325. {
  1326. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/spool",
  1327. "Mountpoint": "/var/spool",
  1328. "CanMount": "on",
  1329. "Mounted": true,
  1330. "LastUsed": 1590500346,
  1331. "LastBootedKernel": "vmlinuz-5.4.0-33-generic"
  1332. },
  1333. {
  1334. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/www",
  1335. "Mountpoint": "/var/www",
  1336. "CanMount": "on",
  1337. "Mounted": true,
  1338. "LastUsed": 1590500346,
  1339. "LastBootedKernel": "vmlinuz-5.4.0-33-generic"
  1340. },
  1341. {
  1342. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/lib/AccountsService",
  1343. "Mountpoint": "/var/lib/AccountsService",
  1344. "CanMount": "on",
  1345. "Mounted": true,
  1346. "LastUsed": 1590500346,
  1347. "LastBootedKernel": "vmlinuz-5.4.0-33-generic"
  1348. },
  1349. {
  1350. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/lib/NetworkManager",
  1351. "Mountpoint": "/var/lib/NetworkManager",
  1352. "CanMount": "on",
  1353. "Mounted": true,
  1354. "LastUsed": 1590500346,
  1355. "LastBootedKernel": "vmlinuz-5.4.0-33-generic"
  1356. },
  1357. {
  1358. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/lib/apt",
  1359. "Mountpoint": "/var/lib/apt",
  1360. "CanMount": "on",
  1361. "Mounted": true,
  1362. "LastUsed": 1590500346,
  1363. "LastBootedKernel": "vmlinuz-5.4.0-33-generic"
  1364. },
  1365. {
  1366. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/lib/dpkg",
  1367. "Mountpoint": "/var/lib/dpkg",
  1368. "CanMount": "on",
  1369. "Mounted": true,
  1370. "LastUsed": 1590500346,
  1371. "LastBootedKernel": "vmlinuz-5.4.0-33-generic"
  1372. }
  1373. ]
  1374. },
  1375. "Users": {
  1376. "root": {
  1377. "ID": "rpool/USERDATA/root_hmndiy",
  1378. "LastUsed": "2020-05-26T10:39:06-03:00",
  1379. "Datasets": {
  1380. "rpool/USERDATA/root_hmndiy": [
  1381. {
  1382. "Name": "rpool/USERDATA/root_hmndiy",
  1383. "Mountpoint": "/root",
  1384. "CanMount": "on",
  1385. "Mounted": true,
  1386. "LastUsed": 1590500346,
  1387. "BootfsDatasets": "rpool/ROOT/ubuntu_hk5cbk"
  1388. }
  1389. ]
  1390. }
  1391. }
  1392. },
  1393. "AllUsersStates": {
  1394. "root": {
  1395. "rpool/USERDATA/root_hmndiy": {
  1396. "ID": "rpool/USERDATA/root_hmndiy",
  1397. "LastUsed": "2020-05-26T10:39:06-03:00",
  1398. "Datasets": {
  1399. "rpool/USERDATA/root_hmndiy": [
  1400. {
  1401. "Name": "rpool/USERDATA/root_hmndiy",
  1402. "Mountpoint": "/root",
  1403. "CanMount": "on",
  1404. "Mounted": true,
  1405. "LastUsed": 1590500346,
  1406. "BootfsDatasets": "rpool/ROOT/ubuntu_hk5cbk"
  1407. }
  1408. ]
  1409. }
  1410. },
  1411. "rpool/USERDATA/root_hmndiy@autozsys_2zr642": {
  1412. "ID": "rpool/USERDATA/root_hmndiy@autozsys_2zr642",
  1413. "LastUsed": "2020-05-21T12:01:46-03:00",
  1414. "Datasets": {
  1415. "rpool/USERDATA/root_hmndiy@autozsys_2zr642": [
  1416. {
  1417. "Name": "rpool/USERDATA/root_hmndiy@autozsys_2zr642",
  1418. "IsSnapshot": true,
  1419. "Mountpoint": "/root",
  1420. "CanMount": "on",
  1421. "LastUsed": 1590073306
  1422. }
  1423. ]
  1424. }
  1425. },
  1426. "rpool/USERDATA/root_hmndiy@autozsys_4jpgfk": {
  1427. "ID": "rpool/USERDATA/root_hmndiy@autozsys_4jpgfk",
  1428. "LastUsed": "2020-05-19T18:11:50-03:00",
  1429. "Datasets": {
  1430. "rpool/USERDATA/root_hmndiy@autozsys_4jpgfk": [
  1431. {
  1432. "Name": "rpool/USERDATA/root_hmndiy@autozsys_4jpgfk",
  1433. "IsSnapshot": true,
  1434. "Mountpoint": "/root",
  1435. "CanMount": "on",
  1436. "LastUsed": 1589922710
  1437. }
  1438. ]
  1439. }
  1440. },
  1441. "rpool/USERDATA/root_hmndiy@autozsys_5cbkm3": {
  1442. "ID": "rpool/USERDATA/root_hmndiy@autozsys_5cbkm3",
  1443. "LastUsed": "2020-05-25T16:12:38-03:00",
  1444. "Datasets": {
  1445. "rpool/USERDATA/root_hmndiy@autozsys_5cbkm3": [
  1446. {
  1447. "Name": "rpool/USERDATA/root_hmndiy@autozsys_5cbkm3",
  1448. "IsSnapshot": true,
  1449. "Mountpoint": "/root",
  1450. "CanMount": "on",
  1451. "LastUsed": 1590433958
  1452. }
  1453. ]
  1454. }
  1455. },
  1456. "rpool/USERDATA/root_hmndiy@autozsys_6g6uzr": {
  1457. "ID": "rpool/USERDATA/root_hmndiy@autozsys_6g6uzr",
  1458. "LastUsed": "2020-05-23T18:35:50-03:00",
  1459. "Datasets": {
  1460. "rpool/USERDATA/root_hmndiy@autozsys_6g6uzr": [
  1461. {
  1462. "Name": "rpool/USERDATA/root_hmndiy@autozsys_6g6uzr",
  1463. "IsSnapshot": true,
  1464. "Mountpoint": "/root",
  1465. "CanMount": "on",
  1466. "LastUsed": 1590269750
  1467. }
  1468. ]
  1469. }
  1470. },
  1471. "rpool/USERDATA/root_hmndiy@autozsys_71lc36": {
  1472. "ID": "rpool/USERDATA/root_hmndiy@autozsys_71lc36",
  1473. "LastUsed": "2020-05-20T14:49:20-03:00",
  1474. "Datasets": {
  1475. "rpool/USERDATA/root_hmndiy@autozsys_71lc36": [
  1476. {
  1477. "Name": "rpool/USERDATA/root_hmndiy@autozsys_71lc36",
  1478. "IsSnapshot": true,
  1479. "Mountpoint": "/root",
  1480. "CanMount": "on",
  1481. "LastUsed": 1589996960
  1482. }
  1483. ]
  1484. }
  1485. },
  1486. "rpool/USERDATA/root_hmndiy@autozsys_buqezv": {
  1487. "ID": "rpool/USERDATA/root_hmndiy@autozsys_buqezv",
  1488. "LastUsed": "2020-05-26T10:35:50-03:00",
  1489. "Datasets": {
  1490. "rpool/USERDATA/root_hmndiy@autozsys_buqezv": [
  1491. {
  1492. "Name": "rpool/USERDATA/root_hmndiy@autozsys_buqezv",
  1493. "IsSnapshot": true,
  1494. "Mountpoint": "/root",
  1495. "CanMount": "on",
  1496. "LastUsed": 1590500150
  1497. }
  1498. ]
  1499. }
  1500. },
  1501. "rpool/USERDATA/root_hmndiy@autozsys_eeee04": {
  1502. "ID": "rpool/USERDATA/root_hmndiy@autozsys_eeee04",
  1503. "LastUsed": "2020-05-20T06:58:01-03:00",
  1504. "Datasets": {
  1505. "rpool/USERDATA/root_hmndiy@autozsys_eeee04": [
  1506. {
  1507. "Name": "rpool/USERDATA/root_hmndiy@autozsys_eeee04",
  1508. "IsSnapshot": true,
  1509. "Mountpoint": "/root",
  1510. "CanMount": "on",
  1511. "LastUsed": 1589968681
  1512. }
  1513. ]
  1514. }
  1515. },
  1516. "rpool/USERDATA/root_hmndiy@autozsys_f183de": {
  1517. "ID": "rpool/USERDATA/root_hmndiy@autozsys_f183de",
  1518. "LastUsed": "2020-05-24T08:51:27-03:00",
  1519. "Datasets": {
  1520. "rpool/USERDATA/root_hmndiy@autozsys_f183de": [
  1521. {
  1522. "Name": "rpool/USERDATA/root_hmndiy@autozsys_f183de",
  1523. "IsSnapshot": true,
  1524. "Mountpoint": "/root",
  1525. "CanMount": "on",
  1526. "LastUsed": 1590321087
  1527. }
  1528. ]
  1529. }
  1530. },
  1531. "rpool/USERDATA/root_hmndiy@autozsys_fmada9": {
  1532. "ID": "rpool/USERDATA/root_hmndiy@autozsys_fmada9",
  1533. "LastUsed": "2020-05-19T20:25:30-03:00",
  1534. "Datasets": {
  1535. "rpool/USERDATA/root_hmndiy@autozsys_fmada9": [
  1536. {
  1537. "Name": "rpool/USERDATA/root_hmndiy@autozsys_fmada9",
  1538. "IsSnapshot": true,
  1539. "Mountpoint": "/root",
  1540. "CanMount": "on",
  1541. "LastUsed": 1589930730
  1542. }
  1543. ]
  1544. }
  1545. },
  1546. "rpool/USERDATA/root_hmndiy@autozsys_jcl170": {
  1547. "ID": "rpool/USERDATA/root_hmndiy@autozsys_jcl170",
  1548. "LastUsed": "2020-05-25T16:10:10-03:00",
  1549. "Datasets": {
  1550. "rpool/USERDATA/root_hmndiy@autozsys_jcl170": [
  1551. {
  1552. "Name": "rpool/USERDATA/root_hmndiy@autozsys_jcl170",
  1553. "IsSnapshot": true,
  1554. "Mountpoint": "/root",
  1555. "CanMount": "on",
  1556. "LastUsed": 1590433810
  1557. }
  1558. ]
  1559. }
  1560. },
  1561. "rpool/USERDATA/root_hmndiy@autozsys_kiunz3": {
  1562. "ID": "rpool/USERDATA/root_hmndiy@autozsys_kiunz3",
  1563. "LastUsed": "2020-05-20T14:30:36-03:00",
  1564. "Datasets": {
  1565. "rpool/USERDATA/root_hmndiy@autozsys_kiunz3": [
  1566. {
  1567. "Name": "rpool/USERDATA/root_hmndiy@autozsys_kiunz3",
  1568. "IsSnapshot": true,
  1569. "Mountpoint": "/root",
  1570. "CanMount": "on",
  1571. "LastUsed": 1589995836
  1572. }
  1573. ]
  1574. }
  1575. },
  1576. "rpool/USERDATA/root_hmndiy@autozsys_odfiay": {
  1577. "ID": "rpool/USERDATA/root_hmndiy@autozsys_odfiay",
  1578. "LastUsed": "2020-05-24T08:13:46-03:00",
  1579. "Datasets": {
  1580. "rpool/USERDATA/root_hmndiy@autozsys_odfiay": [
  1581. {
  1582. "Name": "rpool/USERDATA/root_hmndiy@autozsys_odfiay",
  1583. "IsSnapshot": true,
  1584. "Mountpoint": "/root",
  1585. "CanMount": "on",
  1586. "LastUsed": 1590318826
  1587. }
  1588. ]
  1589. }
  1590. },
  1591. "rpool/USERDATA/root_hmndiy@autozsys_owh7a2": {
  1592. "ID": "rpool/USERDATA/root_hmndiy@autozsys_owh7a2",
  1593. "LastUsed": "2020-05-24T08:12:14-03:00",
  1594. "Datasets": {
  1595. "rpool/USERDATA/root_hmndiy@autozsys_owh7a2": [
  1596. {
  1597. "Name": "rpool/USERDATA/root_hmndiy@autozsys_owh7a2",
  1598. "IsSnapshot": true,
  1599. "Mountpoint": "/root",
  1600. "CanMount": "on",
  1601. "LastUsed": 1590318734
  1602. }
  1603. ]
  1604. }
  1605. },
  1606. "rpool/USERDATA/root_hmndiy@autozsys_s3ca0r": {
  1607. "ID": "rpool/USERDATA/root_hmndiy@autozsys_s3ca0r",
  1608. "LastUsed": "2020-05-24T08:13:15-03:00",
  1609. "Datasets": {
  1610. "rpool/USERDATA/root_hmndiy@autozsys_s3ca0r": [
  1611. {
  1612. "Name": "rpool/USERDATA/root_hmndiy@autozsys_s3ca0r",
  1613. "IsSnapshot": true,
  1614. "Mountpoint": "/root",
  1615. "CanMount": "on",
  1616. "LastUsed": 1590318795
  1617. }
  1618. ]
  1619. }
  1620. },
  1621. "rpool/USERDATA/root_hmndiy@autozsys_spr01g": {
  1622. "ID": "rpool/USERDATA/root_hmndiy@autozsys_spr01g",
  1623. "LastUsed": "2020-05-21T21:31:25-03:00",
  1624. "Datasets": {
  1625. "rpool/USERDATA/root_hmndiy@autozsys_spr01g": [
  1626. {
  1627. "Name": "rpool/USERDATA/root_hmndiy@autozsys_spr01g",
  1628. "IsSnapshot": true,
  1629. "Mountpoint": "/root",
  1630. "CanMount": "on",
  1631. "LastUsed": 1590107485
  1632. }
  1633. ]
  1634. }
  1635. },
  1636. "rpool/USERDATA/root_hmndiy@autozsys_uy1f1n": {
  1637. "ID": "rpool/USERDATA/root_hmndiy@autozsys_uy1f1n",
  1638. "LastUsed": "2020-05-23T18:39:24-03:00",
  1639. "Datasets": {
  1640. "rpool/USERDATA/root_hmndiy@autozsys_uy1f1n": [
  1641. {
  1642. "Name": "rpool/USERDATA/root_hmndiy@autozsys_uy1f1n",
  1643. "IsSnapshot": true,
  1644. "Mountpoint": "/root",
  1645. "CanMount": "on",
  1646. "LastUsed": 1590269964
  1647. }
  1648. ]
  1649. }
  1650. },
  1651. "rpool/USERDATA/root_hmndiy@autozsys_xmo2vn": {
  1652. "ID": "rpool/USERDATA/root_hmndiy@autozsys_xmo2vn",
  1653. "LastUsed": "2020-05-22T20:23:54-03:00",
  1654. "Datasets": {
  1655. "rpool/USERDATA/root_hmndiy@autozsys_xmo2vn": [
  1656. {
  1657. "Name": "rpool/USERDATA/root_hmndiy@autozsys_xmo2vn",
  1658. "IsSnapshot": true,
  1659. "Mountpoint": "/root",
  1660. "CanMount": "on",
  1661. "LastUsed": 1590189834
  1662. }
  1663. ]
  1664. }
  1665. },
  1666. "rpool/USERDATA/root_hmndiy@autozsys_ydi1m9": {
  1667. "ID": "rpool/USERDATA/root_hmndiy@autozsys_ydi1m9",
  1668. "LastUsed": "2020-05-22T18:22:21-03:00",
  1669. "Datasets": {
  1670. "rpool/USERDATA/root_hmndiy@autozsys_ydi1m9": [
  1671. {
  1672. "Name": "rpool/USERDATA/root_hmndiy@autozsys_ydi1m9",
  1673. "IsSnapshot": true,
  1674. "Mountpoint": "/root",
  1675. "CanMount": "on",
  1676. "LastUsed": 1590182541
  1677. }
  1678. ]
  1679. }
  1680. }
  1681. }
  1682. },
  1683. "History": {
  1684. "rpool/ROOT/ubuntu_hk5cbk@autozsys_02oj10": {
  1685. "ID": "rpool/ROOT/ubuntu_hk5cbk@autozsys_02oj10",
  1686. "LastUsed": "2020-05-18T11:18:22-03:00",
  1687. "Datasets": {
  1688. "bpool/BOOT/ubuntu_hk5cbk@autozsys_02oj10": [
  1689. {
  1690. "Name": "bpool/BOOT/ubuntu_hk5cbk@autozsys_02oj10",
  1691. "IsSnapshot": true,
  1692. "Mountpoint": "/boot",
  1693. "CanMount": "on",
  1694. "LastUsed": 1589811502
  1695. }
  1696. ],
  1697. "rpool/ROOT/ubuntu_hk5cbk@autozsys_02oj10": [
  1698. {
  1699. "Name": "rpool/ROOT/ubuntu_hk5cbk@autozsys_02oj10",
  1700. "IsSnapshot": true,
  1701. "Mountpoint": "/",
  1702. "CanMount": "on",
  1703. "BootFS": true,
  1704. "LastUsed": 1589811502,
  1705. "LastBootedKernel": "vmlinuz-5.4.0-30-generic"
  1706. },
  1707. {
  1708. "Name": "rpool/ROOT/ubuntu_hk5cbk/srv@autozsys_02oj10",
  1709. "IsSnapshot": true,
  1710. "Mountpoint": "/srv",
  1711. "CanMount": "on",
  1712. "LastUsed": 1589811502,
  1713. "LastBootedKernel": "vmlinuz-5.4.0-30-generic"
  1714. },
  1715. {
  1716. "Name": "rpool/ROOT/ubuntu_hk5cbk/usr@autozsys_02oj10",
  1717. "IsSnapshot": true,
  1718. "Mountpoint": "/usr",
  1719. "CanMount": "off",
  1720. "LastUsed": 1589811502,
  1721. "LastBootedKernel": "vmlinuz-5.4.0-30-generic"
  1722. },
  1723. {
  1724. "Name": "rpool/ROOT/ubuntu_hk5cbk/var@autozsys_02oj10",
  1725. "IsSnapshot": true,
  1726. "Mountpoint": "/var",
  1727. "CanMount": "off",
  1728. "LastUsed": 1589811502,
  1729. "LastBootedKernel": "vmlinuz-5.4.0-30-generic"
  1730. },
  1731. {
  1732. "Name": "rpool/ROOT/ubuntu_hk5cbk/usr/local@autozsys_02oj10",
  1733. "IsSnapshot": true,
  1734. "Mountpoint": "/usr/local",
  1735. "CanMount": "on",
  1736. "LastUsed": 1589811502,
  1737. "LastBootedKernel": "vmlinuz-5.4.0-30-generic"
  1738. },
  1739. {
  1740. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/games@autozsys_02oj10",
  1741. "IsSnapshot": true,
  1742. "Mountpoint": "/var/games",
  1743. "CanMount": "on",
  1744. "LastUsed": 1589811502,
  1745. "LastBootedKernel": "vmlinuz-5.4.0-30-generic"
  1746. },
  1747. {
  1748. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/lib@autozsys_02oj10",
  1749. "IsSnapshot": true,
  1750. "Mountpoint": "/var/lib",
  1751. "CanMount": "on",
  1752. "LastUsed": 1589811502,
  1753. "LastBootedKernel": "vmlinuz-5.4.0-30-generic"
  1754. },
  1755. {
  1756. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/log@autozsys_02oj10",
  1757. "IsSnapshot": true,
  1758. "Mountpoint": "/var/log",
  1759. "CanMount": "on",
  1760. "LastUsed": 1589811502,
  1761. "LastBootedKernel": "vmlinuz-5.4.0-30-generic"
  1762. },
  1763. {
  1764. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/mail@autozsys_02oj10",
  1765. "IsSnapshot": true,
  1766. "Mountpoint": "/var/mail",
  1767. "CanMount": "on",
  1768. "LastUsed": 1589811502,
  1769. "LastBootedKernel": "vmlinuz-5.4.0-30-generic"
  1770. },
  1771. {
  1772. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/snap@autozsys_02oj10",
  1773. "IsSnapshot": true,
  1774. "Mountpoint": "/var/snap",
  1775. "CanMount": "on",
  1776. "LastUsed": 1589811502,
  1777. "LastBootedKernel": "vmlinuz-5.4.0-30-generic"
  1778. },
  1779. {
  1780. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/spool@autozsys_02oj10",
  1781. "IsSnapshot": true,
  1782. "Mountpoint": "/var/spool",
  1783. "CanMount": "on",
  1784. "LastUsed": 1589811502,
  1785. "LastBootedKernel": "vmlinuz-5.4.0-30-generic"
  1786. },
  1787. {
  1788. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/www@autozsys_02oj10",
  1789. "IsSnapshot": true,
  1790. "Mountpoint": "/var/www",
  1791. "CanMount": "on",
  1792. "LastUsed": 1589811502,
  1793. "LastBootedKernel": "vmlinuz-5.4.0-30-generic"
  1794. },
  1795. {
  1796. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/lib/AccountsService@autozsys_02oj10",
  1797. "IsSnapshot": true,
  1798. "Mountpoint": "/var/lib/AccountsService",
  1799. "CanMount": "on",
  1800. "LastUsed": 1589811502,
  1801. "LastBootedKernel": "vmlinuz-5.4.0-30-generic"
  1802. },
  1803. {
  1804. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/lib/NetworkManager@autozsys_02oj10",
  1805. "IsSnapshot": true,
  1806. "Mountpoint": "/var/lib/NetworkManager",
  1807. "CanMount": "on",
  1808. "LastUsed": 1589811502,
  1809. "LastBootedKernel": "vmlinuz-5.4.0-30-generic"
  1810. },
  1811. {
  1812. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/lib/apt@autozsys_02oj10",
  1813. "IsSnapshot": true,
  1814. "Mountpoint": "/var/lib/apt",
  1815. "CanMount": "on",
  1816. "LastUsed": 1589811502,
  1817. "LastBootedKernel": "vmlinuz-5.4.0-30-generic"
  1818. },
  1819. {
  1820. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/lib/dpkg@autozsys_02oj10",
  1821. "IsSnapshot": true,
  1822. "Mountpoint": "/var/lib/dpkg",
  1823. "CanMount": "on",
  1824. "LastUsed": 1589811502,
  1825. "LastBootedKernel": "vmlinuz-5.4.0-30-generic"
  1826. }
  1827. ]
  1828. }
  1829. },
  1830. "rpool/ROOT/ubuntu_hk5cbk@autozsys_2zr642": {
  1831. "ID": "rpool/ROOT/ubuntu_hk5cbk@autozsys_2zr642",
  1832. "LastUsed": "2020-05-21T12:01:46-03:00",
  1833. "Datasets": {
  1834. "bpool/BOOT/ubuntu_hk5cbk@autozsys_2zr642": [
  1835. {
  1836. "Name": "bpool/BOOT/ubuntu_hk5cbk@autozsys_2zr642",
  1837. "IsSnapshot": true,
  1838. "Mountpoint": "/boot",
  1839. "CanMount": "on",
  1840. "LastUsed": 1590073306
  1841. }
  1842. ],
  1843. "rpool/ROOT/ubuntu_hk5cbk@autozsys_2zr642": [
  1844. {
  1845. "Name": "rpool/ROOT/ubuntu_hk5cbk@autozsys_2zr642",
  1846. "IsSnapshot": true,
  1847. "Mountpoint": "/",
  1848. "CanMount": "on",
  1849. "BootFS": true,
  1850. "LastUsed": 1590073306,
  1851. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  1852. },
  1853. {
  1854. "Name": "rpool/ROOT/ubuntu_hk5cbk/srv@autozsys_2zr642",
  1855. "IsSnapshot": true,
  1856. "Mountpoint": "/srv",
  1857. "CanMount": "on",
  1858. "LastUsed": 1590073306,
  1859. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  1860. },
  1861. {
  1862. "Name": "rpool/ROOT/ubuntu_hk5cbk/usr@autozsys_2zr642",
  1863. "IsSnapshot": true,
  1864. "Mountpoint": "/usr",
  1865. "CanMount": "off",
  1866. "LastUsed": 1590073306,
  1867. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  1868. },
  1869. {
  1870. "Name": "rpool/ROOT/ubuntu_hk5cbk/var@autozsys_2zr642",
  1871. "IsSnapshot": true,
  1872. "Mountpoint": "/var",
  1873. "CanMount": "off",
  1874. "LastUsed": 1590073306,
  1875. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  1876. },
  1877. {
  1878. "Name": "rpool/ROOT/ubuntu_hk5cbk/usr/local@autozsys_2zr642",
  1879. "IsSnapshot": true,
  1880. "Mountpoint": "/usr/local",
  1881. "CanMount": "on",
  1882. "LastUsed": 1590073306,
  1883. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  1884. },
  1885. {
  1886. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/games@autozsys_2zr642",
  1887. "IsSnapshot": true,
  1888. "Mountpoint": "/var/games",
  1889. "CanMount": "on",
  1890. "LastUsed": 1590073306,
  1891. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  1892. },
  1893. {
  1894. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/lib@autozsys_2zr642",
  1895. "IsSnapshot": true,
  1896. "Mountpoint": "/var/lib",
  1897. "CanMount": "on",
  1898. "LastUsed": 1590073306,
  1899. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  1900. },
  1901. {
  1902. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/log@autozsys_2zr642",
  1903. "IsSnapshot": true,
  1904. "Mountpoint": "/var/log",
  1905. "CanMount": "on",
  1906. "LastUsed": 1590073306,
  1907. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  1908. },
  1909. {
  1910. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/mail@autozsys_2zr642",
  1911. "IsSnapshot": true,
  1912. "Mountpoint": "/var/mail",
  1913. "CanMount": "on",
  1914. "LastUsed": 1590073306,
  1915. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  1916. },
  1917. {
  1918. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/snap@autozsys_2zr642",
  1919. "IsSnapshot": true,
  1920. "Mountpoint": "/var/snap",
  1921. "CanMount": "on",
  1922. "LastUsed": 1590073306,
  1923. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  1924. },
  1925. {
  1926. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/spool@autozsys_2zr642",
  1927. "IsSnapshot": true,
  1928. "Mountpoint": "/var/spool",
  1929. "CanMount": "on",
  1930. "LastUsed": 1590073306,
  1931. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  1932. },
  1933. {
  1934. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/www@autozsys_2zr642",
  1935. "IsSnapshot": true,
  1936. "Mountpoint": "/var/www",
  1937. "CanMount": "on",
  1938. "LastUsed": 1590073306,
  1939. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  1940. },
  1941. {
  1942. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/lib/AccountsService@autozsys_2zr642",
  1943. "IsSnapshot": true,
  1944. "Mountpoint": "/var/lib/AccountsService",
  1945. "CanMount": "on",
  1946. "LastUsed": 1590073306,
  1947. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  1948. },
  1949. {
  1950. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/lib/NetworkManager@autozsys_2zr642",
  1951. "IsSnapshot": true,
  1952. "Mountpoint": "/var/lib/NetworkManager",
  1953. "CanMount": "on",
  1954. "LastUsed": 1590073306,
  1955. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  1956. },
  1957. {
  1958. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/lib/apt@autozsys_2zr642",
  1959. "IsSnapshot": true,
  1960. "Mountpoint": "/var/lib/apt",
  1961. "CanMount": "on",
  1962. "LastUsed": 1590073306,
  1963. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  1964. },
  1965. {
  1966. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/lib/dpkg@autozsys_2zr642",
  1967. "IsSnapshot": true,
  1968. "Mountpoint": "/var/lib/dpkg",
  1969. "CanMount": "on",
  1970. "LastUsed": 1590073306,
  1971. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  1972. }
  1973. ]
  1974. },
  1975. "Users": {
  1976. "root": {
  1977. "ID": "rpool/USERDATA/root_hmndiy@autozsys_2zr642",
  1978. "LastUsed": "2020-05-21T12:01:46-03:00",
  1979. "Datasets": {
  1980. "rpool/USERDATA/root_hmndiy@autozsys_2zr642": [
  1981. {
  1982. "Name": "rpool/USERDATA/root_hmndiy@autozsys_2zr642",
  1983. "IsSnapshot": true,
  1984. "Mountpoint": "/root",
  1985. "CanMount": "on",
  1986. "LastUsed": 1590073306
  1987. }
  1988. ]
  1989. }
  1990. }
  1991. }
  1992. },
  1993. "rpool/ROOT/ubuntu_hk5cbk@autozsys_4jpgfk": {
  1994. "ID": "rpool/ROOT/ubuntu_hk5cbk@autozsys_4jpgfk",
  1995. "LastUsed": "2020-05-19T18:11:50-03:00",
  1996. "Datasets": {
  1997. "bpool/BOOT/ubuntu_hk5cbk@autozsys_4jpgfk": [
  1998. {
  1999. "Name": "bpool/BOOT/ubuntu_hk5cbk@autozsys_4jpgfk",
  2000. "IsSnapshot": true,
  2001. "Mountpoint": "/boot",
  2002. "CanMount": "on",
  2003. "LastUsed": 1589922710
  2004. }
  2005. ],
  2006. "rpool/ROOT/ubuntu_hk5cbk@autozsys_4jpgfk": [
  2007. {
  2008. "Name": "rpool/ROOT/ubuntu_hk5cbk@autozsys_4jpgfk",
  2009. "IsSnapshot": true,
  2010. "Mountpoint": "/",
  2011. "CanMount": "on",
  2012. "BootFS": true,
  2013. "LastUsed": 1589922710,
  2014. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  2015. },
  2016. {
  2017. "Name": "rpool/ROOT/ubuntu_hk5cbk/srv@autozsys_4jpgfk",
  2018. "IsSnapshot": true,
  2019. "Mountpoint": "/srv",
  2020. "CanMount": "on",
  2021. "LastUsed": 1589922710,
  2022. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  2023. },
  2024. {
  2025. "Name": "rpool/ROOT/ubuntu_hk5cbk/usr@autozsys_4jpgfk",
  2026. "IsSnapshot": true,
  2027. "Mountpoint": "/usr",
  2028. "CanMount": "off",
  2029. "LastUsed": 1589922710,
  2030. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  2031. },
  2032. {
  2033. "Name": "rpool/ROOT/ubuntu_hk5cbk/var@autozsys_4jpgfk",
  2034. "IsSnapshot": true,
  2035. "Mountpoint": "/var",
  2036. "CanMount": "off",
  2037. "LastUsed": 1589922710,
  2038. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  2039. },
  2040. {
  2041. "Name": "rpool/ROOT/ubuntu_hk5cbk/usr/local@autozsys_4jpgfk",
  2042. "IsSnapshot": true,
  2043. "Mountpoint": "/usr/local",
  2044. "CanMount": "on",
  2045. "LastUsed": 1589922710,
  2046. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  2047. },
  2048. {
  2049. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/games@autozsys_4jpgfk",
  2050. "IsSnapshot": true,
  2051. "Mountpoint": "/var/games",
  2052. "CanMount": "on",
  2053. "LastUsed": 1589922710,
  2054. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  2055. },
  2056. {
  2057. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/lib@autozsys_4jpgfk",
  2058. "IsSnapshot": true,
  2059. "Mountpoint": "/var/lib",
  2060. "CanMount": "on",
  2061. "LastUsed": 1589922710,
  2062. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  2063. },
  2064. {
  2065. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/log@autozsys_4jpgfk",
  2066. "IsSnapshot": true,
  2067. "Mountpoint": "/var/log",
  2068. "CanMount": "on",
  2069. "LastUsed": 1589922710,
  2070. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  2071. },
  2072. {
  2073. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/mail@autozsys_4jpgfk",
  2074. "IsSnapshot": true,
  2075. "Mountpoint": "/var/mail",
  2076. "CanMount": "on",
  2077. "LastUsed": 1589922710,
  2078. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  2079. },
  2080. {
  2081. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/snap@autozsys_4jpgfk",
  2082. "IsSnapshot": true,
  2083. "Mountpoint": "/var/snap",
  2084. "CanMount": "on",
  2085. "LastUsed": 1589922710,
  2086. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  2087. },
  2088. {
  2089. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/spool@autozsys_4jpgfk",
  2090. "IsSnapshot": true,
  2091. "Mountpoint": "/var/spool",
  2092. "CanMount": "on",
  2093. "LastUsed": 1589922710,
  2094. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  2095. },
  2096. {
  2097. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/www@autozsys_4jpgfk",
  2098. "IsSnapshot": true,
  2099. "Mountpoint": "/var/www",
  2100. "CanMount": "on",
  2101. "LastUsed": 1589922710,
  2102. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  2103. },
  2104. {
  2105. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/lib/AccountsService@autozsys_4jpgfk",
  2106. "IsSnapshot": true,
  2107. "Mountpoint": "/var/lib/AccountsService",
  2108. "CanMount": "on",
  2109. "LastUsed": 1589922710,
  2110. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  2111. },
  2112. {
  2113. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/lib/NetworkManager@autozsys_4jpgfk",
  2114. "IsSnapshot": true,
  2115. "Mountpoint": "/var/lib/NetworkManager",
  2116. "CanMount": "on",
  2117. "LastUsed": 1589922710,
  2118. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  2119. },
  2120. {
  2121. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/lib/apt@autozsys_4jpgfk",
  2122. "IsSnapshot": true,
  2123. "Mountpoint": "/var/lib/apt",
  2124. "CanMount": "on",
  2125. "LastUsed": 1589922710,
  2126. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  2127. },
  2128. {
  2129. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/lib/dpkg@autozsys_4jpgfk",
  2130. "IsSnapshot": true,
  2131. "Mountpoint": "/var/lib/dpkg",
  2132. "CanMount": "on",
  2133. "LastUsed": 1589922710,
  2134. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  2135. }
  2136. ]
  2137. },
  2138. "Users": {
  2139. "root": {
  2140. "ID": "rpool/USERDATA/root_hmndiy@autozsys_4jpgfk",
  2141. "LastUsed": "2020-05-19T18:11:50-03:00",
  2142. "Datasets": {
  2143. "rpool/USERDATA/root_hmndiy@autozsys_4jpgfk": [
  2144. {
  2145. "Name": "rpool/USERDATA/root_hmndiy@autozsys_4jpgfk",
  2146. "IsSnapshot": true,
  2147. "Mountpoint": "/root",
  2148. "CanMount": "on",
  2149. "LastUsed": 1589922710
  2150. }
  2151. ]
  2152. }
  2153. }
  2154. }
  2155. },
  2156. "rpool/ROOT/ubuntu_hk5cbk@autozsys_5cbkm3": {
  2157. "ID": "rpool/ROOT/ubuntu_hk5cbk@autozsys_5cbkm3",
  2158. "LastUsed": "2020-05-25T16:12:37-03:00",
  2159. "Datasets": {
  2160. "bpool/BOOT/ubuntu_hk5cbk@autozsys_5cbkm3": [
  2161. {
  2162. "Name": "bpool/BOOT/ubuntu_hk5cbk@autozsys_5cbkm3",
  2163. "IsSnapshot": true,
  2164. "Mountpoint": "/boot",
  2165. "CanMount": "on",
  2166. "LastUsed": 1590433958
  2167. }
  2168. ],
  2169. "rpool/ROOT/ubuntu_hk5cbk@autozsys_5cbkm3": [
  2170. {
  2171. "Name": "rpool/ROOT/ubuntu_hk5cbk@autozsys_5cbkm3",
  2172. "IsSnapshot": true,
  2173. "Mountpoint": "/",
  2174. "CanMount": "on",
  2175. "BootFS": true,
  2176. "LastUsed": 1590433957,
  2177. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  2178. },
  2179. {
  2180. "Name": "rpool/ROOT/ubuntu_hk5cbk/srv@autozsys_5cbkm3",
  2181. "IsSnapshot": true,
  2182. "Mountpoint": "/srv",
  2183. "CanMount": "on",
  2184. "LastUsed": 1590433957,
  2185. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  2186. },
  2187. {
  2188. "Name": "rpool/ROOT/ubuntu_hk5cbk/usr@autozsys_5cbkm3",
  2189. "IsSnapshot": true,
  2190. "Mountpoint": "/usr",
  2191. "CanMount": "off",
  2192. "LastUsed": 1590433957,
  2193. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  2194. },
  2195. {
  2196. "Name": "rpool/ROOT/ubuntu_hk5cbk/var@autozsys_5cbkm3",
  2197. "IsSnapshot": true,
  2198. "Mountpoint": "/var",
  2199. "CanMount": "off",
  2200. "LastUsed": 1590433957,
  2201. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  2202. },
  2203. {
  2204. "Name": "rpool/ROOT/ubuntu_hk5cbk/usr/local@autozsys_5cbkm3",
  2205. "IsSnapshot": true,
  2206. "Mountpoint": "/usr/local",
  2207. "CanMount": "on",
  2208. "LastUsed": 1590433957,
  2209. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  2210. },
  2211. {
  2212. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/games@autozsys_5cbkm3",
  2213. "IsSnapshot": true,
  2214. "Mountpoint": "/var/games",
  2215. "CanMount": "on",
  2216. "LastUsed": 1590433957,
  2217. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  2218. },
  2219. {
  2220. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/lib@autozsys_5cbkm3",
  2221. "IsSnapshot": true,
  2222. "Mountpoint": "/var/lib",
  2223. "CanMount": "on",
  2224. "LastUsed": 1590433957,
  2225. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  2226. },
  2227. {
  2228. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/log@autozsys_5cbkm3",
  2229. "IsSnapshot": true,
  2230. "Mountpoint": "/var/log",
  2231. "CanMount": "on",
  2232. "LastUsed": 1590433957,
  2233. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  2234. },
  2235. {
  2236. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/mail@autozsys_5cbkm3",
  2237. "IsSnapshot": true,
  2238. "Mountpoint": "/var/mail",
  2239. "CanMount": "on",
  2240. "LastUsed": 1590433957,
  2241. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  2242. },
  2243. {
  2244. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/snap@autozsys_5cbkm3",
  2245. "IsSnapshot": true,
  2246. "Mountpoint": "/var/snap",
  2247. "CanMount": "on",
  2248. "LastUsed": 1590433958,
  2249. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  2250. },
  2251. {
  2252. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/spool@autozsys_5cbkm3",
  2253. "IsSnapshot": true,
  2254. "Mountpoint": "/var/spool",
  2255. "CanMount": "on",
  2256. "LastUsed": 1590433958,
  2257. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  2258. },
  2259. {
  2260. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/www@autozsys_5cbkm3",
  2261. "IsSnapshot": true,
  2262. "Mountpoint": "/var/www",
  2263. "CanMount": "on",
  2264. "LastUsed": 1590433958,
  2265. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  2266. },
  2267. {
  2268. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/lib/AccountsService@autozsys_5cbkm3",
  2269. "IsSnapshot": true,
  2270. "Mountpoint": "/var/lib/AccountsService",
  2271. "CanMount": "on",
  2272. "LastUsed": 1590433958,
  2273. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  2274. },
  2275. {
  2276. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/lib/NetworkManager@autozsys_5cbkm3",
  2277. "IsSnapshot": true,
  2278. "Mountpoint": "/var/lib/NetworkManager",
  2279. "CanMount": "on",
  2280. "LastUsed": 1590433958,
  2281. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  2282. },
  2283. {
  2284. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/lib/apt@autozsys_5cbkm3",
  2285. "IsSnapshot": true,
  2286. "Mountpoint": "/var/lib/apt",
  2287. "CanMount": "on",
  2288. "LastUsed": 1590433958,
  2289. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  2290. },
  2291. {
  2292. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/lib/dpkg@autozsys_5cbkm3",
  2293. "IsSnapshot": true,
  2294. "Mountpoint": "/var/lib/dpkg",
  2295. "CanMount": "on",
  2296. "LastUsed": 1590433958,
  2297. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  2298. }
  2299. ]
  2300. },
  2301. "Users": {
  2302. "root": {
  2303. "ID": "rpool/USERDATA/root_hmndiy@autozsys_5cbkm3",
  2304. "LastUsed": "2020-05-25T16:12:38-03:00",
  2305. "Datasets": {
  2306. "rpool/USERDATA/root_hmndiy@autozsys_5cbkm3": [
  2307. {
  2308. "Name": "rpool/USERDATA/root_hmndiy@autozsys_5cbkm3",
  2309. "IsSnapshot": true,
  2310. "Mountpoint": "/root",
  2311. "CanMount": "on",
  2312. "LastUsed": 1590433958
  2313. }
  2314. ]
  2315. }
  2316. }
  2317. }
  2318. },
  2319. "rpool/ROOT/ubuntu_hk5cbk@autozsys_6g6uzr": {
  2320. "ID": "rpool/ROOT/ubuntu_hk5cbk@autozsys_6g6uzr",
  2321. "LastUsed": "2020-05-23T18:35:49-03:00",
  2322. "Datasets": {
  2323. "bpool/BOOT/ubuntu_hk5cbk@autozsys_6g6uzr": [
  2324. {
  2325. "Name": "bpool/BOOT/ubuntu_hk5cbk@autozsys_6g6uzr",
  2326. "IsSnapshot": true,
  2327. "Mountpoint": "/boot",
  2328. "CanMount": "on",
  2329. "LastUsed": 1590269750
  2330. }
  2331. ],
  2332. "rpool/ROOT/ubuntu_hk5cbk@autozsys_6g6uzr": [
  2333. {
  2334. "Name": "rpool/ROOT/ubuntu_hk5cbk@autozsys_6g6uzr",
  2335. "IsSnapshot": true,
  2336. "Mountpoint": "/",
  2337. "CanMount": "on",
  2338. "BootFS": true,
  2339. "LastUsed": 1590269749,
  2340. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  2341. },
  2342. {
  2343. "Name": "rpool/ROOT/ubuntu_hk5cbk/srv@autozsys_6g6uzr",
  2344. "IsSnapshot": true,
  2345. "Mountpoint": "/srv",
  2346. "CanMount": "on",
  2347. "LastUsed": 1590269749,
  2348. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  2349. },
  2350. {
  2351. "Name": "rpool/ROOT/ubuntu_hk5cbk/usr@autozsys_6g6uzr",
  2352. "IsSnapshot": true,
  2353. "Mountpoint": "/usr",
  2354. "CanMount": "off",
  2355. "LastUsed": 1590269749,
  2356. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  2357. },
  2358. {
  2359. "Name": "rpool/ROOT/ubuntu_hk5cbk/var@autozsys_6g6uzr",
  2360. "IsSnapshot": true,
  2361. "Mountpoint": "/var",
  2362. "CanMount": "off",
  2363. "LastUsed": 1590269749,
  2364. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  2365. },
  2366. {
  2367. "Name": "rpool/ROOT/ubuntu_hk5cbk/usr/local@autozsys_6g6uzr",
  2368. "IsSnapshot": true,
  2369. "Mountpoint": "/usr/local",
  2370. "CanMount": "on",
  2371. "LastUsed": 1590269749,
  2372. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  2373. },
  2374. {
  2375. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/games@autozsys_6g6uzr",
  2376. "IsSnapshot": true,
  2377. "Mountpoint": "/var/games",
  2378. "CanMount": "on",
  2379. "LastUsed": 1590269749,
  2380. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  2381. },
  2382. {
  2383. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/lib@autozsys_6g6uzr",
  2384. "IsSnapshot": true,
  2385. "Mountpoint": "/var/lib",
  2386. "CanMount": "on",
  2387. "LastUsed": 1590269749,
  2388. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  2389. },
  2390. {
  2391. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/log@autozsys_6g6uzr",
  2392. "IsSnapshot": true,
  2393. "Mountpoint": "/var/log",
  2394. "CanMount": "on",
  2395. "LastUsed": 1590269749,
  2396. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  2397. },
  2398. {
  2399. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/mail@autozsys_6g6uzr",
  2400. "IsSnapshot": true,
  2401. "Mountpoint": "/var/mail",
  2402. "CanMount": "on",
  2403. "LastUsed": 1590269749,
  2404. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  2405. },
  2406. {
  2407. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/snap@autozsys_6g6uzr",
  2408. "IsSnapshot": true,
  2409. "Mountpoint": "/var/snap",
  2410. "CanMount": "on",
  2411. "LastUsed": 1590269749,
  2412. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  2413. },
  2414. {
  2415. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/spool@autozsys_6g6uzr",
  2416. "IsSnapshot": true,
  2417. "Mountpoint": "/var/spool",
  2418. "CanMount": "on",
  2419. "LastUsed": 1590269749,
  2420. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  2421. },
  2422. {
  2423. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/www@autozsys_6g6uzr",
  2424. "IsSnapshot": true,
  2425. "Mountpoint": "/var/www",
  2426. "CanMount": "on",
  2427. "LastUsed": 1590269750,
  2428. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  2429. },
  2430. {
  2431. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/lib/AccountsService@autozsys_6g6uzr",
  2432. "IsSnapshot": true,
  2433. "Mountpoint": "/var/lib/AccountsService",
  2434. "CanMount": "on",
  2435. "LastUsed": 1590269750,
  2436. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  2437. },
  2438. {
  2439. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/lib/NetworkManager@autozsys_6g6uzr",
  2440. "IsSnapshot": true,
  2441. "Mountpoint": "/var/lib/NetworkManager",
  2442. "CanMount": "on",
  2443. "LastUsed": 1590269750,
  2444. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  2445. },
  2446. {
  2447. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/lib/apt@autozsys_6g6uzr",
  2448. "IsSnapshot": true,
  2449. "Mountpoint": "/var/lib/apt",
  2450. "CanMount": "on",
  2451. "LastUsed": 1590269750,
  2452. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  2453. },
  2454. {
  2455. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/lib/dpkg@autozsys_6g6uzr",
  2456. "IsSnapshot": true,
  2457. "Mountpoint": "/var/lib/dpkg",
  2458. "CanMount": "on",
  2459. "LastUsed": 1590269750,
  2460. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  2461. }
  2462. ]
  2463. },
  2464. "Users": {
  2465. "root": {
  2466. "ID": "rpool/USERDATA/root_hmndiy@autozsys_6g6uzr",
  2467. "LastUsed": "2020-05-23T18:35:50-03:00",
  2468. "Datasets": {
  2469. "rpool/USERDATA/root_hmndiy@autozsys_6g6uzr": [
  2470. {
  2471. "Name": "rpool/USERDATA/root_hmndiy@autozsys_6g6uzr",
  2472. "IsSnapshot": true,
  2473. "Mountpoint": "/root",
  2474. "CanMount": "on",
  2475. "LastUsed": 1590269750
  2476. }
  2477. ]
  2478. }
  2479. }
  2480. }
  2481. },
  2482. "rpool/ROOT/ubuntu_hk5cbk@autozsys_71lc36": {
  2483. "ID": "rpool/ROOT/ubuntu_hk5cbk@autozsys_71lc36",
  2484. "LastUsed": "2020-05-20T14:49:20-03:00",
  2485. "Datasets": {
  2486. "bpool/BOOT/ubuntu_hk5cbk@autozsys_71lc36": [
  2487. {
  2488. "Name": "bpool/BOOT/ubuntu_hk5cbk@autozsys_71lc36",
  2489. "IsSnapshot": true,
  2490. "Mountpoint": "/boot",
  2491. "CanMount": "on",
  2492. "LastUsed": 1589996960
  2493. }
  2494. ],
  2495. "rpool/ROOT/ubuntu_hk5cbk@autozsys_71lc36": [
  2496. {
  2497. "Name": "rpool/ROOT/ubuntu_hk5cbk@autozsys_71lc36",
  2498. "IsSnapshot": true,
  2499. "Mountpoint": "/",
  2500. "CanMount": "on",
  2501. "BootFS": true,
  2502. "LastUsed": 1589996960,
  2503. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  2504. },
  2505. {
  2506. "Name": "rpool/ROOT/ubuntu_hk5cbk/srv@autozsys_71lc36",
  2507. "IsSnapshot": true,
  2508. "Mountpoint": "/srv",
  2509. "CanMount": "on",
  2510. "LastUsed": 1589996960,
  2511. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  2512. },
  2513. {
  2514. "Name": "rpool/ROOT/ubuntu_hk5cbk/usr@autozsys_71lc36",
  2515. "IsSnapshot": true,
  2516. "Mountpoint": "/usr",
  2517. "CanMount": "off",
  2518. "LastUsed": 1589996960,
  2519. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  2520. },
  2521. {
  2522. "Name": "rpool/ROOT/ubuntu_hk5cbk/var@autozsys_71lc36",
  2523. "IsSnapshot": true,
  2524. "Mountpoint": "/var",
  2525. "CanMount": "off",
  2526. "LastUsed": 1589996960,
  2527. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  2528. },
  2529. {
  2530. "Name": "rpool/ROOT/ubuntu_hk5cbk/usr/local@autozsys_71lc36",
  2531. "IsSnapshot": true,
  2532. "Mountpoint": "/usr/local",
  2533. "CanMount": "on",
  2534. "LastUsed": 1589996960,
  2535. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  2536. },
  2537. {
  2538. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/games@autozsys_71lc36",
  2539. "IsSnapshot": true,
  2540. "Mountpoint": "/var/games",
  2541. "CanMount": "on",
  2542. "LastUsed": 1589996960,
  2543. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  2544. },
  2545. {
  2546. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/lib@autozsys_71lc36",
  2547. "IsSnapshot": true,
  2548. "Mountpoint": "/var/lib",
  2549. "CanMount": "on",
  2550. "LastUsed": 1589996960,
  2551. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  2552. },
  2553. {
  2554. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/log@autozsys_71lc36",
  2555. "IsSnapshot": true,
  2556. "Mountpoint": "/var/log",
  2557. "CanMount": "on",
  2558. "LastUsed": 1589996960,
  2559. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  2560. },
  2561. {
  2562. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/mail@autozsys_71lc36",
  2563. "IsSnapshot": true,
  2564. "Mountpoint": "/var/mail",
  2565. "CanMount": "on",
  2566. "LastUsed": 1589996960,
  2567. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  2568. },
  2569. {
  2570. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/snap@autozsys_71lc36",
  2571. "IsSnapshot": true,
  2572. "Mountpoint": "/var/snap",
  2573. "CanMount": "on",
  2574. "LastUsed": 1589996960,
  2575. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  2576. },
  2577. {
  2578. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/spool@autozsys_71lc36",
  2579. "IsSnapshot": true,
  2580. "Mountpoint": "/var/spool",
  2581. "CanMount": "on",
  2582. "LastUsed": 1589996960,
  2583. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  2584. },
  2585. {
  2586. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/www@autozsys_71lc36",
  2587. "IsSnapshot": true,
  2588. "Mountpoint": "/var/www",
  2589. "CanMount": "on",
  2590. "LastUsed": 1589996960,
  2591. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  2592. },
  2593. {
  2594. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/lib/AccountsService@autozsys_71lc36",
  2595. "IsSnapshot": true,
  2596. "Mountpoint": "/var/lib/AccountsService",
  2597. "CanMount": "on",
  2598. "LastUsed": 1589996960,
  2599. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  2600. },
  2601. {
  2602. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/lib/NetworkManager@autozsys_71lc36",
  2603. "IsSnapshot": true,
  2604. "Mountpoint": "/var/lib/NetworkManager",
  2605. "CanMount": "on",
  2606. "LastUsed": 1589996960,
  2607. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  2608. },
  2609. {
  2610. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/lib/apt@autozsys_71lc36",
  2611. "IsSnapshot": true,
  2612. "Mountpoint": "/var/lib/apt",
  2613. "CanMount": "on",
  2614. "LastUsed": 1589996960,
  2615. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  2616. },
  2617. {
  2618. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/lib/dpkg@autozsys_71lc36",
  2619. "IsSnapshot": true,
  2620. "Mountpoint": "/var/lib/dpkg",
  2621. "CanMount": "on",
  2622. "LastUsed": 1589996960,
  2623. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  2624. }
  2625. ]
  2626. },
  2627. "Users": {
  2628. "root": {
  2629. "ID": "rpool/USERDATA/root_hmndiy@autozsys_71lc36",
  2630. "LastUsed": "2020-05-20T14:49:20-03:00",
  2631. "Datasets": {
  2632. "rpool/USERDATA/root_hmndiy@autozsys_71lc36": [
  2633. {
  2634. "Name": "rpool/USERDATA/root_hmndiy@autozsys_71lc36",
  2635. "IsSnapshot": true,
  2636. "Mountpoint": "/root",
  2637. "CanMount": "on",
  2638. "LastUsed": 1589996960
  2639. }
  2640. ]
  2641. }
  2642. }
  2643. }
  2644. },
  2645. "rpool/ROOT/ubuntu_hk5cbk@autozsys_8pux99": {
  2646. "ID": "rpool/ROOT/ubuntu_hk5cbk@autozsys_8pux99",
  2647. "LastUsed": "2020-05-19T14:03:27-03:00",
  2648. "Datasets": {
  2649. "bpool/BOOT/ubuntu_hk5cbk@autozsys_8pux99": [
  2650. {
  2651. "Name": "bpool/BOOT/ubuntu_hk5cbk@autozsys_8pux99",
  2652. "IsSnapshot": true,
  2653. "Mountpoint": "/boot",
  2654. "CanMount": "on",
  2655. "LastUsed": 1589907808
  2656. }
  2657. ],
  2658. "rpool/ROOT/ubuntu_hk5cbk@autozsys_8pux99": [
  2659. {
  2660. "Name": "rpool/ROOT/ubuntu_hk5cbk@autozsys_8pux99",
  2661. "IsSnapshot": true,
  2662. "Mountpoint": "/",
  2663. "CanMount": "on",
  2664. "BootFS": true,
  2665. "LastUsed": 1589907807,
  2666. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  2667. },
  2668. {
  2669. "Name": "rpool/ROOT/ubuntu_hk5cbk/srv@autozsys_8pux99",
  2670. "IsSnapshot": true,
  2671. "Mountpoint": "/srv",
  2672. "CanMount": "on",
  2673. "LastUsed": 1589907807,
  2674. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  2675. },
  2676. {
  2677. "Name": "rpool/ROOT/ubuntu_hk5cbk/usr@autozsys_8pux99",
  2678. "IsSnapshot": true,
  2679. "Mountpoint": "/usr",
  2680. "CanMount": "off",
  2681. "LastUsed": 1589907808,
  2682. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  2683. },
  2684. {
  2685. "Name": "rpool/ROOT/ubuntu_hk5cbk/var@autozsys_8pux99",
  2686. "IsSnapshot": true,
  2687. "Mountpoint": "/var",
  2688. "CanMount": "off",
  2689. "LastUsed": 1589907808,
  2690. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  2691. },
  2692. {
  2693. "Name": "rpool/ROOT/ubuntu_hk5cbk/usr/local@autozsys_8pux99",
  2694. "IsSnapshot": true,
  2695. "Mountpoint": "/usr/local",
  2696. "CanMount": "on",
  2697. "LastUsed": 1589907808,
  2698. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  2699. },
  2700. {
  2701. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/games@autozsys_8pux99",
  2702. "IsSnapshot": true,
  2703. "Mountpoint": "/var/games",
  2704. "CanMount": "on",
  2705. "LastUsed": 1589907808,
  2706. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  2707. },
  2708. {
  2709. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/lib@autozsys_8pux99",
  2710. "IsSnapshot": true,
  2711. "Mountpoint": "/var/lib",
  2712. "CanMount": "on",
  2713. "LastUsed": 1589907808,
  2714. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  2715. },
  2716. {
  2717. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/log@autozsys_8pux99",
  2718. "IsSnapshot": true,
  2719. "Mountpoint": "/var/log",
  2720. "CanMount": "on",
  2721. "LastUsed": 1589907808,
  2722. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  2723. },
  2724. {
  2725. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/mail@autozsys_8pux99",
  2726. "IsSnapshot": true,
  2727. "Mountpoint": "/var/mail",
  2728. "CanMount": "on",
  2729. "LastUsed": 1589907808,
  2730. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  2731. },
  2732. {
  2733. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/snap@autozsys_8pux99",
  2734. "IsSnapshot": true,
  2735. "Mountpoint": "/var/snap",
  2736. "CanMount": "on",
  2737. "LastUsed": 1589907808,
  2738. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  2739. },
  2740. {
  2741. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/spool@autozsys_8pux99",
  2742. "IsSnapshot": true,
  2743. "Mountpoint": "/var/spool",
  2744. "CanMount": "on",
  2745. "LastUsed": 1589907808,
  2746. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  2747. },
  2748. {
  2749. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/www@autozsys_8pux99",
  2750. "IsSnapshot": true,
  2751. "Mountpoint": "/var/www",
  2752. "CanMount": "on",
  2753. "LastUsed": 1589907808,
  2754. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  2755. },
  2756. {
  2757. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/lib/AccountsService@autozsys_8pux99",
  2758. "IsSnapshot": true,
  2759. "Mountpoint": "/var/lib/AccountsService",
  2760. "CanMount": "on",
  2761. "LastUsed": 1589907808,
  2762. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  2763. },
  2764. {
  2765. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/lib/NetworkManager@autozsys_8pux99",
  2766. "IsSnapshot": true,
  2767. "Mountpoint": "/var/lib/NetworkManager",
  2768. "CanMount": "on",
  2769. "LastUsed": 1589907808,
  2770. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  2771. },
  2772. {
  2773. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/lib/apt@autozsys_8pux99",
  2774. "IsSnapshot": true,
  2775. "Mountpoint": "/var/lib/apt",
  2776. "CanMount": "on",
  2777. "LastUsed": 1589907808,
  2778. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  2779. },
  2780. {
  2781. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/lib/dpkg@autozsys_8pux99",
  2782. "IsSnapshot": true,
  2783. "Mountpoint": "/var/lib/dpkg",
  2784. "CanMount": "on",
  2785. "LastUsed": 1589907808,
  2786. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  2787. }
  2788. ]
  2789. }
  2790. },
  2791. "rpool/ROOT/ubuntu_hk5cbk@autozsys_eeee04": {
  2792. "ID": "rpool/ROOT/ubuntu_hk5cbk@autozsys_eeee04",
  2793. "LastUsed": "2020-05-20T06:58:01-03:00",
  2794. "Datasets": {
  2795. "bpool/BOOT/ubuntu_hk5cbk@autozsys_eeee04": [
  2796. {
  2797. "Name": "bpool/BOOT/ubuntu_hk5cbk@autozsys_eeee04",
  2798. "IsSnapshot": true,
  2799. "Mountpoint": "/boot",
  2800. "CanMount": "on",
  2801. "LastUsed": 1589968681
  2802. }
  2803. ],
  2804. "rpool/ROOT/ubuntu_hk5cbk@autozsys_eeee04": [
  2805. {
  2806. "Name": "rpool/ROOT/ubuntu_hk5cbk@autozsys_eeee04",
  2807. "IsSnapshot": true,
  2808. "Mountpoint": "/",
  2809. "CanMount": "on",
  2810. "BootFS": true,
  2811. "LastUsed": 1589968681,
  2812. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  2813. },
  2814. {
  2815. "Name": "rpool/ROOT/ubuntu_hk5cbk/srv@autozsys_eeee04",
  2816. "IsSnapshot": true,
  2817. "Mountpoint": "/srv",
  2818. "CanMount": "on",
  2819. "LastUsed": 1589968681,
  2820. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  2821. },
  2822. {
  2823. "Name": "rpool/ROOT/ubuntu_hk5cbk/usr@autozsys_eeee04",
  2824. "IsSnapshot": true,
  2825. "Mountpoint": "/usr",
  2826. "CanMount": "off",
  2827. "LastUsed": 1589968681,
  2828. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  2829. },
  2830. {
  2831. "Name": "rpool/ROOT/ubuntu_hk5cbk/var@autozsys_eeee04",
  2832. "IsSnapshot": true,
  2833. "Mountpoint": "/var",
  2834. "CanMount": "off",
  2835. "LastUsed": 1589968681,
  2836. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  2837. },
  2838. {
  2839. "Name": "rpool/ROOT/ubuntu_hk5cbk/usr/local@autozsys_eeee04",
  2840. "IsSnapshot": true,
  2841. "Mountpoint": "/usr/local",
  2842. "CanMount": "on",
  2843. "LastUsed": 1589968681,
  2844. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  2845. },
  2846. {
  2847. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/games@autozsys_eeee04",
  2848. "IsSnapshot": true,
  2849. "Mountpoint": "/var/games",
  2850. "CanMount": "on",
  2851. "LastUsed": 1589968681,
  2852. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  2853. },
  2854. {
  2855. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/lib@autozsys_eeee04",
  2856. "IsSnapshot": true,
  2857. "Mountpoint": "/var/lib",
  2858. "CanMount": "on",
  2859. "LastUsed": 1589968681,
  2860. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  2861. },
  2862. {
  2863. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/log@autozsys_eeee04",
  2864. "IsSnapshot": true,
  2865. "Mountpoint": "/var/log",
  2866. "CanMount": "on",
  2867. "LastUsed": 1589968681,
  2868. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  2869. },
  2870. {
  2871. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/mail@autozsys_eeee04",
  2872. "IsSnapshot": true,
  2873. "Mountpoint": "/var/mail",
  2874. "CanMount": "on",
  2875. "LastUsed": 1589968681,
  2876. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  2877. },
  2878. {
  2879. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/snap@autozsys_eeee04",
  2880. "IsSnapshot": true,
  2881. "Mountpoint": "/var/snap",
  2882. "CanMount": "on",
  2883. "LastUsed": 1589968681,
  2884. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  2885. },
  2886. {
  2887. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/spool@autozsys_eeee04",
  2888. "IsSnapshot": true,
  2889. "Mountpoint": "/var/spool",
  2890. "CanMount": "on",
  2891. "LastUsed": 1589968681,
  2892. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  2893. },
  2894. {
  2895. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/www@autozsys_eeee04",
  2896. "IsSnapshot": true,
  2897. "Mountpoint": "/var/www",
  2898. "CanMount": "on",
  2899. "LastUsed": 1589968681,
  2900. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  2901. },
  2902. {
  2903. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/lib/AccountsService@autozsys_eeee04",
  2904. "IsSnapshot": true,
  2905. "Mountpoint": "/var/lib/AccountsService",
  2906. "CanMount": "on",
  2907. "LastUsed": 1589968681,
  2908. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  2909. },
  2910. {
  2911. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/lib/NetworkManager@autozsys_eeee04",
  2912. "IsSnapshot": true,
  2913. "Mountpoint": "/var/lib/NetworkManager",
  2914. "CanMount": "on",
  2915. "LastUsed": 1589968681,
  2916. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  2917. },
  2918. {
  2919. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/lib/apt@autozsys_eeee04",
  2920. "IsSnapshot": true,
  2921. "Mountpoint": "/var/lib/apt",
  2922. "CanMount": "on",
  2923. "LastUsed": 1589968681,
  2924. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  2925. },
  2926. {
  2927. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/lib/dpkg@autozsys_eeee04",
  2928. "IsSnapshot": true,
  2929. "Mountpoint": "/var/lib/dpkg",
  2930. "CanMount": "on",
  2931. "LastUsed": 1589968681,
  2932. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  2933. }
  2934. ]
  2935. },
  2936. "Users": {
  2937. "root": {
  2938. "ID": "rpool/USERDATA/root_hmndiy@autozsys_eeee04",
  2939. "LastUsed": "2020-05-20T06:58:01-03:00",
  2940. "Datasets": {
  2941. "rpool/USERDATA/root_hmndiy@autozsys_eeee04": [
  2942. {
  2943. "Name": "rpool/USERDATA/root_hmndiy@autozsys_eeee04",
  2944. "IsSnapshot": true,
  2945. "Mountpoint": "/root",
  2946. "CanMount": "on",
  2947. "LastUsed": 1589968681
  2948. }
  2949. ]
  2950. }
  2951. }
  2952. }
  2953. },
  2954. "rpool/ROOT/ubuntu_hk5cbk@autozsys_f183de": {
  2955. "ID": "rpool/ROOT/ubuntu_hk5cbk@autozsys_f183de",
  2956. "LastUsed": "2020-05-24T08:51:27-03:00",
  2957. "Datasets": {
  2958. "bpool/BOOT/ubuntu_hk5cbk@autozsys_f183de": [
  2959. {
  2960. "Name": "bpool/BOOT/ubuntu_hk5cbk@autozsys_f183de",
  2961. "IsSnapshot": true,
  2962. "Mountpoint": "/boot",
  2963. "CanMount": "on",
  2964. "LastUsed": 1590321087
  2965. }
  2966. ],
  2967. "rpool/ROOT/ubuntu_hk5cbk@autozsys_f183de": [
  2968. {
  2969. "Name": "rpool/ROOT/ubuntu_hk5cbk@autozsys_f183de",
  2970. "IsSnapshot": true,
  2971. "Mountpoint": "/",
  2972. "CanMount": "on",
  2973. "BootFS": true,
  2974. "LastUsed": 1590321087,
  2975. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  2976. },
  2977. {
  2978. "Name": "rpool/ROOT/ubuntu_hk5cbk/srv@autozsys_f183de",
  2979. "IsSnapshot": true,
  2980. "Mountpoint": "/srv",
  2981. "CanMount": "on",
  2982. "LastUsed": 1590321087,
  2983. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  2984. },
  2985. {
  2986. "Name": "rpool/ROOT/ubuntu_hk5cbk/usr@autozsys_f183de",
  2987. "IsSnapshot": true,
  2988. "Mountpoint": "/usr",
  2989. "CanMount": "off",
  2990. "LastUsed": 1590321087,
  2991. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  2992. },
  2993. {
  2994. "Name": "rpool/ROOT/ubuntu_hk5cbk/var@autozsys_f183de",
  2995. "IsSnapshot": true,
  2996. "Mountpoint": "/var",
  2997. "CanMount": "off",
  2998. "LastUsed": 1590321087,
  2999. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  3000. },
  3001. {
  3002. "Name": "rpool/ROOT/ubuntu_hk5cbk/usr/local@autozsys_f183de",
  3003. "IsSnapshot": true,
  3004. "Mountpoint": "/usr/local",
  3005. "CanMount": "on",
  3006. "LastUsed": 1590321087,
  3007. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  3008. },
  3009. {
  3010. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/games@autozsys_f183de",
  3011. "IsSnapshot": true,
  3012. "Mountpoint": "/var/games",
  3013. "CanMount": "on",
  3014. "LastUsed": 1590321087,
  3015. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  3016. },
  3017. {
  3018. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/lib@autozsys_f183de",
  3019. "IsSnapshot": true,
  3020. "Mountpoint": "/var/lib",
  3021. "CanMount": "on",
  3022. "LastUsed": 1590321087,
  3023. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  3024. },
  3025. {
  3026. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/log@autozsys_f183de",
  3027. "IsSnapshot": true,
  3028. "Mountpoint": "/var/log",
  3029. "CanMount": "on",
  3030. "LastUsed": 1590321087,
  3031. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  3032. },
  3033. {
  3034. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/mail@autozsys_f183de",
  3035. "IsSnapshot": true,
  3036. "Mountpoint": "/var/mail",
  3037. "CanMount": "on",
  3038. "LastUsed": 1590321087,
  3039. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  3040. },
  3041. {
  3042. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/snap@autozsys_f183de",
  3043. "IsSnapshot": true,
  3044. "Mountpoint": "/var/snap",
  3045. "CanMount": "on",
  3046. "LastUsed": 1590321087,
  3047. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  3048. },
  3049. {
  3050. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/spool@autozsys_f183de",
  3051. "IsSnapshot": true,
  3052. "Mountpoint": "/var/spool",
  3053. "CanMount": "on",
  3054. "LastUsed": 1590321087,
  3055. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  3056. },
  3057. {
  3058. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/www@autozsys_f183de",
  3059. "IsSnapshot": true,
  3060. "Mountpoint": "/var/www",
  3061. "CanMount": "on",
  3062. "LastUsed": 1590321087,
  3063. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  3064. },
  3065. {
  3066. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/lib/AccountsService@autozsys_f183de",
  3067. "IsSnapshot": true,
  3068. "Mountpoint": "/var/lib/AccountsService",
  3069. "CanMount": "on",
  3070. "LastUsed": 1590321087,
  3071. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  3072. },
  3073. {
  3074. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/lib/NetworkManager@autozsys_f183de",
  3075. "IsSnapshot": true,
  3076. "Mountpoint": "/var/lib/NetworkManager",
  3077. "CanMount": "on",
  3078. "LastUsed": 1590321087,
  3079. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  3080. },
  3081. {
  3082. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/lib/apt@autozsys_f183de",
  3083. "IsSnapshot": true,
  3084. "Mountpoint": "/var/lib/apt",
  3085. "CanMount": "on",
  3086. "LastUsed": 1590321087,
  3087. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  3088. },
  3089. {
  3090. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/lib/dpkg@autozsys_f183de",
  3091. "IsSnapshot": true,
  3092. "Mountpoint": "/var/lib/dpkg",
  3093. "CanMount": "on",
  3094. "LastUsed": 1590321087,
  3095. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  3096. }
  3097. ]
  3098. },
  3099. "Users": {
  3100. "root": {
  3101. "ID": "rpool/USERDATA/root_hmndiy@autozsys_f183de",
  3102. "LastUsed": "2020-05-24T08:51:27-03:00",
  3103. "Datasets": {
  3104. "rpool/USERDATA/root_hmndiy@autozsys_f183de": [
  3105. {
  3106. "Name": "rpool/USERDATA/root_hmndiy@autozsys_f183de",
  3107. "IsSnapshot": true,
  3108. "Mountpoint": "/root",
  3109. "CanMount": "on",
  3110. "LastUsed": 1590321087
  3111. }
  3112. ]
  3113. }
  3114. }
  3115. }
  3116. },
  3117. "rpool/ROOT/ubuntu_hk5cbk@autozsys_fmada9": {
  3118. "ID": "rpool/ROOT/ubuntu_hk5cbk@autozsys_fmada9",
  3119. "LastUsed": "2020-05-19T20:25:30-03:00",
  3120. "Datasets": {
  3121. "bpool/BOOT/ubuntu_hk5cbk@autozsys_fmada9": [
  3122. {
  3123. "Name": "bpool/BOOT/ubuntu_hk5cbk@autozsys_fmada9",
  3124. "IsSnapshot": true,
  3125. "Mountpoint": "/boot",
  3126. "CanMount": "on",
  3127. "LastUsed": 1589930730
  3128. }
  3129. ],
  3130. "rpool/ROOT/ubuntu_hk5cbk@autozsys_fmada9": [
  3131. {
  3132. "Name": "rpool/ROOT/ubuntu_hk5cbk@autozsys_fmada9",
  3133. "IsSnapshot": true,
  3134. "Mountpoint": "/",
  3135. "CanMount": "on",
  3136. "BootFS": true,
  3137. "LastUsed": 1589930730,
  3138. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  3139. },
  3140. {
  3141. "Name": "rpool/ROOT/ubuntu_hk5cbk/srv@autozsys_fmada9",
  3142. "IsSnapshot": true,
  3143. "Mountpoint": "/srv",
  3144. "CanMount": "on",
  3145. "LastUsed": 1589930730,
  3146. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  3147. },
  3148. {
  3149. "Name": "rpool/ROOT/ubuntu_hk5cbk/usr@autozsys_fmada9",
  3150. "IsSnapshot": true,
  3151. "Mountpoint": "/usr",
  3152. "CanMount": "off",
  3153. "LastUsed": 1589930730,
  3154. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  3155. },
  3156. {
  3157. "Name": "rpool/ROOT/ubuntu_hk5cbk/var@autozsys_fmada9",
  3158. "IsSnapshot": true,
  3159. "Mountpoint": "/var",
  3160. "CanMount": "off",
  3161. "LastUsed": 1589930730,
  3162. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  3163. },
  3164. {
  3165. "Name": "rpool/ROOT/ubuntu_hk5cbk/usr/local@autozsys_fmada9",
  3166. "IsSnapshot": true,
  3167. "Mountpoint": "/usr/local",
  3168. "CanMount": "on",
  3169. "LastUsed": 1589930730,
  3170. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  3171. },
  3172. {
  3173. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/games@autozsys_fmada9",
  3174. "IsSnapshot": true,
  3175. "Mountpoint": "/var/games",
  3176. "CanMount": "on",
  3177. "LastUsed": 1589930730,
  3178. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  3179. },
  3180. {
  3181. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/lib@autozsys_fmada9",
  3182. "IsSnapshot": true,
  3183. "Mountpoint": "/var/lib",
  3184. "CanMount": "on",
  3185. "LastUsed": 1589930730,
  3186. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  3187. },
  3188. {
  3189. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/log@autozsys_fmada9",
  3190. "IsSnapshot": true,
  3191. "Mountpoint": "/var/log",
  3192. "CanMount": "on",
  3193. "LastUsed": 1589930730,
  3194. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  3195. },
  3196. {
  3197. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/mail@autozsys_fmada9",
  3198. "IsSnapshot": true,
  3199. "Mountpoint": "/var/mail",
  3200. "CanMount": "on",
  3201. "LastUsed": 1589930730,
  3202. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  3203. },
  3204. {
  3205. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/snap@autozsys_fmada9",
  3206. "IsSnapshot": true,
  3207. "Mountpoint": "/var/snap",
  3208. "CanMount": "on",
  3209. "LastUsed": 1589930730,
  3210. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  3211. },
  3212. {
  3213. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/spool@autozsys_fmada9",
  3214. "IsSnapshot": true,
  3215. "Mountpoint": "/var/spool",
  3216. "CanMount": "on",
  3217. "LastUsed": 1589930730,
  3218. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  3219. },
  3220. {
  3221. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/www@autozsys_fmada9",
  3222. "IsSnapshot": true,
  3223. "Mountpoint": "/var/www",
  3224. "CanMount": "on",
  3225. "LastUsed": 1589930730,
  3226. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  3227. },
  3228. {
  3229. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/lib/AccountsService@autozsys_fmada9",
  3230. "IsSnapshot": true,
  3231. "Mountpoint": "/var/lib/AccountsService",
  3232. "CanMount": "on",
  3233. "LastUsed": 1589930730,
  3234. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  3235. },
  3236. {
  3237. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/lib/NetworkManager@autozsys_fmada9",
  3238. "IsSnapshot": true,
  3239. "Mountpoint": "/var/lib/NetworkManager",
  3240. "CanMount": "on",
  3241. "LastUsed": 1589930730,
  3242. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  3243. },
  3244. {
  3245. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/lib/apt@autozsys_fmada9",
  3246. "IsSnapshot": true,
  3247. "Mountpoint": "/var/lib/apt",
  3248. "CanMount": "on",
  3249. "LastUsed": 1589930730,
  3250. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  3251. },
  3252. {
  3253. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/lib/dpkg@autozsys_fmada9",
  3254. "IsSnapshot": true,
  3255. "Mountpoint": "/var/lib/dpkg",
  3256. "CanMount": "on",
  3257. "LastUsed": 1589930730,
  3258. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  3259. }
  3260. ]
  3261. },
  3262. "Users": {
  3263. "root": {
  3264. "ID": "rpool/USERDATA/root_hmndiy@autozsys_fmada9",
  3265. "LastUsed": "2020-05-19T20:25:30-03:00",
  3266. "Datasets": {
  3267. "rpool/USERDATA/root_hmndiy@autozsys_fmada9": [
  3268. {
  3269. "Name": "rpool/USERDATA/root_hmndiy@autozsys_fmada9",
  3270. "IsSnapshot": true,
  3271. "Mountpoint": "/root",
  3272. "CanMount": "on",
  3273. "LastUsed": 1589930730
  3274. }
  3275. ]
  3276. }
  3277. }
  3278. }
  3279. },
  3280. "rpool/ROOT/ubuntu_hk5cbk@autozsys_ftbrbj": {
  3281. "ID": "rpool/ROOT/ubuntu_hk5cbk@autozsys_ftbrbj",
  3282. "LastUsed": "2020-05-19T10:54:40-03:00",
  3283. "Datasets": {
  3284. "bpool/BOOT/ubuntu_hk5cbk@autozsys_ftbrbj": [
  3285. {
  3286. "Name": "bpool/BOOT/ubuntu_hk5cbk@autozsys_ftbrbj",
  3287. "IsSnapshot": true,
  3288. "Mountpoint": "/boot",
  3289. "CanMount": "on",
  3290. "LastUsed": 1589896480
  3291. }
  3292. ],
  3293. "rpool/ROOT/ubuntu_hk5cbk@autozsys_ftbrbj": [
  3294. {
  3295. "Name": "rpool/ROOT/ubuntu_hk5cbk@autozsys_ftbrbj",
  3296. "IsSnapshot": true,
  3297. "Mountpoint": "/",
  3298. "CanMount": "on",
  3299. "BootFS": true,
  3300. "LastUsed": 1589896480,
  3301. "LastBootedKernel": "vmlinuz-5.4.0-30-generic"
  3302. },
  3303. {
  3304. "Name": "rpool/ROOT/ubuntu_hk5cbk/srv@autozsys_ftbrbj",
  3305. "IsSnapshot": true,
  3306. "Mountpoint": "/srv",
  3307. "CanMount": "on",
  3308. "LastUsed": 1589896480,
  3309. "LastBootedKernel": "vmlinuz-5.4.0-30-generic"
  3310. },
  3311. {
  3312. "Name": "rpool/ROOT/ubuntu_hk5cbk/usr@autozsys_ftbrbj",
  3313. "IsSnapshot": true,
  3314. "Mountpoint": "/usr",
  3315. "CanMount": "off",
  3316. "LastUsed": 1589896480,
  3317. "LastBootedKernel": "vmlinuz-5.4.0-30-generic"
  3318. },
  3319. {
  3320. "Name": "rpool/ROOT/ubuntu_hk5cbk/var@autozsys_ftbrbj",
  3321. "IsSnapshot": true,
  3322. "Mountpoint": "/var",
  3323. "CanMount": "off",
  3324. "LastUsed": 1589896480,
  3325. "LastBootedKernel": "vmlinuz-5.4.0-30-generic"
  3326. },
  3327. {
  3328. "Name": "rpool/ROOT/ubuntu_hk5cbk/usr/local@autozsys_ftbrbj",
  3329. "IsSnapshot": true,
  3330. "Mountpoint": "/usr/local",
  3331. "CanMount": "on",
  3332. "LastUsed": 1589896480,
  3333. "LastBootedKernel": "vmlinuz-5.4.0-30-generic"
  3334. },
  3335. {
  3336. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/games@autozsys_ftbrbj",
  3337. "IsSnapshot": true,
  3338. "Mountpoint": "/var/games",
  3339. "CanMount": "on",
  3340. "LastUsed": 1589896480,
  3341. "LastBootedKernel": "vmlinuz-5.4.0-30-generic"
  3342. },
  3343. {
  3344. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/lib@autozsys_ftbrbj",
  3345. "IsSnapshot": true,
  3346. "Mountpoint": "/var/lib",
  3347. "CanMount": "on",
  3348. "LastUsed": 1589896480,
  3349. "LastBootedKernel": "vmlinuz-5.4.0-30-generic"
  3350. },
  3351. {
  3352. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/log@autozsys_ftbrbj",
  3353. "IsSnapshot": true,
  3354. "Mountpoint": "/var/log",
  3355. "CanMount": "on",
  3356. "LastUsed": 1589896480,
  3357. "LastBootedKernel": "vmlinuz-5.4.0-30-generic"
  3358. },
  3359. {
  3360. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/mail@autozsys_ftbrbj",
  3361. "IsSnapshot": true,
  3362. "Mountpoint": "/var/mail",
  3363. "CanMount": "on",
  3364. "LastUsed": 1589896480,
  3365. "LastBootedKernel": "vmlinuz-5.4.0-30-generic"
  3366. },
  3367. {
  3368. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/snap@autozsys_ftbrbj",
  3369. "IsSnapshot": true,
  3370. "Mountpoint": "/var/snap",
  3371. "CanMount": "on",
  3372. "LastUsed": 1589896480,
  3373. "LastBootedKernel": "vmlinuz-5.4.0-30-generic"
  3374. },
  3375. {
  3376. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/spool@autozsys_ftbrbj",
  3377. "IsSnapshot": true,
  3378. "Mountpoint": "/var/spool",
  3379. "CanMount": "on",
  3380. "LastUsed": 1589896480,
  3381. "LastBootedKernel": "vmlinuz-5.4.0-30-generic"
  3382. },
  3383. {
  3384. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/www@autozsys_ftbrbj",
  3385. "IsSnapshot": true,
  3386. "Mountpoint": "/var/www",
  3387. "CanMount": "on",
  3388. "LastUsed": 1589896480,
  3389. "LastBootedKernel": "vmlinuz-5.4.0-30-generic"
  3390. },
  3391. {
  3392. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/lib/AccountsService@autozsys_ftbrbj",
  3393. "IsSnapshot": true,
  3394. "Mountpoint": "/var/lib/AccountsService",
  3395. "CanMount": "on",
  3396. "LastUsed": 1589896480,
  3397. "LastBootedKernel": "vmlinuz-5.4.0-30-generic"
  3398. },
  3399. {
  3400. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/lib/NetworkManager@autozsys_ftbrbj",
  3401. "IsSnapshot": true,
  3402. "Mountpoint": "/var/lib/NetworkManager",
  3403. "CanMount": "on",
  3404. "LastUsed": 1589896480,
  3405. "LastBootedKernel": "vmlinuz-5.4.0-30-generic"
  3406. },
  3407. {
  3408. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/lib/apt@autozsys_ftbrbj",
  3409. "IsSnapshot": true,
  3410. "Mountpoint": "/var/lib/apt",
  3411. "CanMount": "on",
  3412. "LastUsed": 1589896480,
  3413. "LastBootedKernel": "vmlinuz-5.4.0-30-generic"
  3414. },
  3415. {
  3416. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/lib/dpkg@autozsys_ftbrbj",
  3417. "IsSnapshot": true,
  3418. "Mountpoint": "/var/lib/dpkg",
  3419. "CanMount": "on",
  3420. "LastUsed": 1589896480,
  3421. "LastBootedKernel": "vmlinuz-5.4.0-30-generic"
  3422. }
  3423. ]
  3424. }
  3425. },
  3426. "rpool/ROOT/ubuntu_hk5cbk@autozsys_jcl170": {
  3427. "ID": "rpool/ROOT/ubuntu_hk5cbk@autozsys_jcl170",
  3428. "LastUsed": "2020-05-25T16:10:10-03:00",
  3429. "Datasets": {
  3430. "bpool/BOOT/ubuntu_hk5cbk@autozsys_jcl170": [
  3431. {
  3432. "Name": "bpool/BOOT/ubuntu_hk5cbk@autozsys_jcl170",
  3433. "IsSnapshot": true,
  3434. "Mountpoint": "/boot",
  3435. "CanMount": "on",
  3436. "LastUsed": 1590433810
  3437. }
  3438. ],
  3439. "rpool/ROOT/ubuntu_hk5cbk@autozsys_jcl170": [
  3440. {
  3441. "Name": "rpool/ROOT/ubuntu_hk5cbk@autozsys_jcl170",
  3442. "IsSnapshot": true,
  3443. "Mountpoint": "/",
  3444. "CanMount": "on",
  3445. "BootFS": true,
  3446. "LastUsed": 1590433810,
  3447. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  3448. },
  3449. {
  3450. "Name": "rpool/ROOT/ubuntu_hk5cbk/srv@autozsys_jcl170",
  3451. "IsSnapshot": true,
  3452. "Mountpoint": "/srv",
  3453. "CanMount": "on",
  3454. "LastUsed": 1590433810,
  3455. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  3456. },
  3457. {
  3458. "Name": "rpool/ROOT/ubuntu_hk5cbk/usr@autozsys_jcl170",
  3459. "IsSnapshot": true,
  3460. "Mountpoint": "/usr",
  3461. "CanMount": "off",
  3462. "LastUsed": 1590433810,
  3463. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  3464. },
  3465. {
  3466. "Name": "rpool/ROOT/ubuntu_hk5cbk/var@autozsys_jcl170",
  3467. "IsSnapshot": true,
  3468. "Mountpoint": "/var",
  3469. "CanMount": "off",
  3470. "LastUsed": 1590433810,
  3471. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  3472. },
  3473. {
  3474. "Name": "rpool/ROOT/ubuntu_hk5cbk/usr/local@autozsys_jcl170",
  3475. "IsSnapshot": true,
  3476. "Mountpoint": "/usr/local",
  3477. "CanMount": "on",
  3478. "LastUsed": 1590433810,
  3479. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  3480. },
  3481. {
  3482. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/games@autozsys_jcl170",
  3483. "IsSnapshot": true,
  3484. "Mountpoint": "/var/games",
  3485. "CanMount": "on",
  3486. "LastUsed": 1590433810,
  3487. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  3488. },
  3489. {
  3490. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/lib@autozsys_jcl170",
  3491. "IsSnapshot": true,
  3492. "Mountpoint": "/var/lib",
  3493. "CanMount": "on",
  3494. "LastUsed": 1590433810,
  3495. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  3496. },
  3497. {
  3498. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/log@autozsys_jcl170",
  3499. "IsSnapshot": true,
  3500. "Mountpoint": "/var/log",
  3501. "CanMount": "on",
  3502. "LastUsed": 1590433810,
  3503. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  3504. },
  3505. {
  3506. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/mail@autozsys_jcl170",
  3507. "IsSnapshot": true,
  3508. "Mountpoint": "/var/mail",
  3509. "CanMount": "on",
  3510. "LastUsed": 1590433810,
  3511. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  3512. },
  3513. {
  3514. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/snap@autozsys_jcl170",
  3515. "IsSnapshot": true,
  3516. "Mountpoint": "/var/snap",
  3517. "CanMount": "on",
  3518. "LastUsed": 1590433810,
  3519. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  3520. },
  3521. {
  3522. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/spool@autozsys_jcl170",
  3523. "IsSnapshot": true,
  3524. "Mountpoint": "/var/spool",
  3525. "CanMount": "on",
  3526. "LastUsed": 1590433810,
  3527. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  3528. },
  3529. {
  3530. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/www@autozsys_jcl170",
  3531. "IsSnapshot": true,
  3532. "Mountpoint": "/var/www",
  3533. "CanMount": "on",
  3534. "LastUsed": 1590433810,
  3535. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  3536. },
  3537. {
  3538. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/lib/AccountsService@autozsys_jcl170",
  3539. "IsSnapshot": true,
  3540. "Mountpoint": "/var/lib/AccountsService",
  3541. "CanMount": "on",
  3542. "LastUsed": 1590433810,
  3543. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  3544. },
  3545. {
  3546. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/lib/NetworkManager@autozsys_jcl170",
  3547. "IsSnapshot": true,
  3548. "Mountpoint": "/var/lib/NetworkManager",
  3549. "CanMount": "on",
  3550. "LastUsed": 1590433810,
  3551. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  3552. },
  3553. {
  3554. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/lib/apt@autozsys_jcl170",
  3555. "IsSnapshot": true,
  3556. "Mountpoint": "/var/lib/apt",
  3557. "CanMount": "on",
  3558. "LastUsed": 1590433810,
  3559. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  3560. },
  3561. {
  3562. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/lib/dpkg@autozsys_jcl170",
  3563. "IsSnapshot": true,
  3564. "Mountpoint": "/var/lib/dpkg",
  3565. "CanMount": "on",
  3566. "LastUsed": 1590433810,
  3567. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  3568. }
  3569. ]
  3570. },
  3571. "Users": {
  3572. "root": {
  3573. "ID": "rpool/USERDATA/root_hmndiy@autozsys_jcl170",
  3574. "LastUsed": "2020-05-25T16:10:10-03:00",
  3575. "Datasets": {
  3576. "rpool/USERDATA/root_hmndiy@autozsys_jcl170": [
  3577. {
  3578. "Name": "rpool/USERDATA/root_hmndiy@autozsys_jcl170",
  3579. "IsSnapshot": true,
  3580. "Mountpoint": "/root",
  3581. "CanMount": "on",
  3582. "LastUsed": 1590433810
  3583. }
  3584. ]
  3585. }
  3586. }
  3587. }
  3588. },
  3589. "rpool/ROOT/ubuntu_hk5cbk@autozsys_kiunz3": {
  3590. "ID": "rpool/ROOT/ubuntu_hk5cbk@autozsys_kiunz3",
  3591. "LastUsed": "2020-05-20T14:30:36-03:00",
  3592. "Datasets": {
  3593. "bpool/BOOT/ubuntu_hk5cbk@autozsys_kiunz3": [
  3594. {
  3595. "Name": "bpool/BOOT/ubuntu_hk5cbk@autozsys_kiunz3",
  3596. "IsSnapshot": true,
  3597. "Mountpoint": "/boot",
  3598. "CanMount": "on",
  3599. "LastUsed": 1589995836
  3600. }
  3601. ],
  3602. "rpool/ROOT/ubuntu_hk5cbk@autozsys_kiunz3": [
  3603. {
  3604. "Name": "rpool/ROOT/ubuntu_hk5cbk@autozsys_kiunz3",
  3605. "IsSnapshot": true,
  3606. "Mountpoint": "/",
  3607. "CanMount": "on",
  3608. "BootFS": true,
  3609. "LastUsed": 1589995836,
  3610. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  3611. },
  3612. {
  3613. "Name": "rpool/ROOT/ubuntu_hk5cbk/srv@autozsys_kiunz3",
  3614. "IsSnapshot": true,
  3615. "Mountpoint": "/srv",
  3616. "CanMount": "on",
  3617. "LastUsed": 1589995836,
  3618. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  3619. },
  3620. {
  3621. "Name": "rpool/ROOT/ubuntu_hk5cbk/usr@autozsys_kiunz3",
  3622. "IsSnapshot": true,
  3623. "Mountpoint": "/usr",
  3624. "CanMount": "off",
  3625. "LastUsed": 1589995836,
  3626. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  3627. },
  3628. {
  3629. "Name": "rpool/ROOT/ubuntu_hk5cbk/var@autozsys_kiunz3",
  3630. "IsSnapshot": true,
  3631. "Mountpoint": "/var",
  3632. "CanMount": "off",
  3633. "LastUsed": 1589995836,
  3634. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  3635. },
  3636. {
  3637. "Name": "rpool/ROOT/ubuntu_hk5cbk/usr/local@autozsys_kiunz3",
  3638. "IsSnapshot": true,
  3639. "Mountpoint": "/usr/local",
  3640. "CanMount": "on",
  3641. "LastUsed": 1589995836,
  3642. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  3643. },
  3644. {
  3645. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/games@autozsys_kiunz3",
  3646. "IsSnapshot": true,
  3647. "Mountpoint": "/var/games",
  3648. "CanMount": "on",
  3649. "LastUsed": 1589995836,
  3650. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  3651. },
  3652. {
  3653. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/lib@autozsys_kiunz3",
  3654. "IsSnapshot": true,
  3655. "Mountpoint": "/var/lib",
  3656. "CanMount": "on",
  3657. "LastUsed": 1589995836,
  3658. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  3659. },
  3660. {
  3661. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/log@autozsys_kiunz3",
  3662. "IsSnapshot": true,
  3663. "Mountpoint": "/var/log",
  3664. "CanMount": "on",
  3665. "LastUsed": 1589995836,
  3666. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  3667. },
  3668. {
  3669. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/mail@autozsys_kiunz3",
  3670. "IsSnapshot": true,
  3671. "Mountpoint": "/var/mail",
  3672. "CanMount": "on",
  3673. "LastUsed": 1589995836,
  3674. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  3675. },
  3676. {
  3677. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/snap@autozsys_kiunz3",
  3678. "IsSnapshot": true,
  3679. "Mountpoint": "/var/snap",
  3680. "CanMount": "on",
  3681. "LastUsed": 1589995836,
  3682. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  3683. },
  3684. {
  3685. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/spool@autozsys_kiunz3",
  3686. "IsSnapshot": true,
  3687. "Mountpoint": "/var/spool",
  3688. "CanMount": "on",
  3689. "LastUsed": 1589995836,
  3690. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  3691. },
  3692. {
  3693. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/www@autozsys_kiunz3",
  3694. "IsSnapshot": true,
  3695. "Mountpoint": "/var/www",
  3696. "CanMount": "on",
  3697. "LastUsed": 1589995836,
  3698. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  3699. },
  3700. {
  3701. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/lib/AccountsService@autozsys_kiunz3",
  3702. "IsSnapshot": true,
  3703. "Mountpoint": "/var/lib/AccountsService",
  3704. "CanMount": "on",
  3705. "LastUsed": 1589995836,
  3706. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  3707. },
  3708. {
  3709. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/lib/NetworkManager@autozsys_kiunz3",
  3710. "IsSnapshot": true,
  3711. "Mountpoint": "/var/lib/NetworkManager",
  3712. "CanMount": "on",
  3713. "LastUsed": 1589995836,
  3714. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  3715. },
  3716. {
  3717. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/lib/apt@autozsys_kiunz3",
  3718. "IsSnapshot": true,
  3719. "Mountpoint": "/var/lib/apt",
  3720. "CanMount": "on",
  3721. "LastUsed": 1589995836,
  3722. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  3723. },
  3724. {
  3725. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/lib/dpkg@autozsys_kiunz3",
  3726. "IsSnapshot": true,
  3727. "Mountpoint": "/var/lib/dpkg",
  3728. "CanMount": "on",
  3729. "LastUsed": 1589995836,
  3730. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  3731. }
  3732. ]
  3733. },
  3734. "Users": {
  3735. "root": {
  3736. "ID": "rpool/USERDATA/root_hmndiy@autozsys_kiunz3",
  3737. "LastUsed": "2020-05-20T14:30:36-03:00",
  3738. "Datasets": {
  3739. "rpool/USERDATA/root_hmndiy@autozsys_kiunz3": [
  3740. {
  3741. "Name": "rpool/USERDATA/root_hmndiy@autozsys_kiunz3",
  3742. "IsSnapshot": true,
  3743. "Mountpoint": "/root",
  3744. "CanMount": "on",
  3745. "LastUsed": 1589995836
  3746. }
  3747. ]
  3748. }
  3749. }
  3750. }
  3751. },
  3752. "rpool/ROOT/ubuntu_hk5cbk@autozsys_lp9fkf": {
  3753. "ID": "rpool/ROOT/ubuntu_hk5cbk@autozsys_lp9fkf",
  3754. "LastUsed": "2020-05-19T12:47:22-03:00",
  3755. "Datasets": {
  3756. "bpool/BOOT/ubuntu_hk5cbk@autozsys_lp9fkf": [
  3757. {
  3758. "Name": "bpool/BOOT/ubuntu_hk5cbk@autozsys_lp9fkf",
  3759. "IsSnapshot": true,
  3760. "Mountpoint": "/boot",
  3761. "CanMount": "on",
  3762. "LastUsed": 1589903242
  3763. }
  3764. ],
  3765. "rpool/ROOT/ubuntu_hk5cbk@autozsys_lp9fkf": [
  3766. {
  3767. "Name": "rpool/ROOT/ubuntu_hk5cbk@autozsys_lp9fkf",
  3768. "IsSnapshot": true,
  3769. "Mountpoint": "/",
  3770. "CanMount": "on",
  3771. "BootFS": true,
  3772. "LastUsed": 1589903242,
  3773. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  3774. },
  3775. {
  3776. "Name": "rpool/ROOT/ubuntu_hk5cbk/srv@autozsys_lp9fkf",
  3777. "IsSnapshot": true,
  3778. "Mountpoint": "/srv",
  3779. "CanMount": "on",
  3780. "LastUsed": 1589903242,
  3781. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  3782. },
  3783. {
  3784. "Name": "rpool/ROOT/ubuntu_hk5cbk/usr@autozsys_lp9fkf",
  3785. "IsSnapshot": true,
  3786. "Mountpoint": "/usr",
  3787. "CanMount": "off",
  3788. "LastUsed": 1589903242,
  3789. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  3790. },
  3791. {
  3792. "Name": "rpool/ROOT/ubuntu_hk5cbk/var@autozsys_lp9fkf",
  3793. "IsSnapshot": true,
  3794. "Mountpoint": "/var",
  3795. "CanMount": "off",
  3796. "LastUsed": 1589903242,
  3797. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  3798. },
  3799. {
  3800. "Name": "rpool/ROOT/ubuntu_hk5cbk/usr/local@autozsys_lp9fkf",
  3801. "IsSnapshot": true,
  3802. "Mountpoint": "/usr/local",
  3803. "CanMount": "on",
  3804. "LastUsed": 1589903242,
  3805. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  3806. },
  3807. {
  3808. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/games@autozsys_lp9fkf",
  3809. "IsSnapshot": true,
  3810. "Mountpoint": "/var/games",
  3811. "CanMount": "on",
  3812. "LastUsed": 1589903242,
  3813. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  3814. },
  3815. {
  3816. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/lib@autozsys_lp9fkf",
  3817. "IsSnapshot": true,
  3818. "Mountpoint": "/var/lib",
  3819. "CanMount": "on",
  3820. "LastUsed": 1589903242,
  3821. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  3822. },
  3823. {
  3824. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/log@autozsys_lp9fkf",
  3825. "IsSnapshot": true,
  3826. "Mountpoint": "/var/log",
  3827. "CanMount": "on",
  3828. "LastUsed": 1589903242,
  3829. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  3830. },
  3831. {
  3832. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/mail@autozsys_lp9fkf",
  3833. "IsSnapshot": true,
  3834. "Mountpoint": "/var/mail",
  3835. "CanMount": "on",
  3836. "LastUsed": 1589903242,
  3837. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  3838. },
  3839. {
  3840. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/snap@autozsys_lp9fkf",
  3841. "IsSnapshot": true,
  3842. "Mountpoint": "/var/snap",
  3843. "CanMount": "on",
  3844. "LastUsed": 1589903242,
  3845. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  3846. },
  3847. {
  3848. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/spool@autozsys_lp9fkf",
  3849. "IsSnapshot": true,
  3850. "Mountpoint": "/var/spool",
  3851. "CanMount": "on",
  3852. "LastUsed": 1589903242,
  3853. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  3854. },
  3855. {
  3856. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/www@autozsys_lp9fkf",
  3857. "IsSnapshot": true,
  3858. "Mountpoint": "/var/www",
  3859. "CanMount": "on",
  3860. "LastUsed": 1589903242,
  3861. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  3862. },
  3863. {
  3864. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/lib/AccountsService@autozsys_lp9fkf",
  3865. "IsSnapshot": true,
  3866. "Mountpoint": "/var/lib/AccountsService",
  3867. "CanMount": "on",
  3868. "LastUsed": 1589903242,
  3869. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  3870. },
  3871. {
  3872. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/lib/NetworkManager@autozsys_lp9fkf",
  3873. "IsSnapshot": true,
  3874. "Mountpoint": "/var/lib/NetworkManager",
  3875. "CanMount": "on",
  3876. "LastUsed": 1589903242,
  3877. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  3878. },
  3879. {
  3880. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/lib/apt@autozsys_lp9fkf",
  3881. "IsSnapshot": true,
  3882. "Mountpoint": "/var/lib/apt",
  3883. "CanMount": "on",
  3884. "LastUsed": 1589903242,
  3885. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  3886. },
  3887. {
  3888. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/lib/dpkg@autozsys_lp9fkf",
  3889. "IsSnapshot": true,
  3890. "Mountpoint": "/var/lib/dpkg",
  3891. "CanMount": "on",
  3892. "LastUsed": 1589903242,
  3893. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  3894. }
  3895. ]
  3896. }
  3897. },
  3898. "rpool/ROOT/ubuntu_hk5cbk@autozsys_odfiay": {
  3899. "ID": "rpool/ROOT/ubuntu_hk5cbk@autozsys_odfiay",
  3900. "LastUsed": "2020-05-24T08:13:45-03:00",
  3901. "Datasets": {
  3902. "bpool/BOOT/ubuntu_hk5cbk@autozsys_odfiay": [
  3903. {
  3904. "Name": "bpool/BOOT/ubuntu_hk5cbk@autozsys_odfiay",
  3905. "IsSnapshot": true,
  3906. "Mountpoint": "/boot",
  3907. "CanMount": "on",
  3908. "LastUsed": 1590318826
  3909. }
  3910. ],
  3911. "rpool/ROOT/ubuntu_hk5cbk@autozsys_odfiay": [
  3912. {
  3913. "Name": "rpool/ROOT/ubuntu_hk5cbk@autozsys_odfiay",
  3914. "IsSnapshot": true,
  3915. "Mountpoint": "/",
  3916. "CanMount": "on",
  3917. "BootFS": true,
  3918. "LastUsed": 1590318825,
  3919. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  3920. },
  3921. {
  3922. "Name": "rpool/ROOT/ubuntu_hk5cbk/srv@autozsys_odfiay",
  3923. "IsSnapshot": true,
  3924. "Mountpoint": "/srv",
  3925. "CanMount": "on",
  3926. "LastUsed": 1590318825,
  3927. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  3928. },
  3929. {
  3930. "Name": "rpool/ROOT/ubuntu_hk5cbk/usr@autozsys_odfiay",
  3931. "IsSnapshot": true,
  3932. "Mountpoint": "/usr",
  3933. "CanMount": "off",
  3934. "LastUsed": 1590318825,
  3935. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  3936. },
  3937. {
  3938. "Name": "rpool/ROOT/ubuntu_hk5cbk/var@autozsys_odfiay",
  3939. "IsSnapshot": true,
  3940. "Mountpoint": "/var",
  3941. "CanMount": "off",
  3942. "LastUsed": 1590318825,
  3943. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  3944. },
  3945. {
  3946. "Name": "rpool/ROOT/ubuntu_hk5cbk/usr/local@autozsys_odfiay",
  3947. "IsSnapshot": true,
  3948. "Mountpoint": "/usr/local",
  3949. "CanMount": "on",
  3950. "LastUsed": 1590318825,
  3951. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  3952. },
  3953. {
  3954. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/games@autozsys_odfiay",
  3955. "IsSnapshot": true,
  3956. "Mountpoint": "/var/games",
  3957. "CanMount": "on",
  3958. "LastUsed": 1590318825,
  3959. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  3960. },
  3961. {
  3962. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/lib@autozsys_odfiay",
  3963. "IsSnapshot": true,
  3964. "Mountpoint": "/var/lib",
  3965. "CanMount": "on",
  3966. "LastUsed": 1590318825,
  3967. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  3968. },
  3969. {
  3970. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/log@autozsys_odfiay",
  3971. "IsSnapshot": true,
  3972. "Mountpoint": "/var/log",
  3973. "CanMount": "on",
  3974. "LastUsed": 1590318825,
  3975. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  3976. },
  3977. {
  3978. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/mail@autozsys_odfiay",
  3979. "IsSnapshot": true,
  3980. "Mountpoint": "/var/mail",
  3981. "CanMount": "on",
  3982. "LastUsed": 1590318825,
  3983. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  3984. },
  3985. {
  3986. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/snap@autozsys_odfiay",
  3987. "IsSnapshot": true,
  3988. "Mountpoint": "/var/snap",
  3989. "CanMount": "on",
  3990. "LastUsed": 1590318825,
  3991. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  3992. },
  3993. {
  3994. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/spool@autozsys_odfiay",
  3995. "IsSnapshot": true,
  3996. "Mountpoint": "/var/spool",
  3997. "CanMount": "on",
  3998. "LastUsed": 1590318825,
  3999. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  4000. },
  4001. {
  4002. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/www@autozsys_odfiay",
  4003. "IsSnapshot": true,
  4004. "Mountpoint": "/var/www",
  4005. "CanMount": "on",
  4006. "LastUsed": 1590318825,
  4007. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  4008. },
  4009. {
  4010. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/lib/AccountsService@autozsys_odfiay",
  4011. "IsSnapshot": true,
  4012. "Mountpoint": "/var/lib/AccountsService",
  4013. "CanMount": "on",
  4014. "LastUsed": 1590318825,
  4015. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  4016. },
  4017. {
  4018. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/lib/NetworkManager@autozsys_odfiay",
  4019. "IsSnapshot": true,
  4020. "Mountpoint": "/var/lib/NetworkManager",
  4021. "CanMount": "on",
  4022. "LastUsed": 1590318825,
  4023. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  4024. },
  4025. {
  4026. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/lib/apt@autozsys_odfiay",
  4027. "IsSnapshot": true,
  4028. "Mountpoint": "/var/lib/apt",
  4029. "CanMount": "on",
  4030. "LastUsed": 1590318825,
  4031. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  4032. },
  4033. {
  4034. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/lib/dpkg@autozsys_odfiay",
  4035. "IsSnapshot": true,
  4036. "Mountpoint": "/var/lib/dpkg",
  4037. "CanMount": "on",
  4038. "LastUsed": 1590318825,
  4039. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  4040. }
  4041. ]
  4042. },
  4043. "Users": {
  4044. "root": {
  4045. "ID": "rpool/USERDATA/root_hmndiy@autozsys_odfiay",
  4046. "LastUsed": "2020-05-24T08:13:46-03:00",
  4047. "Datasets": {
  4048. "rpool/USERDATA/root_hmndiy@autozsys_odfiay": [
  4049. {
  4050. "Name": "rpool/USERDATA/root_hmndiy@autozsys_odfiay",
  4051. "IsSnapshot": true,
  4052. "Mountpoint": "/root",
  4053. "CanMount": "on",
  4054. "LastUsed": 1590318826
  4055. }
  4056. ]
  4057. }
  4058. }
  4059. }
  4060. },
  4061. "rpool/ROOT/ubuntu_hk5cbk@autozsys_owh7a2": {
  4062. "ID": "rpool/ROOT/ubuntu_hk5cbk@autozsys_owh7a2",
  4063. "LastUsed": "2020-05-24T08:12:14-03:00",
  4064. "Datasets": {
  4065. "bpool/BOOT/ubuntu_hk5cbk@autozsys_owh7a2": [
  4066. {
  4067. "Name": "bpool/BOOT/ubuntu_hk5cbk@autozsys_owh7a2",
  4068. "IsSnapshot": true,
  4069. "Mountpoint": "/boot",
  4070. "CanMount": "on",
  4071. "LastUsed": 1590318734
  4072. }
  4073. ],
  4074. "rpool/ROOT/ubuntu_hk5cbk@autozsys_owh7a2": [
  4075. {
  4076. "Name": "rpool/ROOT/ubuntu_hk5cbk@autozsys_owh7a2",
  4077. "IsSnapshot": true,
  4078. "Mountpoint": "/",
  4079. "CanMount": "on",
  4080. "BootFS": true,
  4081. "LastUsed": 1590318734,
  4082. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  4083. },
  4084. {
  4085. "Name": "rpool/ROOT/ubuntu_hk5cbk/srv@autozsys_owh7a2",
  4086. "IsSnapshot": true,
  4087. "Mountpoint": "/srv",
  4088. "CanMount": "on",
  4089. "LastUsed": 1590318734,
  4090. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  4091. },
  4092. {
  4093. "Name": "rpool/ROOT/ubuntu_hk5cbk/usr@autozsys_owh7a2",
  4094. "IsSnapshot": true,
  4095. "Mountpoint": "/usr",
  4096. "CanMount": "off",
  4097. "LastUsed": 1590318734,
  4098. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  4099. },
  4100. {
  4101. "Name": "rpool/ROOT/ubuntu_hk5cbk/var@autozsys_owh7a2",
  4102. "IsSnapshot": true,
  4103. "Mountpoint": "/var",
  4104. "CanMount": "off",
  4105. "LastUsed": 1590318734,
  4106. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  4107. },
  4108. {
  4109. "Name": "rpool/ROOT/ubuntu_hk5cbk/usr/local@autozsys_owh7a2",
  4110. "IsSnapshot": true,
  4111. "Mountpoint": "/usr/local",
  4112. "CanMount": "on",
  4113. "LastUsed": 1590318734,
  4114. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  4115. },
  4116. {
  4117. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/games@autozsys_owh7a2",
  4118. "IsSnapshot": true,
  4119. "Mountpoint": "/var/games",
  4120. "CanMount": "on",
  4121. "LastUsed": 1590318734,
  4122. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  4123. },
  4124. {
  4125. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/lib@autozsys_owh7a2",
  4126. "IsSnapshot": true,
  4127. "Mountpoint": "/var/lib",
  4128. "CanMount": "on",
  4129. "LastUsed": 1590318734,
  4130. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  4131. },
  4132. {
  4133. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/log@autozsys_owh7a2",
  4134. "IsSnapshot": true,
  4135. "Mountpoint": "/var/log",
  4136. "CanMount": "on",
  4137. "LastUsed": 1590318734,
  4138. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  4139. },
  4140. {
  4141. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/mail@autozsys_owh7a2",
  4142. "IsSnapshot": true,
  4143. "Mountpoint": "/var/mail",
  4144. "CanMount": "on",
  4145. "LastUsed": 1590318734,
  4146. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  4147. },
  4148. {
  4149. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/snap@autozsys_owh7a2",
  4150. "IsSnapshot": true,
  4151. "Mountpoint": "/var/snap",
  4152. "CanMount": "on",
  4153. "LastUsed": 1590318734,
  4154. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  4155. },
  4156. {
  4157. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/spool@autozsys_owh7a2",
  4158. "IsSnapshot": true,
  4159. "Mountpoint": "/var/spool",
  4160. "CanMount": "on",
  4161. "LastUsed": 1590318734,
  4162. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  4163. },
  4164. {
  4165. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/www@autozsys_owh7a2",
  4166. "IsSnapshot": true,
  4167. "Mountpoint": "/var/www",
  4168. "CanMount": "on",
  4169. "LastUsed": 1590318734,
  4170. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  4171. },
  4172. {
  4173. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/lib/AccountsService@autozsys_owh7a2",
  4174. "IsSnapshot": true,
  4175. "Mountpoint": "/var/lib/AccountsService",
  4176. "CanMount": "on",
  4177. "LastUsed": 1590318734,
  4178. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  4179. },
  4180. {
  4181. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/lib/NetworkManager@autozsys_owh7a2",
  4182. "IsSnapshot": true,
  4183. "Mountpoint": "/var/lib/NetworkManager",
  4184. "CanMount": "on",
  4185. "LastUsed": 1590318734,
  4186. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  4187. },
  4188. {
  4189. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/lib/apt@autozsys_owh7a2",
  4190. "IsSnapshot": true,
  4191. "Mountpoint": "/var/lib/apt",
  4192. "CanMount": "on",
  4193. "LastUsed": 1590318734,
  4194. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  4195. },
  4196. {
  4197. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/lib/dpkg@autozsys_owh7a2",
  4198. "IsSnapshot": true,
  4199. "Mountpoint": "/var/lib/dpkg",
  4200. "CanMount": "on",
  4201. "LastUsed": 1590318734,
  4202. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  4203. }
  4204. ]
  4205. },
  4206. "Users": {
  4207. "root": {
  4208. "ID": "rpool/USERDATA/root_hmndiy@autozsys_owh7a2",
  4209. "LastUsed": "2020-05-24T08:12:14-03:00",
  4210. "Datasets": {
  4211. "rpool/USERDATA/root_hmndiy@autozsys_owh7a2": [
  4212. {
  4213. "Name": "rpool/USERDATA/root_hmndiy@autozsys_owh7a2",
  4214. "IsSnapshot": true,
  4215. "Mountpoint": "/root",
  4216. "CanMount": "on",
  4217. "LastUsed": 1590318734
  4218. }
  4219. ]
  4220. }
  4221. }
  4222. }
  4223. },
  4224. "rpool/ROOT/ubuntu_hk5cbk@autozsys_s3ca0r": {
  4225. "ID": "rpool/ROOT/ubuntu_hk5cbk@autozsys_s3ca0r",
  4226. "LastUsed": "2020-05-24T08:13:15-03:00",
  4227. "Datasets": {
  4228. "bpool/BOOT/ubuntu_hk5cbk@autozsys_s3ca0r": [
  4229. {
  4230. "Name": "bpool/BOOT/ubuntu_hk5cbk@autozsys_s3ca0r",
  4231. "IsSnapshot": true,
  4232. "Mountpoint": "/boot",
  4233. "CanMount": "on",
  4234. "LastUsed": 1590318795
  4235. }
  4236. ],
  4237. "rpool/ROOT/ubuntu_hk5cbk@autozsys_s3ca0r": [
  4238. {
  4239. "Name": "rpool/ROOT/ubuntu_hk5cbk@autozsys_s3ca0r",
  4240. "IsSnapshot": true,
  4241. "Mountpoint": "/",
  4242. "CanMount": "on",
  4243. "BootFS": true,
  4244. "LastUsed": 1590318795,
  4245. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  4246. },
  4247. {
  4248. "Name": "rpool/ROOT/ubuntu_hk5cbk/srv@autozsys_s3ca0r",
  4249. "IsSnapshot": true,
  4250. "Mountpoint": "/srv",
  4251. "CanMount": "on",
  4252. "LastUsed": 1590318795,
  4253. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  4254. },
  4255. {
  4256. "Name": "rpool/ROOT/ubuntu_hk5cbk/usr@autozsys_s3ca0r",
  4257. "IsSnapshot": true,
  4258. "Mountpoint": "/usr",
  4259. "CanMount": "off",
  4260. "LastUsed": 1590318795,
  4261. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  4262. },
  4263. {
  4264. "Name": "rpool/ROOT/ubuntu_hk5cbk/var@autozsys_s3ca0r",
  4265. "IsSnapshot": true,
  4266. "Mountpoint": "/var",
  4267. "CanMount": "off",
  4268. "LastUsed": 1590318795,
  4269. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  4270. },
  4271. {
  4272. "Name": "rpool/ROOT/ubuntu_hk5cbk/usr/local@autozsys_s3ca0r",
  4273. "IsSnapshot": true,
  4274. "Mountpoint": "/usr/local",
  4275. "CanMount": "on",
  4276. "LastUsed": 1590318795,
  4277. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  4278. },
  4279. {
  4280. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/games@autozsys_s3ca0r",
  4281. "IsSnapshot": true,
  4282. "Mountpoint": "/var/games",
  4283. "CanMount": "on",
  4284. "LastUsed": 1590318795,
  4285. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  4286. },
  4287. {
  4288. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/lib@autozsys_s3ca0r",
  4289. "IsSnapshot": true,
  4290. "Mountpoint": "/var/lib",
  4291. "CanMount": "on",
  4292. "LastUsed": 1590318795,
  4293. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  4294. },
  4295. {
  4296. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/log@autozsys_s3ca0r",
  4297. "IsSnapshot": true,
  4298. "Mountpoint": "/var/log",
  4299. "CanMount": "on",
  4300. "LastUsed": 1590318795,
  4301. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  4302. },
  4303. {
  4304. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/mail@autozsys_s3ca0r",
  4305. "IsSnapshot": true,
  4306. "Mountpoint": "/var/mail",
  4307. "CanMount": "on",
  4308. "LastUsed": 1590318795,
  4309. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  4310. },
  4311. {
  4312. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/snap@autozsys_s3ca0r",
  4313. "IsSnapshot": true,
  4314. "Mountpoint": "/var/snap",
  4315. "CanMount": "on",
  4316. "LastUsed": 1590318795,
  4317. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  4318. },
  4319. {
  4320. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/spool@autozsys_s3ca0r",
  4321. "IsSnapshot": true,
  4322. "Mountpoint": "/var/spool",
  4323. "CanMount": "on",
  4324. "LastUsed": 1590318795,
  4325. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  4326. },
  4327. {
  4328. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/www@autozsys_s3ca0r",
  4329. "IsSnapshot": true,
  4330. "Mountpoint": "/var/www",
  4331. "CanMount": "on",
  4332. "LastUsed": 1590318795,
  4333. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  4334. },
  4335. {
  4336. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/lib/AccountsService@autozsys_s3ca0r",
  4337. "IsSnapshot": true,
  4338. "Mountpoint": "/var/lib/AccountsService",
  4339. "CanMount": "on",
  4340. "LastUsed": 1590318795,
  4341. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  4342. },
  4343. {
  4344. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/lib/NetworkManager@autozsys_s3ca0r",
  4345. "IsSnapshot": true,
  4346. "Mountpoint": "/var/lib/NetworkManager",
  4347. "CanMount": "on",
  4348. "LastUsed": 1590318795,
  4349. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  4350. },
  4351. {
  4352. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/lib/apt@autozsys_s3ca0r",
  4353. "IsSnapshot": true,
  4354. "Mountpoint": "/var/lib/apt",
  4355. "CanMount": "on",
  4356. "LastUsed": 1590318795,
  4357. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  4358. },
  4359. {
  4360. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/lib/dpkg@autozsys_s3ca0r",
  4361. "IsSnapshot": true,
  4362. "Mountpoint": "/var/lib/dpkg",
  4363. "CanMount": "on",
  4364. "LastUsed": 1590318795,
  4365. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  4366. }
  4367. ]
  4368. },
  4369. "Users": {
  4370. "root": {
  4371. "ID": "rpool/USERDATA/root_hmndiy@autozsys_s3ca0r",
  4372. "LastUsed": "2020-05-24T08:13:15-03:00",
  4373. "Datasets": {
  4374. "rpool/USERDATA/root_hmndiy@autozsys_s3ca0r": [
  4375. {
  4376. "Name": "rpool/USERDATA/root_hmndiy@autozsys_s3ca0r",
  4377. "IsSnapshot": true,
  4378. "Mountpoint": "/root",
  4379. "CanMount": "on",
  4380. "LastUsed": 1590318795
  4381. }
  4382. ]
  4383. }
  4384. }
  4385. }
  4386. },
  4387. "rpool/ROOT/ubuntu_hk5cbk@autozsys_spr01g": {
  4388. "ID": "rpool/ROOT/ubuntu_hk5cbk@autozsys_spr01g",
  4389. "LastUsed": "2020-05-21T21:31:25-03:00",
  4390. "Datasets": {
  4391. "bpool/BOOT/ubuntu_hk5cbk@autozsys_spr01g": [
  4392. {
  4393. "Name": "bpool/BOOT/ubuntu_hk5cbk@autozsys_spr01g",
  4394. "IsSnapshot": true,
  4395. "Mountpoint": "/boot",
  4396. "CanMount": "on",
  4397. "LastUsed": 1590107485
  4398. }
  4399. ],
  4400. "rpool/ROOT/ubuntu_hk5cbk@autozsys_spr01g": [
  4401. {
  4402. "Name": "rpool/ROOT/ubuntu_hk5cbk@autozsys_spr01g",
  4403. "IsSnapshot": true,
  4404. "Mountpoint": "/",
  4405. "CanMount": "on",
  4406. "BootFS": true,
  4407. "LastUsed": 1590107485,
  4408. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  4409. },
  4410. {
  4411. "Name": "rpool/ROOT/ubuntu_hk5cbk/srv@autozsys_spr01g",
  4412. "IsSnapshot": true,
  4413. "Mountpoint": "/srv",
  4414. "CanMount": "on",
  4415. "LastUsed": 1590107485,
  4416. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  4417. },
  4418. {
  4419. "Name": "rpool/ROOT/ubuntu_hk5cbk/usr@autozsys_spr01g",
  4420. "IsSnapshot": true,
  4421. "Mountpoint": "/usr",
  4422. "CanMount": "off",
  4423. "LastUsed": 1590107485,
  4424. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  4425. },
  4426. {
  4427. "Name": "rpool/ROOT/ubuntu_hk5cbk/var@autozsys_spr01g",
  4428. "IsSnapshot": true,
  4429. "Mountpoint": "/var",
  4430. "CanMount": "off",
  4431. "LastUsed": 1590107485,
  4432. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  4433. },
  4434. {
  4435. "Name": "rpool/ROOT/ubuntu_hk5cbk/usr/local@autozsys_spr01g",
  4436. "IsSnapshot": true,
  4437. "Mountpoint": "/usr/local",
  4438. "CanMount": "on",
  4439. "LastUsed": 1590107485,
  4440. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  4441. },
  4442. {
  4443. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/games@autozsys_spr01g",
  4444. "IsSnapshot": true,
  4445. "Mountpoint": "/var/games",
  4446. "CanMount": "on",
  4447. "LastUsed": 1590107485,
  4448. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  4449. },
  4450. {
  4451. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/lib@autozsys_spr01g",
  4452. "IsSnapshot": true,
  4453. "Mountpoint": "/var/lib",
  4454. "CanMount": "on",
  4455. "LastUsed": 1590107485,
  4456. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  4457. },
  4458. {
  4459. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/log@autozsys_spr01g",
  4460. "IsSnapshot": true,
  4461. "Mountpoint": "/var/log",
  4462. "CanMount": "on",
  4463. "LastUsed": 1590107485,
  4464. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  4465. },
  4466. {
  4467. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/mail@autozsys_spr01g",
  4468. "IsSnapshot": true,
  4469. "Mountpoint": "/var/mail",
  4470. "CanMount": "on",
  4471. "LastUsed": 1590107485,
  4472. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  4473. },
  4474. {
  4475. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/snap@autozsys_spr01g",
  4476. "IsSnapshot": true,
  4477. "Mountpoint": "/var/snap",
  4478. "CanMount": "on",
  4479. "LastUsed": 1590107485,
  4480. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  4481. },
  4482. {
  4483. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/spool@autozsys_spr01g",
  4484. "IsSnapshot": true,
  4485. "Mountpoint": "/var/spool",
  4486. "CanMount": "on",
  4487. "LastUsed": 1590107485,
  4488. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  4489. },
  4490. {
  4491. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/www@autozsys_spr01g",
  4492. "IsSnapshot": true,
  4493. "Mountpoint": "/var/www",
  4494. "CanMount": "on",
  4495. "LastUsed": 1590107485,
  4496. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  4497. },
  4498. {
  4499. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/lib/AccountsService@autozsys_spr01g",
  4500. "IsSnapshot": true,
  4501. "Mountpoint": "/var/lib/AccountsService",
  4502. "CanMount": "on",
  4503. "LastUsed": 1590107485,
  4504. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  4505. },
  4506. {
  4507. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/lib/NetworkManager@autozsys_spr01g",
  4508. "IsSnapshot": true,
  4509. "Mountpoint": "/var/lib/NetworkManager",
  4510. "CanMount": "on",
  4511. "LastUsed": 1590107485,
  4512. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  4513. },
  4514. {
  4515. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/lib/apt@autozsys_spr01g",
  4516. "IsSnapshot": true,
  4517. "Mountpoint": "/var/lib/apt",
  4518. "CanMount": "on",
  4519. "LastUsed": 1590107485,
  4520. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  4521. },
  4522. {
  4523. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/lib/dpkg@autozsys_spr01g",
  4524. "IsSnapshot": true,
  4525. "Mountpoint": "/var/lib/dpkg",
  4526. "CanMount": "on",
  4527. "LastUsed": 1590107485,
  4528. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  4529. }
  4530. ]
  4531. },
  4532. "Users": {
  4533. "root": {
  4534. "ID": "rpool/USERDATA/root_hmndiy@autozsys_spr01g",
  4535. "LastUsed": "2020-05-21T21:31:25-03:00",
  4536. "Datasets": {
  4537. "rpool/USERDATA/root_hmndiy@autozsys_spr01g": [
  4538. {
  4539. "Name": "rpool/USERDATA/root_hmndiy@autozsys_spr01g",
  4540. "IsSnapshot": true,
  4541. "Mountpoint": "/root",
  4542. "CanMount": "on",
  4543. "LastUsed": 1590107485
  4544. }
  4545. ]
  4546. }
  4547. }
  4548. }
  4549. },
  4550. "rpool/ROOT/ubuntu_hk5cbk@autozsys_uy1f1n": {
  4551. "ID": "rpool/ROOT/ubuntu_hk5cbk@autozsys_uy1f1n",
  4552. "LastUsed": "2020-05-23T18:39:24-03:00",
  4553. "Datasets": {
  4554. "bpool/BOOT/ubuntu_hk5cbk@autozsys_uy1f1n": [
  4555. {
  4556. "Name": "bpool/BOOT/ubuntu_hk5cbk@autozsys_uy1f1n",
  4557. "IsSnapshot": true,
  4558. "Mountpoint": "/boot",
  4559. "CanMount": "on",
  4560. "LastUsed": 1590269964
  4561. }
  4562. ],
  4563. "rpool/ROOT/ubuntu_hk5cbk@autozsys_uy1f1n": [
  4564. {
  4565. "Name": "rpool/ROOT/ubuntu_hk5cbk@autozsys_uy1f1n",
  4566. "IsSnapshot": true,
  4567. "Mountpoint": "/",
  4568. "CanMount": "on",
  4569. "BootFS": true,
  4570. "LastUsed": 1590269964,
  4571. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  4572. },
  4573. {
  4574. "Name": "rpool/ROOT/ubuntu_hk5cbk/srv@autozsys_uy1f1n",
  4575. "IsSnapshot": true,
  4576. "Mountpoint": "/srv",
  4577. "CanMount": "on",
  4578. "LastUsed": 1590269964,
  4579. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  4580. },
  4581. {
  4582. "Name": "rpool/ROOT/ubuntu_hk5cbk/usr@autozsys_uy1f1n",
  4583. "IsSnapshot": true,
  4584. "Mountpoint": "/usr",
  4585. "CanMount": "off",
  4586. "LastUsed": 1590269964,
  4587. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  4588. },
  4589. {
  4590. "Name": "rpool/ROOT/ubuntu_hk5cbk/var@autozsys_uy1f1n",
  4591. "IsSnapshot": true,
  4592. "Mountpoint": "/var",
  4593. "CanMount": "off",
  4594. "LastUsed": 1590269964,
  4595. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  4596. },
  4597. {
  4598. "Name": "rpool/ROOT/ubuntu_hk5cbk/usr/local@autozsys_uy1f1n",
  4599. "IsSnapshot": true,
  4600. "Mountpoint": "/usr/local",
  4601. "CanMount": "on",
  4602. "LastUsed": 1590269964,
  4603. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  4604. },
  4605. {
  4606. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/games@autozsys_uy1f1n",
  4607. "IsSnapshot": true,
  4608. "Mountpoint": "/var/games",
  4609. "CanMount": "on",
  4610. "LastUsed": 1590269964,
  4611. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  4612. },
  4613. {
  4614. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/lib@autozsys_uy1f1n",
  4615. "IsSnapshot": true,
  4616. "Mountpoint": "/var/lib",
  4617. "CanMount": "on",
  4618. "LastUsed": 1590269964,
  4619. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  4620. },
  4621. {
  4622. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/log@autozsys_uy1f1n",
  4623. "IsSnapshot": true,
  4624. "Mountpoint": "/var/log",
  4625. "CanMount": "on",
  4626. "LastUsed": 1590269964,
  4627. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  4628. },
  4629. {
  4630. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/mail@autozsys_uy1f1n",
  4631. "IsSnapshot": true,
  4632. "Mountpoint": "/var/mail",
  4633. "CanMount": "on",
  4634. "LastUsed": 1590269964,
  4635. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  4636. },
  4637. {
  4638. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/snap@autozsys_uy1f1n",
  4639. "IsSnapshot": true,
  4640. "Mountpoint": "/var/snap",
  4641. "CanMount": "on",
  4642. "LastUsed": 1590269964,
  4643. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  4644. },
  4645. {
  4646. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/spool@autozsys_uy1f1n",
  4647. "IsSnapshot": true,
  4648. "Mountpoint": "/var/spool",
  4649. "CanMount": "on",
  4650. "LastUsed": 1590269964,
  4651. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  4652. },
  4653. {
  4654. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/www@autozsys_uy1f1n",
  4655. "IsSnapshot": true,
  4656. "Mountpoint": "/var/www",
  4657. "CanMount": "on",
  4658. "LastUsed": 1590269964,
  4659. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  4660. },
  4661. {
  4662. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/lib/AccountsService@autozsys_uy1f1n",
  4663. "IsSnapshot": true,
  4664. "Mountpoint": "/var/lib/AccountsService",
  4665. "CanMount": "on",
  4666. "LastUsed": 1590269964,
  4667. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  4668. },
  4669. {
  4670. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/lib/NetworkManager@autozsys_uy1f1n",
  4671. "IsSnapshot": true,
  4672. "Mountpoint": "/var/lib/NetworkManager",
  4673. "CanMount": "on",
  4674. "LastUsed": 1590269964,
  4675. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  4676. },
  4677. {
  4678. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/lib/apt@autozsys_uy1f1n",
  4679. "IsSnapshot": true,
  4680. "Mountpoint": "/var/lib/apt",
  4681. "CanMount": "on",
  4682. "LastUsed": 1590269964,
  4683. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  4684. },
  4685. {
  4686. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/lib/dpkg@autozsys_uy1f1n",
  4687. "IsSnapshot": true,
  4688. "Mountpoint": "/var/lib/dpkg",
  4689. "CanMount": "on",
  4690. "LastUsed": 1590269964,
  4691. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  4692. }
  4693. ]
  4694. },
  4695. "Users": {
  4696. "root": {
  4697. "ID": "rpool/USERDATA/root_hmndiy@autozsys_uy1f1n",
  4698. "LastUsed": "2020-05-23T18:39:24-03:00",
  4699. "Datasets": {
  4700. "rpool/USERDATA/root_hmndiy@autozsys_uy1f1n": [
  4701. {
  4702. "Name": "rpool/USERDATA/root_hmndiy@autozsys_uy1f1n",
  4703. "IsSnapshot": true,
  4704. "Mountpoint": "/root",
  4705. "CanMount": "on",
  4706. "LastUsed": 1590269964
  4707. }
  4708. ]
  4709. }
  4710. }
  4711. }
  4712. },
  4713. "rpool/ROOT/ubuntu_hk5cbk@autozsys_xmo2vn": {
  4714. "ID": "rpool/ROOT/ubuntu_hk5cbk@autozsys_xmo2vn",
  4715. "LastUsed": "2020-05-22T20:23:53-03:00",
  4716. "Datasets": {
  4717. "bpool/BOOT/ubuntu_hk5cbk@autozsys_xmo2vn": [
  4718. {
  4719. "Name": "bpool/BOOT/ubuntu_hk5cbk@autozsys_xmo2vn",
  4720. "IsSnapshot": true,
  4721. "Mountpoint": "/boot",
  4722. "CanMount": "on",
  4723. "LastUsed": 1590189834
  4724. }
  4725. ],
  4726. "rpool/ROOT/ubuntu_hk5cbk@autozsys_xmo2vn": [
  4727. {
  4728. "Name": "rpool/ROOT/ubuntu_hk5cbk@autozsys_xmo2vn",
  4729. "IsSnapshot": true,
  4730. "Mountpoint": "/",
  4731. "CanMount": "on",
  4732. "BootFS": true,
  4733. "LastUsed": 1590189833,
  4734. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  4735. },
  4736. {
  4737. "Name": "rpool/ROOT/ubuntu_hk5cbk/srv@autozsys_xmo2vn",
  4738. "IsSnapshot": true,
  4739. "Mountpoint": "/srv",
  4740. "CanMount": "on",
  4741. "LastUsed": 1590189833,
  4742. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  4743. },
  4744. {
  4745. "Name": "rpool/ROOT/ubuntu_hk5cbk/usr@autozsys_xmo2vn",
  4746. "IsSnapshot": true,
  4747. "Mountpoint": "/usr",
  4748. "CanMount": "off",
  4749. "LastUsed": 1590189833,
  4750. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  4751. },
  4752. {
  4753. "Name": "rpool/ROOT/ubuntu_hk5cbk/var@autozsys_xmo2vn",
  4754. "IsSnapshot": true,
  4755. "Mountpoint": "/var",
  4756. "CanMount": "off",
  4757. "LastUsed": 1590189833,
  4758. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  4759. },
  4760. {
  4761. "Name": "rpool/ROOT/ubuntu_hk5cbk/usr/local@autozsys_xmo2vn",
  4762. "IsSnapshot": true,
  4763. "Mountpoint": "/usr/local",
  4764. "CanMount": "on",
  4765. "LastUsed": 1590189833,
  4766. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  4767. },
  4768. {
  4769. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/games@autozsys_xmo2vn",
  4770. "IsSnapshot": true,
  4771. "Mountpoint": "/var/games",
  4772. "CanMount": "on",
  4773. "LastUsed": 1590189833,
  4774. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  4775. },
  4776. {
  4777. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/lib@autozsys_xmo2vn",
  4778. "IsSnapshot": true,
  4779. "Mountpoint": "/var/lib",
  4780. "CanMount": "on",
  4781. "LastUsed": 1590189833,
  4782. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  4783. },
  4784. {
  4785. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/log@autozsys_xmo2vn",
  4786. "IsSnapshot": true,
  4787. "Mountpoint": "/var/log",
  4788. "CanMount": "on",
  4789. "LastUsed": 1590189834,
  4790. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  4791. },
  4792. {
  4793. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/mail@autozsys_xmo2vn",
  4794. "IsSnapshot": true,
  4795. "Mountpoint": "/var/mail",
  4796. "CanMount": "on",
  4797. "LastUsed": 1590189834,
  4798. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  4799. },
  4800. {
  4801. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/snap@autozsys_xmo2vn",
  4802. "IsSnapshot": true,
  4803. "Mountpoint": "/var/snap",
  4804. "CanMount": "on",
  4805. "LastUsed": 1590189834,
  4806. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  4807. },
  4808. {
  4809. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/spool@autozsys_xmo2vn",
  4810. "IsSnapshot": true,
  4811. "Mountpoint": "/var/spool",
  4812. "CanMount": "on",
  4813. "LastUsed": 1590189834,
  4814. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  4815. },
  4816. {
  4817. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/www@autozsys_xmo2vn",
  4818. "IsSnapshot": true,
  4819. "Mountpoint": "/var/www",
  4820. "CanMount": "on",
  4821. "LastUsed": 1590189834,
  4822. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  4823. },
  4824. {
  4825. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/lib/AccountsService@autozsys_xmo2vn",
  4826. "IsSnapshot": true,
  4827. "Mountpoint": "/var/lib/AccountsService",
  4828. "CanMount": "on",
  4829. "LastUsed": 1590189834,
  4830. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  4831. },
  4832. {
  4833. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/lib/NetworkManager@autozsys_xmo2vn",
  4834. "IsSnapshot": true,
  4835. "Mountpoint": "/var/lib/NetworkManager",
  4836. "CanMount": "on",
  4837. "LastUsed": 1590189834,
  4838. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  4839. },
  4840. {
  4841. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/lib/apt@autozsys_xmo2vn",
  4842. "IsSnapshot": true,
  4843. "Mountpoint": "/var/lib/apt",
  4844. "CanMount": "on",
  4845. "LastUsed": 1590189834,
  4846. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  4847. },
  4848. {
  4849. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/lib/dpkg@autozsys_xmo2vn",
  4850. "IsSnapshot": true,
  4851. "Mountpoint": "/var/lib/dpkg",
  4852. "CanMount": "on",
  4853. "LastUsed": 1590189834,
  4854. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  4855. }
  4856. ]
  4857. },
  4858. "Users": {
  4859. "root": {
  4860. "ID": "rpool/USERDATA/root_hmndiy@autozsys_xmo2vn",
  4861. "LastUsed": "2020-05-22T20:23:54-03:00",
  4862. "Datasets": {
  4863. "rpool/USERDATA/root_hmndiy@autozsys_xmo2vn": [
  4864. {
  4865. "Name": "rpool/USERDATA/root_hmndiy@autozsys_xmo2vn",
  4866. "IsSnapshot": true,
  4867. "Mountpoint": "/root",
  4868. "CanMount": "on",
  4869. "LastUsed": 1590189834
  4870. }
  4871. ]
  4872. }
  4873. }
  4874. }
  4875. },
  4876. "rpool/ROOT/ubuntu_hk5cbk@autozsys_ydi1m9": {
  4877. "ID": "rpool/ROOT/ubuntu_hk5cbk@autozsys_ydi1m9",
  4878. "LastUsed": "2020-05-22T18:22:20-03:00",
  4879. "Datasets": {
  4880. "bpool/BOOT/ubuntu_hk5cbk@autozsys_ydi1m9": [
  4881. {
  4882. "Name": "bpool/BOOT/ubuntu_hk5cbk@autozsys_ydi1m9",
  4883. "IsSnapshot": true,
  4884. "Mountpoint": "/boot",
  4885. "CanMount": "on",
  4886. "LastUsed": 1590182540
  4887. }
  4888. ],
  4889. "rpool/ROOT/ubuntu_hk5cbk@autozsys_ydi1m9": [
  4890. {
  4891. "Name": "rpool/ROOT/ubuntu_hk5cbk@autozsys_ydi1m9",
  4892. "IsSnapshot": true,
  4893. "Mountpoint": "/",
  4894. "CanMount": "on",
  4895. "BootFS": true,
  4896. "LastUsed": 1590182540,
  4897. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  4898. },
  4899. {
  4900. "Name": "rpool/ROOT/ubuntu_hk5cbk/srv@autozsys_ydi1m9",
  4901. "IsSnapshot": true,
  4902. "Mountpoint": "/srv",
  4903. "CanMount": "on",
  4904. "LastUsed": 1590182540,
  4905. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  4906. },
  4907. {
  4908. "Name": "rpool/ROOT/ubuntu_hk5cbk/usr@autozsys_ydi1m9",
  4909. "IsSnapshot": true,
  4910. "Mountpoint": "/usr",
  4911. "CanMount": "off",
  4912. "LastUsed": 1590182540,
  4913. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  4914. },
  4915. {
  4916. "Name": "rpool/ROOT/ubuntu_hk5cbk/var@autozsys_ydi1m9",
  4917. "IsSnapshot": true,
  4918. "Mountpoint": "/var",
  4919. "CanMount": "off",
  4920. "LastUsed": 1590182541,
  4921. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  4922. },
  4923. {
  4924. "Name": "rpool/ROOT/ubuntu_hk5cbk/usr/local@autozsys_ydi1m9",
  4925. "IsSnapshot": true,
  4926. "Mountpoint": "/usr/local",
  4927. "CanMount": "on",
  4928. "LastUsed": 1590182541,
  4929. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  4930. },
  4931. {
  4932. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/games@autozsys_ydi1m9",
  4933. "IsSnapshot": true,
  4934. "Mountpoint": "/var/games",
  4935. "CanMount": "on",
  4936. "LastUsed": 1590182541,
  4937. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  4938. },
  4939. {
  4940. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/lib@autozsys_ydi1m9",
  4941. "IsSnapshot": true,
  4942. "Mountpoint": "/var/lib",
  4943. "CanMount": "on",
  4944. "LastUsed": 1590182541,
  4945. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  4946. },
  4947. {
  4948. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/log@autozsys_ydi1m9",
  4949. "IsSnapshot": true,
  4950. "Mountpoint": "/var/log",
  4951. "CanMount": "on",
  4952. "LastUsed": 1590182541,
  4953. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  4954. },
  4955. {
  4956. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/mail@autozsys_ydi1m9",
  4957. "IsSnapshot": true,
  4958. "Mountpoint": "/var/mail",
  4959. "CanMount": "on",
  4960. "LastUsed": 1590182541,
  4961. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  4962. },
  4963. {
  4964. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/snap@autozsys_ydi1m9",
  4965. "IsSnapshot": true,
  4966. "Mountpoint": "/var/snap",
  4967. "CanMount": "on",
  4968. "LastUsed": 1590182541,
  4969. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  4970. },
  4971. {
  4972. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/spool@autozsys_ydi1m9",
  4973. "IsSnapshot": true,
  4974. "Mountpoint": "/var/spool",
  4975. "CanMount": "on",
  4976. "LastUsed": 1590182541,
  4977. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  4978. },
  4979. {
  4980. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/www@autozsys_ydi1m9",
  4981. "IsSnapshot": true,
  4982. "Mountpoint": "/var/www",
  4983. "CanMount": "on",
  4984. "LastUsed": 1590182541,
  4985. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  4986. },
  4987. {
  4988. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/lib/AccountsService@autozsys_ydi1m9",
  4989. "IsSnapshot": true,
  4990. "Mountpoint": "/var/lib/AccountsService",
  4991. "CanMount": "on",
  4992. "LastUsed": 1590182541,
  4993. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  4994. },
  4995. {
  4996. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/lib/NetworkManager@autozsys_ydi1m9",
  4997. "IsSnapshot": true,
  4998. "Mountpoint": "/var/lib/NetworkManager",
  4999. "CanMount": "on",
  5000. "LastUsed": 1590182541,
  5001. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  5002. },
  5003. {
  5004. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/lib/apt@autozsys_ydi1m9",
  5005. "IsSnapshot": true,
  5006. "Mountpoint": "/var/lib/apt",
  5007. "CanMount": "on",
  5008. "LastUsed": 1590182541,
  5009. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  5010. },
  5011. {
  5012. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/lib/dpkg@autozsys_ydi1m9",
  5013. "IsSnapshot": true,
  5014. "Mountpoint": "/var/lib/dpkg",
  5015. "CanMount": "on",
  5016. "LastUsed": 1590182541,
  5017. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  5018. }
  5019. ]
  5020. },
  5021. "Users": {
  5022. "root": {
  5023. "ID": "rpool/USERDATA/root_hmndiy@autozsys_ydi1m9",
  5024. "LastUsed": "2020-05-22T18:22:21-03:00",
  5025. "Datasets": {
  5026. "rpool/USERDATA/root_hmndiy@autozsys_ydi1m9": [
  5027. {
  5028. "Name": "rpool/USERDATA/root_hmndiy@autozsys_ydi1m9",
  5029. "IsSnapshot": true,
  5030. "Mountpoint": "/root",
  5031. "CanMount": "on",
  5032. "LastUsed": 1590182541
  5033. }
  5034. ]
  5035. }
  5036. }
  5037. }
  5038. }
  5039. },
  5040. "PersistentDatasets": [
  5041. {
  5042. "Name": "user-data",
  5043. "Mountpoint": "/home",
  5044. "CanMount": "on",
  5045. "Mounted": true
  5046. }
  5047. ]
  5048. }
  5049. },
  5050. "Cmdline": "BOOT_IMAGE=/BOOT/ubuntu_hk5cbk@/vmlinuz-5.4.0-33-generic root=ZFS=rpool/ROOT/ubuntu_hk5cbk ro quiet splash vt.handoff=1\n",
  5051. "Current": {
  5052. "IsZsys": true,
  5053. "ID": "rpool/ROOT/ubuntu_hk5cbk",
  5054. "LastUsed": "2020-05-26T10:39:06-03:00",
  5055. "Datasets": {
  5056. "bpool/BOOT/ubuntu_hk5cbk": [
  5057. {
  5058. "Name": "bpool/BOOT/ubuntu_hk5cbk",
  5059. "Mountpoint": "/boot",
  5060. "CanMount": "on",
  5061. "Mounted": true,
  5062. "LastUsed": 1590500346
  5063. }
  5064. ],
  5065. "rpool/ROOT/ubuntu_hk5cbk": [
  5066. {
  5067. "Name": "rpool/ROOT/ubuntu_hk5cbk",
  5068. "Mountpoint": "/",
  5069. "CanMount": "on",
  5070. "Mounted": true,
  5071. "BootFS": true,
  5072. "LastUsed": 1590500346,
  5073. "LastBootedKernel": "vmlinuz-5.4.0-33-generic"
  5074. },
  5075. {
  5076. "Name": "rpool/ROOT/ubuntu_hk5cbk/srv",
  5077. "Mountpoint": "/srv",
  5078. "CanMount": "on",
  5079. "Mounted": true,
  5080. "LastUsed": 1590500346,
  5081. "LastBootedKernel": "vmlinuz-5.4.0-33-generic"
  5082. },
  5083. {
  5084. "Name": "rpool/ROOT/ubuntu_hk5cbk/usr",
  5085. "Mountpoint": "/usr",
  5086. "CanMount": "off",
  5087. "LastUsed": 1590500346,
  5088. "LastBootedKernel": "vmlinuz-5.4.0-33-generic"
  5089. },
  5090. {
  5091. "Name": "rpool/ROOT/ubuntu_hk5cbk/var",
  5092. "Mountpoint": "/var",
  5093. "CanMount": "off",
  5094. "LastUsed": 1590500346,
  5095. "LastBootedKernel": "vmlinuz-5.4.0-33-generic"
  5096. },
  5097. {
  5098. "Name": "rpool/ROOT/ubuntu_hk5cbk/usr/local",
  5099. "Mountpoint": "/usr/local",
  5100. "CanMount": "on",
  5101. "Mounted": true,
  5102. "LastUsed": 1590500346,
  5103. "LastBootedKernel": "vmlinuz-5.4.0-33-generic"
  5104. },
  5105. {
  5106. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/games",
  5107. "Mountpoint": "/var/games",
  5108. "CanMount": "on",
  5109. "Mounted": true,
  5110. "LastUsed": 1590500346,
  5111. "LastBootedKernel": "vmlinuz-5.4.0-33-generic"
  5112. },
  5113. {
  5114. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/lib",
  5115. "Mountpoint": "/var/lib",
  5116. "CanMount": "on",
  5117. "Mounted": true,
  5118. "LastUsed": 1590500346,
  5119. "LastBootedKernel": "vmlinuz-5.4.0-33-generic"
  5120. },
  5121. {
  5122. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/log",
  5123. "Mountpoint": "/var/log",
  5124. "CanMount": "on",
  5125. "Mounted": true,
  5126. "LastUsed": 1590500346,
  5127. "LastBootedKernel": "vmlinuz-5.4.0-33-generic"
  5128. },
  5129. {
  5130. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/mail",
  5131. "Mountpoint": "/var/mail",
  5132. "CanMount": "on",
  5133. "Mounted": true,
  5134. "LastUsed": 1590500346,
  5135. "LastBootedKernel": "vmlinuz-5.4.0-33-generic"
  5136. },
  5137. {
  5138. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/snap",
  5139. "Mountpoint": "/var/snap",
  5140. "CanMount": "on",
  5141. "Mounted": true,
  5142. "LastUsed": 1590500346,
  5143. "LastBootedKernel": "vmlinuz-5.4.0-33-generic"
  5144. },
  5145. {
  5146. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/spool",
  5147. "Mountpoint": "/var/spool",
  5148. "CanMount": "on",
  5149. "Mounted": true,
  5150. "LastUsed": 1590500346,
  5151. "LastBootedKernel": "vmlinuz-5.4.0-33-generic"
  5152. },
  5153. {
  5154. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/www",
  5155. "Mountpoint": "/var/www",
  5156. "CanMount": "on",
  5157. "Mounted": true,
  5158. "LastUsed": 1590500346,
  5159. "LastBootedKernel": "vmlinuz-5.4.0-33-generic"
  5160. },
  5161. {
  5162. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/lib/AccountsService",
  5163. "Mountpoint": "/var/lib/AccountsService",
  5164. "CanMount": "on",
  5165. "Mounted": true,
  5166. "LastUsed": 1590500346,
  5167. "LastBootedKernel": "vmlinuz-5.4.0-33-generic"
  5168. },
  5169. {
  5170. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/lib/NetworkManager",
  5171. "Mountpoint": "/var/lib/NetworkManager",
  5172. "CanMount": "on",
  5173. "Mounted": true,
  5174. "LastUsed": 1590500346,
  5175. "LastBootedKernel": "vmlinuz-5.4.0-33-generic"
  5176. },
  5177. {
  5178. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/lib/apt",
  5179. "Mountpoint": "/var/lib/apt",
  5180. "CanMount": "on",
  5181. "Mounted": true,
  5182. "LastUsed": 1590500346,
  5183. "LastBootedKernel": "vmlinuz-5.4.0-33-generic"
  5184. },
  5185. {
  5186. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/lib/dpkg",
  5187. "Mountpoint": "/var/lib/dpkg",
  5188. "CanMount": "on",
  5189. "Mounted": true,
  5190. "LastUsed": 1590500346,
  5191. "LastBootedKernel": "vmlinuz-5.4.0-33-generic"
  5192. }
  5193. ]
  5194. },
  5195. "Users": {
  5196. "root": {
  5197. "ID": "rpool/USERDATA/root_hmndiy",
  5198. "LastUsed": "2020-05-26T10:39:06-03:00",
  5199. "Datasets": {
  5200. "rpool/USERDATA/root_hmndiy": [
  5201. {
  5202. "Name": "rpool/USERDATA/root_hmndiy",
  5203. "Mountpoint": "/root",
  5204. "CanMount": "on",
  5205. "Mounted": true,
  5206. "LastUsed": 1590500346,
  5207. "BootfsDatasets": "rpool/ROOT/ubuntu_hk5cbk"
  5208. }
  5209. ]
  5210. }
  5211. }
  5212. },
  5213. "AllUsersStates": {
  5214. "root": {
  5215. "rpool/USERDATA/root_hmndiy": {
  5216. "ID": "rpool/USERDATA/root_hmndiy",
  5217. "LastUsed": "2020-05-26T10:39:06-03:00",
  5218. "Datasets": {
  5219. "rpool/USERDATA/root_hmndiy": [
  5220. {
  5221. "Name": "rpool/USERDATA/root_hmndiy",
  5222. "Mountpoint": "/root",
  5223. "CanMount": "on",
  5224. "Mounted": true,
  5225. "LastUsed": 1590500346,
  5226. "BootfsDatasets": "rpool/ROOT/ubuntu_hk5cbk"
  5227. }
  5228. ]
  5229. }
  5230. },
  5231. "rpool/USERDATA/root_hmndiy@autozsys_2zr642": {
  5232. "ID": "rpool/USERDATA/root_hmndiy@autozsys_2zr642",
  5233. "LastUsed": "2020-05-21T12:01:46-03:00",
  5234. "Datasets": {
  5235. "rpool/USERDATA/root_hmndiy@autozsys_2zr642": [
  5236. {
  5237. "Name": "rpool/USERDATA/root_hmndiy@autozsys_2zr642",
  5238. "IsSnapshot": true,
  5239. "Mountpoint": "/root",
  5240. "CanMount": "on",
  5241. "LastUsed": 1590073306
  5242. }
  5243. ]
  5244. }
  5245. },
  5246. "rpool/USERDATA/root_hmndiy@autozsys_4jpgfk": {
  5247. "ID": "rpool/USERDATA/root_hmndiy@autozsys_4jpgfk",
  5248. "LastUsed": "2020-05-19T18:11:50-03:00",
  5249. "Datasets": {
  5250. "rpool/USERDATA/root_hmndiy@autozsys_4jpgfk": [
  5251. {
  5252. "Name": "rpool/USERDATA/root_hmndiy@autozsys_4jpgfk",
  5253. "IsSnapshot": true,
  5254. "Mountpoint": "/root",
  5255. "CanMount": "on",
  5256. "LastUsed": 1589922710
  5257. }
  5258. ]
  5259. }
  5260. },
  5261. "rpool/USERDATA/root_hmndiy@autozsys_5cbkm3": {
  5262. "ID": "rpool/USERDATA/root_hmndiy@autozsys_5cbkm3",
  5263. "LastUsed": "2020-05-25T16:12:38-03:00",
  5264. "Datasets": {
  5265. "rpool/USERDATA/root_hmndiy@autozsys_5cbkm3": [
  5266. {
  5267. "Name": "rpool/USERDATA/root_hmndiy@autozsys_5cbkm3",
  5268. "IsSnapshot": true,
  5269. "Mountpoint": "/root",
  5270. "CanMount": "on",
  5271. "LastUsed": 1590433958
  5272. }
  5273. ]
  5274. }
  5275. },
  5276. "rpool/USERDATA/root_hmndiy@autozsys_6g6uzr": {
  5277. "ID": "rpool/USERDATA/root_hmndiy@autozsys_6g6uzr",
  5278. "LastUsed": "2020-05-23T18:35:50-03:00",
  5279. "Datasets": {
  5280. "rpool/USERDATA/root_hmndiy@autozsys_6g6uzr": [
  5281. {
  5282. "Name": "rpool/USERDATA/root_hmndiy@autozsys_6g6uzr",
  5283. "IsSnapshot": true,
  5284. "Mountpoint": "/root",
  5285. "CanMount": "on",
  5286. "LastUsed": 1590269750
  5287. }
  5288. ]
  5289. }
  5290. },
  5291. "rpool/USERDATA/root_hmndiy@autozsys_71lc36": {
  5292. "ID": "rpool/USERDATA/root_hmndiy@autozsys_71lc36",
  5293. "LastUsed": "2020-05-20T14:49:20-03:00",
  5294. "Datasets": {
  5295. "rpool/USERDATA/root_hmndiy@autozsys_71lc36": [
  5296. {
  5297. "Name": "rpool/USERDATA/root_hmndiy@autozsys_71lc36",
  5298. "IsSnapshot": true,
  5299. "Mountpoint": "/root",
  5300. "CanMount": "on",
  5301. "LastUsed": 1589996960
  5302. }
  5303. ]
  5304. }
  5305. },
  5306. "rpool/USERDATA/root_hmndiy@autozsys_buqezv": {
  5307. "ID": "rpool/USERDATA/root_hmndiy@autozsys_buqezv",
  5308. "LastUsed": "2020-05-26T10:35:50-03:00",
  5309. "Datasets": {
  5310. "rpool/USERDATA/root_hmndiy@autozsys_buqezv": [
  5311. {
  5312. "Name": "rpool/USERDATA/root_hmndiy@autozsys_buqezv",
  5313. "IsSnapshot": true,
  5314. "Mountpoint": "/root",
  5315. "CanMount": "on",
  5316. "LastUsed": 1590500150
  5317. }
  5318. ]
  5319. }
  5320. },
  5321. "rpool/USERDATA/root_hmndiy@autozsys_eeee04": {
  5322. "ID": "rpool/USERDATA/root_hmndiy@autozsys_eeee04",
  5323. "LastUsed": "2020-05-20T06:58:01-03:00",
  5324. "Datasets": {
  5325. "rpool/USERDATA/root_hmndiy@autozsys_eeee04": [
  5326. {
  5327. "Name": "rpool/USERDATA/root_hmndiy@autozsys_eeee04",
  5328. "IsSnapshot": true,
  5329. "Mountpoint": "/root",
  5330. "CanMount": "on",
  5331. "LastUsed": 1589968681
  5332. }
  5333. ]
  5334. }
  5335. },
  5336. "rpool/USERDATA/root_hmndiy@autozsys_f183de": {
  5337. "ID": "rpool/USERDATA/root_hmndiy@autozsys_f183de",
  5338. "LastUsed": "2020-05-24T08:51:27-03:00",
  5339. "Datasets": {
  5340. "rpool/USERDATA/root_hmndiy@autozsys_f183de": [
  5341. {
  5342. "Name": "rpool/USERDATA/root_hmndiy@autozsys_f183de",
  5343. "IsSnapshot": true,
  5344. "Mountpoint": "/root",
  5345. "CanMount": "on",
  5346. "LastUsed": 1590321087
  5347. }
  5348. ]
  5349. }
  5350. },
  5351. "rpool/USERDATA/root_hmndiy@autozsys_fmada9": {
  5352. "ID": "rpool/USERDATA/root_hmndiy@autozsys_fmada9",
  5353. "LastUsed": "2020-05-19T20:25:30-03:00",
  5354. "Datasets": {
  5355. "rpool/USERDATA/root_hmndiy@autozsys_fmada9": [
  5356. {
  5357. "Name": "rpool/USERDATA/root_hmndiy@autozsys_fmada9",
  5358. "IsSnapshot": true,
  5359. "Mountpoint": "/root",
  5360. "CanMount": "on",
  5361. "LastUsed": 1589930730
  5362. }
  5363. ]
  5364. }
  5365. },
  5366. "rpool/USERDATA/root_hmndiy@autozsys_jcl170": {
  5367. "ID": "rpool/USERDATA/root_hmndiy@autozsys_jcl170",
  5368. "LastUsed": "2020-05-25T16:10:10-03:00",
  5369. "Datasets": {
  5370. "rpool/USERDATA/root_hmndiy@autozsys_jcl170": [
  5371. {
  5372. "Name": "rpool/USERDATA/root_hmndiy@autozsys_jcl170",
  5373. "IsSnapshot": true,
  5374. "Mountpoint": "/root",
  5375. "CanMount": "on",
  5376. "LastUsed": 1590433810
  5377. }
  5378. ]
  5379. }
  5380. },
  5381. "rpool/USERDATA/root_hmndiy@autozsys_kiunz3": {
  5382. "ID": "rpool/USERDATA/root_hmndiy@autozsys_kiunz3",
  5383. "LastUsed": "2020-05-20T14:30:36-03:00",
  5384. "Datasets": {
  5385. "rpool/USERDATA/root_hmndiy@autozsys_kiunz3": [
  5386. {
  5387. "Name": "rpool/USERDATA/root_hmndiy@autozsys_kiunz3",
  5388. "IsSnapshot": true,
  5389. "Mountpoint": "/root",
  5390. "CanMount": "on",
  5391. "LastUsed": 1589995836
  5392. }
  5393. ]
  5394. }
  5395. },
  5396. "rpool/USERDATA/root_hmndiy@autozsys_odfiay": {
  5397. "ID": "rpool/USERDATA/root_hmndiy@autozsys_odfiay",
  5398. "LastUsed": "2020-05-24T08:13:46-03:00",
  5399. "Datasets": {
  5400. "rpool/USERDATA/root_hmndiy@autozsys_odfiay": [
  5401. {
  5402. "Name": "rpool/USERDATA/root_hmndiy@autozsys_odfiay",
  5403. "IsSnapshot": true,
  5404. "Mountpoint": "/root",
  5405. "CanMount": "on",
  5406. "LastUsed": 1590318826
  5407. }
  5408. ]
  5409. }
  5410. },
  5411. "rpool/USERDATA/root_hmndiy@autozsys_owh7a2": {
  5412. "ID": "rpool/USERDATA/root_hmndiy@autozsys_owh7a2",
  5413. "LastUsed": "2020-05-24T08:12:14-03:00",
  5414. "Datasets": {
  5415. "rpool/USERDATA/root_hmndiy@autozsys_owh7a2": [
  5416. {
  5417. "Name": "rpool/USERDATA/root_hmndiy@autozsys_owh7a2",
  5418. "IsSnapshot": true,
  5419. "Mountpoint": "/root",
  5420. "CanMount": "on",
  5421. "LastUsed": 1590318734
  5422. }
  5423. ]
  5424. }
  5425. },
  5426. "rpool/USERDATA/root_hmndiy@autozsys_s3ca0r": {
  5427. "ID": "rpool/USERDATA/root_hmndiy@autozsys_s3ca0r",
  5428. "LastUsed": "2020-05-24T08:13:15-03:00",
  5429. "Datasets": {
  5430. "rpool/USERDATA/root_hmndiy@autozsys_s3ca0r": [
  5431. {
  5432. "Name": "rpool/USERDATA/root_hmndiy@autozsys_s3ca0r",
  5433. "IsSnapshot": true,
  5434. "Mountpoint": "/root",
  5435. "CanMount": "on",
  5436. "LastUsed": 1590318795
  5437. }
  5438. ]
  5439. }
  5440. },
  5441. "rpool/USERDATA/root_hmndiy@autozsys_spr01g": {
  5442. "ID": "rpool/USERDATA/root_hmndiy@autozsys_spr01g",
  5443. "LastUsed": "2020-05-21T21:31:25-03:00",
  5444. "Datasets": {
  5445. "rpool/USERDATA/root_hmndiy@autozsys_spr01g": [
  5446. {
  5447. "Name": "rpool/USERDATA/root_hmndiy@autozsys_spr01g",
  5448. "IsSnapshot": true,
  5449. "Mountpoint": "/root",
  5450. "CanMount": "on",
  5451. "LastUsed": 1590107485
  5452. }
  5453. ]
  5454. }
  5455. },
  5456. "rpool/USERDATA/root_hmndiy@autozsys_uy1f1n": {
  5457. "ID": "rpool/USERDATA/root_hmndiy@autozsys_uy1f1n",
  5458. "LastUsed": "2020-05-23T18:39:24-03:00",
  5459. "Datasets": {
  5460. "rpool/USERDATA/root_hmndiy@autozsys_uy1f1n": [
  5461. {
  5462. "Name": "rpool/USERDATA/root_hmndiy@autozsys_uy1f1n",
  5463. "IsSnapshot": true,
  5464. "Mountpoint": "/root",
  5465. "CanMount": "on",
  5466. "LastUsed": 1590269964
  5467. }
  5468. ]
  5469. }
  5470. },
  5471. "rpool/USERDATA/root_hmndiy@autozsys_xmo2vn": {
  5472. "ID": "rpool/USERDATA/root_hmndiy@autozsys_xmo2vn",
  5473. "LastUsed": "2020-05-22T20:23:54-03:00",
  5474. "Datasets": {
  5475. "rpool/USERDATA/root_hmndiy@autozsys_xmo2vn": [
  5476. {
  5477. "Name": "rpool/USERDATA/root_hmndiy@autozsys_xmo2vn",
  5478. "IsSnapshot": true,
  5479. "Mountpoint": "/root",
  5480. "CanMount": "on",
  5481. "LastUsed": 1590189834
  5482. }
  5483. ]
  5484. }
  5485. },
  5486. "rpool/USERDATA/root_hmndiy@autozsys_ydi1m9": {
  5487. "ID": "rpool/USERDATA/root_hmndiy@autozsys_ydi1m9",
  5488. "LastUsed": "2020-05-22T18:22:21-03:00",
  5489. "Datasets": {
  5490. "rpool/USERDATA/root_hmndiy@autozsys_ydi1m9": [
  5491. {
  5492. "Name": "rpool/USERDATA/root_hmndiy@autozsys_ydi1m9",
  5493. "IsSnapshot": true,
  5494. "Mountpoint": "/root",
  5495. "CanMount": "on",
  5496. "LastUsed": 1590182541
  5497. }
  5498. ]
  5499. }
  5500. }
  5501. }
  5502. },
  5503. "History": {
  5504. "rpool/ROOT/ubuntu_hk5cbk@autozsys_02oj10": {
  5505. "ID": "rpool/ROOT/ubuntu_hk5cbk@autozsys_02oj10",
  5506. "LastUsed": "2020-05-18T11:18:22-03:00",
  5507. "Datasets": {
  5508. "bpool/BOOT/ubuntu_hk5cbk@autozsys_02oj10": [
  5509. {
  5510. "Name": "bpool/BOOT/ubuntu_hk5cbk@autozsys_02oj10",
  5511. "IsSnapshot": true,
  5512. "Mountpoint": "/boot",
  5513. "CanMount": "on",
  5514. "LastUsed": 1589811502
  5515. }
  5516. ],
  5517. "rpool/ROOT/ubuntu_hk5cbk@autozsys_02oj10": [
  5518. {
  5519. "Name": "rpool/ROOT/ubuntu_hk5cbk@autozsys_02oj10",
  5520. "IsSnapshot": true,
  5521. "Mountpoint": "/",
  5522. "CanMount": "on",
  5523. "BootFS": true,
  5524. "LastUsed": 1589811502,
  5525. "LastBootedKernel": "vmlinuz-5.4.0-30-generic"
  5526. },
  5527. {
  5528. "Name": "rpool/ROOT/ubuntu_hk5cbk/srv@autozsys_02oj10",
  5529. "IsSnapshot": true,
  5530. "Mountpoint": "/srv",
  5531. "CanMount": "on",
  5532. "LastUsed": 1589811502,
  5533. "LastBootedKernel": "vmlinuz-5.4.0-30-generic"
  5534. },
  5535. {
  5536. "Name": "rpool/ROOT/ubuntu_hk5cbk/usr@autozsys_02oj10",
  5537. "IsSnapshot": true,
  5538. "Mountpoint": "/usr",
  5539. "CanMount": "off",
  5540. "LastUsed": 1589811502,
  5541. "LastBootedKernel": "vmlinuz-5.4.0-30-generic"
  5542. },
  5543. {
  5544. "Name": "rpool/ROOT/ubuntu_hk5cbk/var@autozsys_02oj10",
  5545. "IsSnapshot": true,
  5546. "Mountpoint": "/var",
  5547. "CanMount": "off",
  5548. "LastUsed": 1589811502,
  5549. "LastBootedKernel": "vmlinuz-5.4.0-30-generic"
  5550. },
  5551. {
  5552. "Name": "rpool/ROOT/ubuntu_hk5cbk/usr/local@autozsys_02oj10",
  5553. "IsSnapshot": true,
  5554. "Mountpoint": "/usr/local",
  5555. "CanMount": "on",
  5556. "LastUsed": 1589811502,
  5557. "LastBootedKernel": "vmlinuz-5.4.0-30-generic"
  5558. },
  5559. {
  5560. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/games@autozsys_02oj10",
  5561. "IsSnapshot": true,
  5562. "Mountpoint": "/var/games",
  5563. "CanMount": "on",
  5564. "LastUsed": 1589811502,
  5565. "LastBootedKernel": "vmlinuz-5.4.0-30-generic"
  5566. },
  5567. {
  5568. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/lib@autozsys_02oj10",
  5569. "IsSnapshot": true,
  5570. "Mountpoint": "/var/lib",
  5571. "CanMount": "on",
  5572. "LastUsed": 1589811502,
  5573. "LastBootedKernel": "vmlinuz-5.4.0-30-generic"
  5574. },
  5575. {
  5576. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/log@autozsys_02oj10",
  5577. "IsSnapshot": true,
  5578. "Mountpoint": "/var/log",
  5579. "CanMount": "on",
  5580. "LastUsed": 1589811502,
  5581. "LastBootedKernel": "vmlinuz-5.4.0-30-generic"
  5582. },
  5583. {
  5584. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/mail@autozsys_02oj10",
  5585. "IsSnapshot": true,
  5586. "Mountpoint": "/var/mail",
  5587. "CanMount": "on",
  5588. "LastUsed": 1589811502,
  5589. "LastBootedKernel": "vmlinuz-5.4.0-30-generic"
  5590. },
  5591. {
  5592. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/snap@autozsys_02oj10",
  5593. "IsSnapshot": true,
  5594. "Mountpoint": "/var/snap",
  5595. "CanMount": "on",
  5596. "LastUsed": 1589811502,
  5597. "LastBootedKernel": "vmlinuz-5.4.0-30-generic"
  5598. },
  5599. {
  5600. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/spool@autozsys_02oj10",
  5601. "IsSnapshot": true,
  5602. "Mountpoint": "/var/spool",
  5603. "CanMount": "on",
  5604. "LastUsed": 1589811502,
  5605. "LastBootedKernel": "vmlinuz-5.4.0-30-generic"
  5606. },
  5607. {
  5608. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/www@autozsys_02oj10",
  5609. "IsSnapshot": true,
  5610. "Mountpoint": "/var/www",
  5611. "CanMount": "on",
  5612. "LastUsed": 1589811502,
  5613. "LastBootedKernel": "vmlinuz-5.4.0-30-generic"
  5614. },
  5615. {
  5616. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/lib/AccountsService@autozsys_02oj10",
  5617. "IsSnapshot": true,
  5618. "Mountpoint": "/var/lib/AccountsService",
  5619. "CanMount": "on",
  5620. "LastUsed": 1589811502,
  5621. "LastBootedKernel": "vmlinuz-5.4.0-30-generic"
  5622. },
  5623. {
  5624. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/lib/NetworkManager@autozsys_02oj10",
  5625. "IsSnapshot": true,
  5626. "Mountpoint": "/var/lib/NetworkManager",
  5627. "CanMount": "on",
  5628. "LastUsed": 1589811502,
  5629. "LastBootedKernel": "vmlinuz-5.4.0-30-generic"
  5630. },
  5631. {
  5632. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/lib/apt@autozsys_02oj10",
  5633. "IsSnapshot": true,
  5634. "Mountpoint": "/var/lib/apt",
  5635. "CanMount": "on",
  5636. "LastUsed": 1589811502,
  5637. "LastBootedKernel": "vmlinuz-5.4.0-30-generic"
  5638. },
  5639. {
  5640. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/lib/dpkg@autozsys_02oj10",
  5641. "IsSnapshot": true,
  5642. "Mountpoint": "/var/lib/dpkg",
  5643. "CanMount": "on",
  5644. "LastUsed": 1589811502,
  5645. "LastBootedKernel": "vmlinuz-5.4.0-30-generic"
  5646. }
  5647. ]
  5648. }
  5649. },
  5650. "rpool/ROOT/ubuntu_hk5cbk@autozsys_2zr642": {
  5651. "ID": "rpool/ROOT/ubuntu_hk5cbk@autozsys_2zr642",
  5652. "LastUsed": "2020-05-21T12:01:46-03:00",
  5653. "Datasets": {
  5654. "bpool/BOOT/ubuntu_hk5cbk@autozsys_2zr642": [
  5655. {
  5656. "Name": "bpool/BOOT/ubuntu_hk5cbk@autozsys_2zr642",
  5657. "IsSnapshot": true,
  5658. "Mountpoint": "/boot",
  5659. "CanMount": "on",
  5660. "LastUsed": 1590073306
  5661. }
  5662. ],
  5663. "rpool/ROOT/ubuntu_hk5cbk@autozsys_2zr642": [
  5664. {
  5665. "Name": "rpool/ROOT/ubuntu_hk5cbk@autozsys_2zr642",
  5666. "IsSnapshot": true,
  5667. "Mountpoint": "/",
  5668. "CanMount": "on",
  5669. "BootFS": true,
  5670. "LastUsed": 1590073306,
  5671. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  5672. },
  5673. {
  5674. "Name": "rpool/ROOT/ubuntu_hk5cbk/srv@autozsys_2zr642",
  5675. "IsSnapshot": true,
  5676. "Mountpoint": "/srv",
  5677. "CanMount": "on",
  5678. "LastUsed": 1590073306,
  5679. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  5680. },
  5681. {
  5682. "Name": "rpool/ROOT/ubuntu_hk5cbk/usr@autozsys_2zr642",
  5683. "IsSnapshot": true,
  5684. "Mountpoint": "/usr",
  5685. "CanMount": "off",
  5686. "LastUsed": 1590073306,
  5687. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  5688. },
  5689. {
  5690. "Name": "rpool/ROOT/ubuntu_hk5cbk/var@autozsys_2zr642",
  5691. "IsSnapshot": true,
  5692. "Mountpoint": "/var",
  5693. "CanMount": "off",
  5694. "LastUsed": 1590073306,
  5695. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  5696. },
  5697. {
  5698. "Name": "rpool/ROOT/ubuntu_hk5cbk/usr/local@autozsys_2zr642",
  5699. "IsSnapshot": true,
  5700. "Mountpoint": "/usr/local",
  5701. "CanMount": "on",
  5702. "LastUsed": 1590073306,
  5703. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  5704. },
  5705. {
  5706. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/games@autozsys_2zr642",
  5707. "IsSnapshot": true,
  5708. "Mountpoint": "/var/games",
  5709. "CanMount": "on",
  5710. "LastUsed": 1590073306,
  5711. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  5712. },
  5713. {
  5714. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/lib@autozsys_2zr642",
  5715. "IsSnapshot": true,
  5716. "Mountpoint": "/var/lib",
  5717. "CanMount": "on",
  5718. "LastUsed": 1590073306,
  5719. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  5720. },
  5721. {
  5722. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/log@autozsys_2zr642",
  5723. "IsSnapshot": true,
  5724. "Mountpoint": "/var/log",
  5725. "CanMount": "on",
  5726. "LastUsed": 1590073306,
  5727. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  5728. },
  5729. {
  5730. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/mail@autozsys_2zr642",
  5731. "IsSnapshot": true,
  5732. "Mountpoint": "/var/mail",
  5733. "CanMount": "on",
  5734. "LastUsed": 1590073306,
  5735. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  5736. },
  5737. {
  5738. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/snap@autozsys_2zr642",
  5739. "IsSnapshot": true,
  5740. "Mountpoint": "/var/snap",
  5741. "CanMount": "on",
  5742. "LastUsed": 1590073306,
  5743. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  5744. },
  5745. {
  5746. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/spool@autozsys_2zr642",
  5747. "IsSnapshot": true,
  5748. "Mountpoint": "/var/spool",
  5749. "CanMount": "on",
  5750. "LastUsed": 1590073306,
  5751. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  5752. },
  5753. {
  5754. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/www@autozsys_2zr642",
  5755. "IsSnapshot": true,
  5756. "Mountpoint": "/var/www",
  5757. "CanMount": "on",
  5758. "LastUsed": 1590073306,
  5759. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  5760. },
  5761. {
  5762. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/lib/AccountsService@autozsys_2zr642",
  5763. "IsSnapshot": true,
  5764. "Mountpoint": "/var/lib/AccountsService",
  5765. "CanMount": "on",
  5766. "LastUsed": 1590073306,
  5767. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  5768. },
  5769. {
  5770. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/lib/NetworkManager@autozsys_2zr642",
  5771. "IsSnapshot": true,
  5772. "Mountpoint": "/var/lib/NetworkManager",
  5773. "CanMount": "on",
  5774. "LastUsed": 1590073306,
  5775. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  5776. },
  5777. {
  5778. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/lib/apt@autozsys_2zr642",
  5779. "IsSnapshot": true,
  5780. "Mountpoint": "/var/lib/apt",
  5781. "CanMount": "on",
  5782. "LastUsed": 1590073306,
  5783. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  5784. },
  5785. {
  5786. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/lib/dpkg@autozsys_2zr642",
  5787. "IsSnapshot": true,
  5788. "Mountpoint": "/var/lib/dpkg",
  5789. "CanMount": "on",
  5790. "LastUsed": 1590073306,
  5791. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  5792. }
  5793. ]
  5794. },
  5795. "Users": {
  5796. "root": {
  5797. "ID": "rpool/USERDATA/root_hmndiy@autozsys_2zr642",
  5798. "LastUsed": "2020-05-21T12:01:46-03:00",
  5799. "Datasets": {
  5800. "rpool/USERDATA/root_hmndiy@autozsys_2zr642": [
  5801. {
  5802. "Name": "rpool/USERDATA/root_hmndiy@autozsys_2zr642",
  5803. "IsSnapshot": true,
  5804. "Mountpoint": "/root",
  5805. "CanMount": "on",
  5806. "LastUsed": 1590073306
  5807. }
  5808. ]
  5809. }
  5810. }
  5811. }
  5812. },
  5813. "rpool/ROOT/ubuntu_hk5cbk@autozsys_4jpgfk": {
  5814. "ID": "rpool/ROOT/ubuntu_hk5cbk@autozsys_4jpgfk",
  5815. "LastUsed": "2020-05-19T18:11:50-03:00",
  5816. "Datasets": {
  5817. "bpool/BOOT/ubuntu_hk5cbk@autozsys_4jpgfk": [
  5818. {
  5819. "Name": "bpool/BOOT/ubuntu_hk5cbk@autozsys_4jpgfk",
  5820. "IsSnapshot": true,
  5821. "Mountpoint": "/boot",
  5822. "CanMount": "on",
  5823. "LastUsed": 1589922710
  5824. }
  5825. ],
  5826. "rpool/ROOT/ubuntu_hk5cbk@autozsys_4jpgfk": [
  5827. {
  5828. "Name": "rpool/ROOT/ubuntu_hk5cbk@autozsys_4jpgfk",
  5829. "IsSnapshot": true,
  5830. "Mountpoint": "/",
  5831. "CanMount": "on",
  5832. "BootFS": true,
  5833. "LastUsed": 1589922710,
  5834. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  5835. },
  5836. {
  5837. "Name": "rpool/ROOT/ubuntu_hk5cbk/srv@autozsys_4jpgfk",
  5838. "IsSnapshot": true,
  5839. "Mountpoint": "/srv",
  5840. "CanMount": "on",
  5841. "LastUsed": 1589922710,
  5842. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  5843. },
  5844. {
  5845. "Name": "rpool/ROOT/ubuntu_hk5cbk/usr@autozsys_4jpgfk",
  5846. "IsSnapshot": true,
  5847. "Mountpoint": "/usr",
  5848. "CanMount": "off",
  5849. "LastUsed": 1589922710,
  5850. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  5851. },
  5852. {
  5853. "Name": "rpool/ROOT/ubuntu_hk5cbk/var@autozsys_4jpgfk",
  5854. "IsSnapshot": true,
  5855. "Mountpoint": "/var",
  5856. "CanMount": "off",
  5857. "LastUsed": 1589922710,
  5858. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  5859. },
  5860. {
  5861. "Name": "rpool/ROOT/ubuntu_hk5cbk/usr/local@autozsys_4jpgfk",
  5862. "IsSnapshot": true,
  5863. "Mountpoint": "/usr/local",
  5864. "CanMount": "on",
  5865. "LastUsed": 1589922710,
  5866. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  5867. },
  5868. {
  5869. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/games@autozsys_4jpgfk",
  5870. "IsSnapshot": true,
  5871. "Mountpoint": "/var/games",
  5872. "CanMount": "on",
  5873. "LastUsed": 1589922710,
  5874. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  5875. },
  5876. {
  5877. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/lib@autozsys_4jpgfk",
  5878. "IsSnapshot": true,
  5879. "Mountpoint": "/var/lib",
  5880. "CanMount": "on",
  5881. "LastUsed": 1589922710,
  5882. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  5883. },
  5884. {
  5885. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/log@autozsys_4jpgfk",
  5886. "IsSnapshot": true,
  5887. "Mountpoint": "/var/log",
  5888. "CanMount": "on",
  5889. "LastUsed": 1589922710,
  5890. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  5891. },
  5892. {
  5893. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/mail@autozsys_4jpgfk",
  5894. "IsSnapshot": true,
  5895. "Mountpoint": "/var/mail",
  5896. "CanMount": "on",
  5897. "LastUsed": 1589922710,
  5898. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  5899. },
  5900. {
  5901. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/snap@autozsys_4jpgfk",
  5902. "IsSnapshot": true,
  5903. "Mountpoint": "/var/snap",
  5904. "CanMount": "on",
  5905. "LastUsed": 1589922710,
  5906. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  5907. },
  5908. {
  5909. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/spool@autozsys_4jpgfk",
  5910. "IsSnapshot": true,
  5911. "Mountpoint": "/var/spool",
  5912. "CanMount": "on",
  5913. "LastUsed": 1589922710,
  5914. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  5915. },
  5916. {
  5917. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/www@autozsys_4jpgfk",
  5918. "IsSnapshot": true,
  5919. "Mountpoint": "/var/www",
  5920. "CanMount": "on",
  5921. "LastUsed": 1589922710,
  5922. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  5923. },
  5924. {
  5925. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/lib/AccountsService@autozsys_4jpgfk",
  5926. "IsSnapshot": true,
  5927. "Mountpoint": "/var/lib/AccountsService",
  5928. "CanMount": "on",
  5929. "LastUsed": 1589922710,
  5930. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  5931. },
  5932. {
  5933. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/lib/NetworkManager@autozsys_4jpgfk",
  5934. "IsSnapshot": true,
  5935. "Mountpoint": "/var/lib/NetworkManager",
  5936. "CanMount": "on",
  5937. "LastUsed": 1589922710,
  5938. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  5939. },
  5940. {
  5941. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/lib/apt@autozsys_4jpgfk",
  5942. "IsSnapshot": true,
  5943. "Mountpoint": "/var/lib/apt",
  5944. "CanMount": "on",
  5945. "LastUsed": 1589922710,
  5946. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  5947. },
  5948. {
  5949. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/lib/dpkg@autozsys_4jpgfk",
  5950. "IsSnapshot": true,
  5951. "Mountpoint": "/var/lib/dpkg",
  5952. "CanMount": "on",
  5953. "LastUsed": 1589922710,
  5954. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  5955. }
  5956. ]
  5957. },
  5958. "Users": {
  5959. "root": {
  5960. "ID": "rpool/USERDATA/root_hmndiy@autozsys_4jpgfk",
  5961. "LastUsed": "2020-05-19T18:11:50-03:00",
  5962. "Datasets": {
  5963. "rpool/USERDATA/root_hmndiy@autozsys_4jpgfk": [
  5964. {
  5965. "Name": "rpool/USERDATA/root_hmndiy@autozsys_4jpgfk",
  5966. "IsSnapshot": true,
  5967. "Mountpoint": "/root",
  5968. "CanMount": "on",
  5969. "LastUsed": 1589922710
  5970. }
  5971. ]
  5972. }
  5973. }
  5974. }
  5975. },
  5976. "rpool/ROOT/ubuntu_hk5cbk@autozsys_5cbkm3": {
  5977. "ID": "rpool/ROOT/ubuntu_hk5cbk@autozsys_5cbkm3",
  5978. "LastUsed": "2020-05-25T16:12:37-03:00",
  5979. "Datasets": {
  5980. "bpool/BOOT/ubuntu_hk5cbk@autozsys_5cbkm3": [
  5981. {
  5982. "Name": "bpool/BOOT/ubuntu_hk5cbk@autozsys_5cbkm3",
  5983. "IsSnapshot": true,
  5984. "Mountpoint": "/boot",
  5985. "CanMount": "on",
  5986. "LastUsed": 1590433958
  5987. }
  5988. ],
  5989. "rpool/ROOT/ubuntu_hk5cbk@autozsys_5cbkm3": [
  5990. {
  5991. "Name": "rpool/ROOT/ubuntu_hk5cbk@autozsys_5cbkm3",
  5992. "IsSnapshot": true,
  5993. "Mountpoint": "/",
  5994. "CanMount": "on",
  5995. "BootFS": true,
  5996. "LastUsed": 1590433957,
  5997. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  5998. },
  5999. {
  6000. "Name": "rpool/ROOT/ubuntu_hk5cbk/srv@autozsys_5cbkm3",
  6001. "IsSnapshot": true,
  6002. "Mountpoint": "/srv",
  6003. "CanMount": "on",
  6004. "LastUsed": 1590433957,
  6005. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  6006. },
  6007. {
  6008. "Name": "rpool/ROOT/ubuntu_hk5cbk/usr@autozsys_5cbkm3",
  6009. "IsSnapshot": true,
  6010. "Mountpoint": "/usr",
  6011. "CanMount": "off",
  6012. "LastUsed": 1590433957,
  6013. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  6014. },
  6015. {
  6016. "Name": "rpool/ROOT/ubuntu_hk5cbk/var@autozsys_5cbkm3",
  6017. "IsSnapshot": true,
  6018. "Mountpoint": "/var",
  6019. "CanMount": "off",
  6020. "LastUsed": 1590433957,
  6021. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  6022. },
  6023. {
  6024. "Name": "rpool/ROOT/ubuntu_hk5cbk/usr/local@autozsys_5cbkm3",
  6025. "IsSnapshot": true,
  6026. "Mountpoint": "/usr/local",
  6027. "CanMount": "on",
  6028. "LastUsed": 1590433957,
  6029. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  6030. },
  6031. {
  6032. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/games@autozsys_5cbkm3",
  6033. "IsSnapshot": true,
  6034. "Mountpoint": "/var/games",
  6035. "CanMount": "on",
  6036. "LastUsed": 1590433957,
  6037. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  6038. },
  6039. {
  6040. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/lib@autozsys_5cbkm3",
  6041. "IsSnapshot": true,
  6042. "Mountpoint": "/var/lib",
  6043. "CanMount": "on",
  6044. "LastUsed": 1590433957,
  6045. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  6046. },
  6047. {
  6048. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/log@autozsys_5cbkm3",
  6049. "IsSnapshot": true,
  6050. "Mountpoint": "/var/log",
  6051. "CanMount": "on",
  6052. "LastUsed": 1590433957,
  6053. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  6054. },
  6055. {
  6056. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/mail@autozsys_5cbkm3",
  6057. "IsSnapshot": true,
  6058. "Mountpoint": "/var/mail",
  6059. "CanMount": "on",
  6060. "LastUsed": 1590433957,
  6061. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  6062. },
  6063. {
  6064. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/snap@autozsys_5cbkm3",
  6065. "IsSnapshot": true,
  6066. "Mountpoint": "/var/snap",
  6067. "CanMount": "on",
  6068. "LastUsed": 1590433958,
  6069. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  6070. },
  6071. {
  6072. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/spool@autozsys_5cbkm3",
  6073. "IsSnapshot": true,
  6074. "Mountpoint": "/var/spool",
  6075. "CanMount": "on",
  6076. "LastUsed": 1590433958,
  6077. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  6078. },
  6079. {
  6080. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/www@autozsys_5cbkm3",
  6081. "IsSnapshot": true,
  6082. "Mountpoint": "/var/www",
  6083. "CanMount": "on",
  6084. "LastUsed": 1590433958,
  6085. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  6086. },
  6087. {
  6088. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/lib/AccountsService@autozsys_5cbkm3",
  6089. "IsSnapshot": true,
  6090. "Mountpoint": "/var/lib/AccountsService",
  6091. "CanMount": "on",
  6092. "LastUsed": 1590433958,
  6093. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  6094. },
  6095. {
  6096. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/lib/NetworkManager@autozsys_5cbkm3",
  6097. "IsSnapshot": true,
  6098. "Mountpoint": "/var/lib/NetworkManager",
  6099. "CanMount": "on",
  6100. "LastUsed": 1590433958,
  6101. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  6102. },
  6103. {
  6104. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/lib/apt@autozsys_5cbkm3",
  6105. "IsSnapshot": true,
  6106. "Mountpoint": "/var/lib/apt",
  6107. "CanMount": "on",
  6108. "LastUsed": 1590433958,
  6109. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  6110. },
  6111. {
  6112. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/lib/dpkg@autozsys_5cbkm3",
  6113. "IsSnapshot": true,
  6114. "Mountpoint": "/var/lib/dpkg",
  6115. "CanMount": "on",
  6116. "LastUsed": 1590433958,
  6117. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  6118. }
  6119. ]
  6120. },
  6121. "Users": {
  6122. "root": {
  6123. "ID": "rpool/USERDATA/root_hmndiy@autozsys_5cbkm3",
  6124. "LastUsed": "2020-05-25T16:12:38-03:00",
  6125. "Datasets": {
  6126. "rpool/USERDATA/root_hmndiy@autozsys_5cbkm3": [
  6127. {
  6128. "Name": "rpool/USERDATA/root_hmndiy@autozsys_5cbkm3",
  6129. "IsSnapshot": true,
  6130. "Mountpoint": "/root",
  6131. "CanMount": "on",
  6132. "LastUsed": 1590433958
  6133. }
  6134. ]
  6135. }
  6136. }
  6137. }
  6138. },
  6139. "rpool/ROOT/ubuntu_hk5cbk@autozsys_6g6uzr": {
  6140. "ID": "rpool/ROOT/ubuntu_hk5cbk@autozsys_6g6uzr",
  6141. "LastUsed": "2020-05-23T18:35:49-03:00",
  6142. "Datasets": {
  6143. "bpool/BOOT/ubuntu_hk5cbk@autozsys_6g6uzr": [
  6144. {
  6145. "Name": "bpool/BOOT/ubuntu_hk5cbk@autozsys_6g6uzr",
  6146. "IsSnapshot": true,
  6147. "Mountpoint": "/boot",
  6148. "CanMount": "on",
  6149. "LastUsed": 1590269750
  6150. }
  6151. ],
  6152. "rpool/ROOT/ubuntu_hk5cbk@autozsys_6g6uzr": [
  6153. {
  6154. "Name": "rpool/ROOT/ubuntu_hk5cbk@autozsys_6g6uzr",
  6155. "IsSnapshot": true,
  6156. "Mountpoint": "/",
  6157. "CanMount": "on",
  6158. "BootFS": true,
  6159. "LastUsed": 1590269749,
  6160. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  6161. },
  6162. {
  6163. "Name": "rpool/ROOT/ubuntu_hk5cbk/srv@autozsys_6g6uzr",
  6164. "IsSnapshot": true,
  6165. "Mountpoint": "/srv",
  6166. "CanMount": "on",
  6167. "LastUsed": 1590269749,
  6168. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  6169. },
  6170. {
  6171. "Name": "rpool/ROOT/ubuntu_hk5cbk/usr@autozsys_6g6uzr",
  6172. "IsSnapshot": true,
  6173. "Mountpoint": "/usr",
  6174. "CanMount": "off",
  6175. "LastUsed": 1590269749,
  6176. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  6177. },
  6178. {
  6179. "Name": "rpool/ROOT/ubuntu_hk5cbk/var@autozsys_6g6uzr",
  6180. "IsSnapshot": true,
  6181. "Mountpoint": "/var",
  6182. "CanMount": "off",
  6183. "LastUsed": 1590269749,
  6184. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  6185. },
  6186. {
  6187. "Name": "rpool/ROOT/ubuntu_hk5cbk/usr/local@autozsys_6g6uzr",
  6188. "IsSnapshot": true,
  6189. "Mountpoint": "/usr/local",
  6190. "CanMount": "on",
  6191. "LastUsed": 1590269749,
  6192. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  6193. },
  6194. {
  6195. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/games@autozsys_6g6uzr",
  6196. "IsSnapshot": true,
  6197. "Mountpoint": "/var/games",
  6198. "CanMount": "on",
  6199. "LastUsed": 1590269749,
  6200. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  6201. },
  6202. {
  6203. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/lib@autozsys_6g6uzr",
  6204. "IsSnapshot": true,
  6205. "Mountpoint": "/var/lib",
  6206. "CanMount": "on",
  6207. "LastUsed": 1590269749,
  6208. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  6209. },
  6210. {
  6211. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/log@autozsys_6g6uzr",
  6212. "IsSnapshot": true,
  6213. "Mountpoint": "/var/log",
  6214. "CanMount": "on",
  6215. "LastUsed": 1590269749,
  6216. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  6217. },
  6218. {
  6219. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/mail@autozsys_6g6uzr",
  6220. "IsSnapshot": true,
  6221. "Mountpoint": "/var/mail",
  6222. "CanMount": "on",
  6223. "LastUsed": 1590269749,
  6224. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  6225. },
  6226. {
  6227. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/snap@autozsys_6g6uzr",
  6228. "IsSnapshot": true,
  6229. "Mountpoint": "/var/snap",
  6230. "CanMount": "on",
  6231. "LastUsed": 1590269749,
  6232. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  6233. },
  6234. {
  6235. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/spool@autozsys_6g6uzr",
  6236. "IsSnapshot": true,
  6237. "Mountpoint": "/var/spool",
  6238. "CanMount": "on",
  6239. "LastUsed": 1590269749,
  6240. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  6241. },
  6242. {
  6243. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/www@autozsys_6g6uzr",
  6244. "IsSnapshot": true,
  6245. "Mountpoint": "/var/www",
  6246. "CanMount": "on",
  6247. "LastUsed": 1590269750,
  6248. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  6249. },
  6250. {
  6251. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/lib/AccountsService@autozsys_6g6uzr",
  6252. "IsSnapshot": true,
  6253. "Mountpoint": "/var/lib/AccountsService",
  6254. "CanMount": "on",
  6255. "LastUsed": 1590269750,
  6256. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  6257. },
  6258. {
  6259. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/lib/NetworkManager@autozsys_6g6uzr",
  6260. "IsSnapshot": true,
  6261. "Mountpoint": "/var/lib/NetworkManager",
  6262. "CanMount": "on",
  6263. "LastUsed": 1590269750,
  6264. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  6265. },
  6266. {
  6267. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/lib/apt@autozsys_6g6uzr",
  6268. "IsSnapshot": true,
  6269. "Mountpoint": "/var/lib/apt",
  6270. "CanMount": "on",
  6271. "LastUsed": 1590269750,
  6272. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  6273. },
  6274. {
  6275. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/lib/dpkg@autozsys_6g6uzr",
  6276. "IsSnapshot": true,
  6277. "Mountpoint": "/var/lib/dpkg",
  6278. "CanMount": "on",
  6279. "LastUsed": 1590269750,
  6280. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  6281. }
  6282. ]
  6283. },
  6284. "Users": {
  6285. "root": {
  6286. "ID": "rpool/USERDATA/root_hmndiy@autozsys_6g6uzr",
  6287. "LastUsed": "2020-05-23T18:35:50-03:00",
  6288. "Datasets": {
  6289. "rpool/USERDATA/root_hmndiy@autozsys_6g6uzr": [
  6290. {
  6291. "Name": "rpool/USERDATA/root_hmndiy@autozsys_6g6uzr",
  6292. "IsSnapshot": true,
  6293. "Mountpoint": "/root",
  6294. "CanMount": "on",
  6295. "LastUsed": 1590269750
  6296. }
  6297. ]
  6298. }
  6299. }
  6300. }
  6301. },
  6302. "rpool/ROOT/ubuntu_hk5cbk@autozsys_71lc36": {
  6303. "ID": "rpool/ROOT/ubuntu_hk5cbk@autozsys_71lc36",
  6304. "LastUsed": "2020-05-20T14:49:20-03:00",
  6305. "Datasets": {
  6306. "bpool/BOOT/ubuntu_hk5cbk@autozsys_71lc36": [
  6307. {
  6308. "Name": "bpool/BOOT/ubuntu_hk5cbk@autozsys_71lc36",
  6309. "IsSnapshot": true,
  6310. "Mountpoint": "/boot",
  6311. "CanMount": "on",
  6312. "LastUsed": 1589996960
  6313. }
  6314. ],
  6315. "rpool/ROOT/ubuntu_hk5cbk@autozsys_71lc36": [
  6316. {
  6317. "Name": "rpool/ROOT/ubuntu_hk5cbk@autozsys_71lc36",
  6318. "IsSnapshot": true,
  6319. "Mountpoint": "/",
  6320. "CanMount": "on",
  6321. "BootFS": true,
  6322. "LastUsed": 1589996960,
  6323. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  6324. },
  6325. {
  6326. "Name": "rpool/ROOT/ubuntu_hk5cbk/srv@autozsys_71lc36",
  6327. "IsSnapshot": true,
  6328. "Mountpoint": "/srv",
  6329. "CanMount": "on",
  6330. "LastUsed": 1589996960,
  6331. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  6332. },
  6333. {
  6334. "Name": "rpool/ROOT/ubuntu_hk5cbk/usr@autozsys_71lc36",
  6335. "IsSnapshot": true,
  6336. "Mountpoint": "/usr",
  6337. "CanMount": "off",
  6338. "LastUsed": 1589996960,
  6339. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  6340. },
  6341. {
  6342. "Name": "rpool/ROOT/ubuntu_hk5cbk/var@autozsys_71lc36",
  6343. "IsSnapshot": true,
  6344. "Mountpoint": "/var",
  6345. "CanMount": "off",
  6346. "LastUsed": 1589996960,
  6347. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  6348. },
  6349. {
  6350. "Name": "rpool/ROOT/ubuntu_hk5cbk/usr/local@autozsys_71lc36",
  6351. "IsSnapshot": true,
  6352. "Mountpoint": "/usr/local",
  6353. "CanMount": "on",
  6354. "LastUsed": 1589996960,
  6355. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  6356. },
  6357. {
  6358. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/games@autozsys_71lc36",
  6359. "IsSnapshot": true,
  6360. "Mountpoint": "/var/games",
  6361. "CanMount": "on",
  6362. "LastUsed": 1589996960,
  6363. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  6364. },
  6365. {
  6366. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/lib@autozsys_71lc36",
  6367. "IsSnapshot": true,
  6368. "Mountpoint": "/var/lib",
  6369. "CanMount": "on",
  6370. "LastUsed": 1589996960,
  6371. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  6372. },
  6373. {
  6374. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/log@autozsys_71lc36",
  6375. "IsSnapshot": true,
  6376. "Mountpoint": "/var/log",
  6377. "CanMount": "on",
  6378. "LastUsed": 1589996960,
  6379. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  6380. },
  6381. {
  6382. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/mail@autozsys_71lc36",
  6383. "IsSnapshot": true,
  6384. "Mountpoint": "/var/mail",
  6385. "CanMount": "on",
  6386. "LastUsed": 1589996960,
  6387. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  6388. },
  6389. {
  6390. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/snap@autozsys_71lc36",
  6391. "IsSnapshot": true,
  6392. "Mountpoint": "/var/snap",
  6393. "CanMount": "on",
  6394. "LastUsed": 1589996960,
  6395. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  6396. },
  6397. {
  6398. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/spool@autozsys_71lc36",
  6399. "IsSnapshot": true,
  6400. "Mountpoint": "/var/spool",
  6401. "CanMount": "on",
  6402. "LastUsed": 1589996960,
  6403. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  6404. },
  6405. {
  6406. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/www@autozsys_71lc36",
  6407. "IsSnapshot": true,
  6408. "Mountpoint": "/var/www",
  6409. "CanMount": "on",
  6410. "LastUsed": 1589996960,
  6411. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  6412. },
  6413. {
  6414. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/lib/AccountsService@autozsys_71lc36",
  6415. "IsSnapshot": true,
  6416. "Mountpoint": "/var/lib/AccountsService",
  6417. "CanMount": "on",
  6418. "LastUsed": 1589996960,
  6419. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  6420. },
  6421. {
  6422. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/lib/NetworkManager@autozsys_71lc36",
  6423. "IsSnapshot": true,
  6424. "Mountpoint": "/var/lib/NetworkManager",
  6425. "CanMount": "on",
  6426. "LastUsed": 1589996960,
  6427. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  6428. },
  6429. {
  6430. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/lib/apt@autozsys_71lc36",
  6431. "IsSnapshot": true,
  6432. "Mountpoint": "/var/lib/apt",
  6433. "CanMount": "on",
  6434. "LastUsed": 1589996960,
  6435. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  6436. },
  6437. {
  6438. "Name": "rpool/ROOT/ubuntu_hk5cbk/var/lib/dpkg@autozsys_71lc36",
  6439. "IsSnapshot": true,
  6440. "Mountpoint": "/var/lib/dpkg",
  6441. "CanMount": "on",
  6442. "LastUsed": 1589996960,
  6443. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  6444. }
  6445. ]
  6446. },
  6447. "Users": {
  6448. "root": {
  6449. "ID": "rpool/USERDATA/root_hmndiy@autozsys_71lc36",
  6450. "LastUsed": "2020-05-20T14:49:20-03:00",
  6451. "Datasets": {
  6452. "rpool/USERDATA/root_hmndiy@autozsys_71lc36": [
  6453. {
  6454. "Name": "rpool/USERDATA/root_hmndiy@autozsys_71lc36",
  6455. "IsSnapshot": true,
  6456. "Mountpoint": "/root",
  6457. "CanMount": "on",
  6458. "LastUsed": 1589996960
  6459. }
  6460. ]
  6461. }
  6462. }
  6463. }
  6464. },
  6465. "rpool/ROOT/ubuntu_hk5cbk@autozsys_8pux99": {
  6466. "ID": "rpool/ROOT/ubuntu_hk5cbk@autozsys_8pux99",
  6467. "LastUsed": "2020-05-19T14:03:27-03:00",
  6468. "Datasets": {
  6469. "bpool/BOOT/ubuntu_hk5cbk@autozsys_8pux99": [
  6470. {
  6471. "Name": "bpool/BOOT/ubuntu_hk5cbk@autozsys_8pux99",
  6472. "IsSnapshot": true,
  6473. "Mountpoint": "/boot",
  6474. "CanMount": "on",
  6475. "LastUsed": 1589907808
  6476. }
  6477. ],
  6478. "rpool/ROOT/ubuntu_hk5cbk@autozsys_8pux99": [
  6479. {
  6480. "Name": "rpool/ROOT/ubuntu_hk5cbk@autozsys_8pux99",
  6481. "IsSnapshot": true,
  6482. "Mountpoint": "/",
  6483. "CanMount": "on",
  6484. "BootFS": true,
  6485. "LastUsed": 1589907807,
  6486. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  6487. },
  6488. {
  6489. "Name": "rpool/ROOT/ubuntu_hk5cbk/srv@autozsys_8pux99",
  6490. "IsSnapshot": true,
  6491. "Mountpoint": "/srv",
  6492. "CanMount": "on",
  6493. "LastUsed": 1589907807,
  6494. "LastBootedKernel": "vmlinuz-5.4.0-31-generic"
  6495. },
  6496. {
  6497. "Name": "rpool/ROOT/ubuntu_hk5cbk/usr@autozsys_8pux99",
  6498. "IsSnapshot": true,
  6499. "Mountpoint": "/usr",
  6500. "CanMount": "off",
Add Comment
Please, Sign In to add comment