All of my data gone

I came back from Holliday and I just changed the case of the pc that runs the truenas server.
the pool is still active with right drives. but all of my data is gone.
I tried rebooting it, changing the sata cables.
there are very important pictures on it from my sons first birthday etc
I am running trueness scale.
2 Itachi 1tb drives in mirror setting
and ryzen 1600x, gtx 1050ti and 8gb ram.
We didn’t touch the server for 3 weeks but I saw a peak of usage of 18 Oct until 21 October.
What I can remember is that I that I tried to portforward the server 3-4 weeks ago but didn’t managed it to get it to work. the only thing I did right after I came after 4day vacation is to change the case of pc and that’s it.

and all of my settings are still there the installed apps and configurations and the folders are still there.

Since you moved to a new PC case, double check all cables.

What does the “Datasets” section tell you in TrueNAS?

I see all of my datasets that I created which are the folders and as well the flex config folder.
but the folder except plex config are empty. cables are connected because I see my hard drives on trueness

How did you access your data, via SMB shares?

Without more details my guess is that your adventures at “portforwarding” were critically successful. In other words, your port forwarding ended up letting someone in.

Port forwarding from your router directly to your NAS is, depending on the specific ports in question, a bad idea because the system is not hardened against the of flood of attacks that system will experience.

Having said that, you should verify if you see your files through the shell, just in case something happened to the permissions.

Finally, I view “changed the case of the pc” on the same level as building the system from scratch, since you basically touch every part of the system. It’s a significant event.

Please post the output of the following shell commands inside ``` (triple backticks)

sudo zpool status -v
sudo zpool import
sudo zpool history


        TrueNAS (c) 2009-2024, iXsystems, Inc.
        All rights reserved.
        TrueNAS code is released under the modified BSD license with some
        files copyrighted by (c) iXsystems, Inc.

        For more information, documentation, help or support, go here:
        http://truenas.com

Welcome to TrueNAS
Last login: Wed Nov  6 05:52:12 PST 2024 on pts/3

Warning: the supported mechanisms for making configuration changes
are the TrueNAS WebUI, CLI, and API exclusively. ALL OTHERS ARE
NOT SUPPORTED AND WILL RESULT IN UNDEFINED BEHAVIOR AND MAY
RESULT IN SYSTEM FAILURE.

admin@truenas[~]$ sudo zpool status -v
[sudo] password for admin: 
  pool: Pool
 state: ONLINE
  scan: scrub repaired 0B in 00:01:37 with 0 errors on Sun Oct 27 00:01:41 2024
config:

        NAME                                      STATE     READ WRITE CKSUM
        Pool                                      ONLINE       0     0     0
          mirror-0                                ONLINE       0     0     0
            1f1787c6-540d-4203-b9e2-1fa511265a03  ONLINE       0     0     0
            1629f9fb-991d-4f90-b68b-c4ef0d145ce1  ONLINE       0     0     0

errors: No known data errors

  pool: boot-pool
 state: ONLINE
  scan: scrub repaired 0B in 00:00:12 with 0 errors on Sat Nov  2 03:45:14 2024
config:

        NAME        STATE     READ WRITE CKSUM
        boot-pool   ONLINE       0     0     0
          sdc3      ONLINE       0     0     0

errors: No known data errors
admin@truenas[~]$ sudo zpool import
no pools available to import
admin@truenas[~]$ sudo zpool history
History for 'Pool':
2024-09-21.00:55:57 py-libzfs: zpool create -o feature@lz4_compress=enabled -o altroot=/mnt -o cachefile=/data/zfs/zpool.cache -o failmode=continue -o autoexpand=on -o ashift12 -o feature@async_destroy=enabled -o feature@empty_bpobj=enabled -o feature@multi_vdev_crash_dump=enabled -o feature@spacemap_histogram=enabled -o feature@enabled_txg=enabled -o feature@hole_birth=enabled -o feature@extensible_dataset=enabled -o feature@embedded_data=enabled -o feature@bookmarks=enabled -o feature@filesystem_limits=enabled -o feature@large_blocks=enabled -o feature@large_dnode=enabled -o feature@sha512=enabled -o feature@skein=enabled -o feature@edonr=enabled -o feature@userobj_accounting=enabled -o feature@encryption=enabled -o feature@project_quota=enabled -o feature@device_removal=enabled -o feature@obsolete_counts=enabled -o feature@zpool_checkpoint=enabled -o feature@spacemap_v2=enabled -o feature@allocation_classes=enabled -o feature@resilver_defer=enabled -o feature@bookmark_v2=enabled -o feature@redaction_bookmarks=enabled -o feature@redacted_datasets=enabled -o feature@bookmark_written=enabled -o feature@log_spacemap=enabled -o feature@livelist=enabled -o feature@device_rebuild=enabled -o feature@zstd_compress=enabled -o feature@draid=enabled -o feature@zilsaxattr=enabled -o feature@head_errlog=enabled -o feature@blake3=enabled -o feature@block_cloning=enabled -o feature@vdev_zaps_v2=enabled -O atime=off -O aclmode=discard -O acltype=posix -O compression=lz4 -O aclinherit=passthrough -O mountpoint=/Pool Pool mirror /dev/disk/by-partuuid/1f1787c6-540d-4203-b9e2-1fa511265a03 /dev/disk/by-partuuid/1629f9fb-991d-4f90-b68b-c4ef0d145ce1
2024-09-21.00:55:57 py-libzfs: zfs inherit  Pool
2024-09-21.00:55:59 py-libzfs: zfs create -o mountpoint=legacy -o readonly=off -o snapdir=hidden -o xattr=sa Pool/.system
2024-09-21.00:56:00 py-libzfs: zfs create -o mountpoint=legacy -o readonly=off -o snapdir=hidden -o quota=1G -o xattr=sa Pool/.system/cores
2024-09-21.00:56:00 py-libzfs: zfs create -o mountpoint=legacy -o readonly=off -o snapdir=hidden -o xattr=sa Pool/.system/samba4
2024-09-21.00:56:00 py-libzfs: zfs create -o mountpoint=legacy -o readonly=off -o snapdir=hidden -o xattr=sa Pool/.system/configs-ae32c386e13840b2bf9c0083275e7941
2024-09-21.00:56:01 py-libzfs: zfs create -o mountpoint=legacy -o readonly=off -o snapdir=hidden -o xattr=sa Pool/.system/netdata-ae32c386e13840b2bf9c0083275e7941
2024-09-21.01:03:28 py-libzfs: zfs create -o aclinherit=passthrough -o aclmode=restricted -o acltype=nfsv4 -o casesensitivity=insensitive -o org.freenas:description= -o copies=1 -o org.truenas:managedby=192.168.129.0 -o xattr=sa Pool/Videos
2024-09-21.01:05:28 zfs destroy -r Pool/Videos
2024-09-21.01:05:41 py-libzfs: zfs create -o aclinherit=passthrough -o aclmode=restricted -o acltype=nfsv4 -o casesensitivity=insensitive -o org.freenas:description= -o copies=1 -o org.truenas:managedby=192.168.129.0 -o xattr=sa Pool/Hermans
2024-09-21.01:12:39 py-libzfs: zfs create -o aclinherit=passthrough -o aclmode=restricted -o acltype=nfsv4 -o casesensitivity=insensitive -o org.freenas:description= -o copies=1 -o org.truenas:managedby=192.168.129.0 -o xattr=sa Pool/Movies
2024-09-21.01:14:42 zfs destroy -r Pool/Movies
2024-09-21.01:14:51 py-libzfs: zfs create -o aclinherit=passthrough -o aclmode=restricted -o acltype=nfsv4 -o casesensitivity=insensitive -o org.freenas:description= -o copies=1 -o org.truenas:managedby=192.168.129.0 -o xattr=sa Pool/Hermans/Movies
2024-09-21.01:15:47 py-libzfs: zfs create -o aclinherit=passthrough -o aclmode=restricted -o acltype=nfsv4 -o casesensitivity=insensitive -o org.freenas:description= -o copies=1 -o org.truenas:managedby=192.168.129.0 -o xattr=sa Pool/Hermans/Plex_config
2024-09-21.01:25:17 zpool import 1860078194724216169 -R /mnt -m -f -o cachefile=/data/zfs/zpool.cache
2024-09-21.01:27:59 py-libzfs: zfs create -o aclmode=discard -o acltype=posix -o exec=on -o setuid=on -o casesensitivity=sensitive -o atime=off -o encryption=off -o xattr=sa Pool/ix-applications
2024-09-21.01:27:59 py-libzfs: zfs create -o aclmode=discard -o acltype=posix -o exec=on -o setuid=on -o casesensitivity=sensitive -o atime=off -o xattr=sa Pool/ix-applications/k3s
2024-09-21.01:28:00 py-libzfs: zfs create -o aclmode=discard -o acltype=posix -o exec=on -o setuid=on -o casesensitivity=sensitive -o atime=off -o mountpoint=legacy -o xattr=sa Pool/ix-applications/k3s/kubelet
2024-09-21.01:28:00 py-libzfs: zfs create -o aclmode=discard -o acltype=posix -o exec=on -o setuid=on -o casesensitivity=sensitive -o atime=off -o xattr=sa Pool/ix-applications/releases
2024-09-21.01:28:00 py-libzfs: zfs create -o aclmode=discard -o acltype=posix -o exec=on -o setuid=on -o casesensitivity=sensitive -o atime=off -o xattr=sa Pool/ix-applications/default_volumes
2024-09-21.01:28:01 py-libzfs: zfs create -o aclmode=discard -o acltype=posix -o exec=on -o setuid=on -o casesensitivity=sensitive -o atime=off -o xattr=sa Pool/ix-applications/catalogs
2024-09-21.01:28:03 py-libzfs: zfs create -o xattr=sa Pool/ix-applications/docker
2024-09-21.01:28:04 zfs destroy -f -r Pool/ix-applications/docker
2024-09-21.01:28:37 py-libzfs: zfs create -o xattr=sa Pool/ix-applications/releases/plex
2024-09-21.01:28:39 py-libzfs: zfs create -o xattr=sa Pool/ix-applications/releases/plex/charts
2024-09-21.01:28:40 py-libzfs: zfs create -o xattr=sa Pool/ix-applications/releases/plex/volumes
2024-09-21.01:28:41 py-libzfs: zfs create -o xattr=sa Pool/ix-applications/releases/plex/volumes/ix_volumes
2024-09-21.01:28:42 py-libzfs: zfs create -o xattr=sa Pool/ix-applications/releases/plex/volumes/ix_volumes/data
2024-09-21.01:28:44 py-libzfs: zfs create -o xattr=sa Pool/ix-applications/releases/plex/volumes/ix_volumes/transcode
2024-09-21.01:28:45 py-libzfs: zfs create -o xattr=sa Pool/ix-applications/releases/plex/volumes/ix_volumes/config
2024-09-21.01:58:43 py-libzfs: zfs create -o aclinherit=passthrough -o aclmode=restricted -o acltype=nfsv4 -o casesensitivity=insensitive -o org.freenas:description= -o copies=1 -o org.truenas:managedby=192.168.129.0 -o xattr=sa Pool/Hermans/Series
2024-09-21.02:18:51 zpool import 1860078194724216169 -R /mnt -m -f -o cachefile=/data/zfs/zpool.cache
2024-09-21.02:31:03 py-libzfs: zfs create -o xattr=sa Pool/ix-applications/releases/plex/volumes/ix_volumes/logs
2024-09-21.02:47:10 zfs destroy -f -r Pool/ix-applications/releases/plex
2024-09-21.02:49:46 py-libzfs: zfs create -o xattr=sa Pool/ix-applications/releases/emby
2024-09-21.02:49:47 py-libzfs: zfs create -o xattr=sa Pool/ix-applications/releases/emby/charts
2024-09-21.02:49:47 py-libzfs: zfs create -o xattr=sa Pool/ix-applications/releases/emby/volumes
2024-09-21.02:49:48 py-libzfs: zfs create -o xattr=sa Pool/ix-applications/releases/emby/volumes/ix_volumes
2024-09-21.02:53:29 zfs destroy -f -r Pool/ix-applications/releases/emby
2024-09-21.02:57:41 py-libzfs: zfs create -o xattr=sa Pool/ix-applications/releases/plex
2024-09-21.02:57:41 py-libzfs: zfs create -o xattr=sa Pool/ix-applications/releases/plex/charts
2024-09-21.02:57:42 py-libzfs: zfs create -o xattr=sa Pool/ix-applications/releases/plex/volumes
2024-09-21.02:57:42 py-libzfs: zfs create -o xattr=sa Pool/ix-applications/releases/plex/volumes/ix_volumes
2024-09-21.02:57:43 py-libzfs: zfs create -o xattr=sa Pool/ix-applications/releases/plex/volumes/ix_volumes/transcode
2024-09-21.05:10:17 zpool import 1860078194724216169 -R /mnt -m -f -o cachefile=/data/zfs/zpool.cache
2024-09-21.07:53:57 zpool import 1860078194724216169 -R /mnt -m -f -o cachefile=/data/zfs/zpool.cache
2024-09-21.23:30:54 zpool import 1860078194724216169 -R /mnt -m -f -o cachefile=/data/zfs/zpool.cache
2024-09-22.00:07:30 zpool import 1860078194724216169 -R /mnt -m -f -o cachefile=/data/zfs/zpool.cache
2024-09-22.00:59:56 py-libzfs: zfs create -o aclinherit=passthrough -o aclmode=restricted -o acltype=nfsv4 -o casesensitivity=insensitive -o org.freenas:description= -o copies=1 -o org.truenas:managedby=192.168.129.0 -o xattr=sa Pool/Hermans/fotos
2024-09-22.10:32:14 zpool import 1860078194724216169 -R /mnt -m -f -o cachefile=/data/zfs/zpool.cache
2024-09-23.08:19:16 zpool import 1860078194724216169 -R /mnt -m -f -o cachefile=/data/zfs/zpool.cache
2024-09-23.08:36:55 zpool import 1860078194724216169 -R /mnt -m -f -o cachefile=/data/zfs/zpool.cache
2024-09-23.15:34:55 zpool import 1860078194724216169 -R /mnt -m -f -o cachefile=/data/zfs/zpool.cache
2024-09-24.00:33:46 zpool import 1860078194724216169 -R /mnt -m -f -o cachefile=/data/zfs/zpool.cache
2024-09-24.11:26:42 zpool import 1860078194724216169 -R /mnt -m -f -o cachefile=/data/zfs/zpool.cache
2024-09-25.11:05:15 zpool import 1860078194724216169 -R /mnt -m -f -o cachefile=/data/zfs/zpool.cache
2024-09-27.01:06:59 zpool import 1860078194724216169 -R /mnt -m -f -o cachefile=/data/zfs/zpool.cache
2024-09-27.11:35:31 zpool import 1860078194724216169 -R /mnt -m -f -o cachefile=/data/zfs/zpool.cache
2024-09-27.21:45:00 zpool import 1860078194724216169 -R /mnt -m -f -o cachefile=/data/zfs/zpool.cache
2024-09-30.04:22:45 zpool import 1860078194724216169 -R /mnt -m -f -o cachefile=/data/zfs/zpool.cache
2024-10-02.06:34:36 zpool import 1860078194724216169 -R /mnt -m -f -o cachefile=/data/zfs/zpool.cache
2024-10-11.03:47:46 zpool import 1860078194724216169 -R /mnt -m -f -o cachefile=/data/zfs/zpool.cache
2024-10-12.00:58:27 zpool import 1860078194724216169 -R /mnt -m -f -o cachefile=/data/zfs/zpool.cache
2024-10-17.12:48:42 py-libzfs: zfs create -o xattr=sa Pool/ix-applications/releases/nextcloud
2024-10-17.12:48:43 py-libzfs: zfs create -o xattr=sa Pool/ix-applications/releases/nextcloud/charts
2024-10-17.12:48:43 py-libzfs: zfs create -o xattr=sa Pool/ix-applications/releases/nextcloud/volumes
2024-10-17.12:48:44 py-libzfs: zfs create -o xattr=sa Pool/ix-applications/releases/nextcloud/volumes/ix_volumes
2024-10-17.12:48:45 py-libzfs: zfs create -o xattr=sa Pool/ix-applications/releases/nextcloud/volumes/ix_volumes/pgData
2024-10-17.12:48:45 py-libzfs: zfs create -o xattr=sa Pool/ix-applications/releases/nextcloud/volumes/ix_volumes/pgBackup
2024-10-17.12:48:47 py-libzfs: zfs create -o xattr=sa Pool/ix-applications/releases/nextcloud/volumes/ix_volumes/data
2024-10-17.13:08:56 zfs destroy -f -r Pool/ix-applications/releases/nextcloud
2024-10-17.13:12:27 py-libzfs: zfs create -o aclinherit=passthrough -o aclmode=passthrough -o acltype=nfsv4 -o atime=off -o casesensitivity=sensitive -o org.freenas:description= -o copies=1 -o org.truenas:managedby=192.168.100.190 -o xattr=sa Pool/appData
2024-10-17.13:15:20 py-libzfs: zfs create -o aclinherit=passthrough -o aclmode=passthrough -o acltype=nfsv4 -o atime=off -o casesensitivity=sensitive -o org.freenas:description= -o copies=1 -o org.truenas:managedby=192.168.100.190 -o xattr=sa Pool/appData/nextCloud
2024-10-17.13:16:14 py-libzfs: zfs create -o aclinherit=passthrough -o aclmode=passthrough -o acltype=nfsv4 -o atime=off -o casesensitivity=sensitive -o org.freenas:description= -o copies=1 -o org.truenas:managedby=192.168.100.190 -o xattr=sa Pool/appData/nextCloud/appdata
2024-10-17.13:16:54 py-libzfs: zfs create -o aclinherit=passthrough -o aclmode=passthrough -o acltype=nfsv4 -o atime=off -o casesensitivity=sensitive -o org.freenas:description= -o copies=1 -o org.truenas:managedby=192.168.100.190 -o xattr=sa Pool/appData/nextCloud/collaboraData
2024-10-17.13:17:10 py-libzfs: zfs create -o aclinherit=passthrough -o aclmode=passthrough -o acltype=nfsv4 -o atime=off -o casesensitivity=sensitive -o org.freenas:description= -o copies=1 -o org.truenas:managedby=192.168.100.190 -o xattr=sa Pool/appData/nextCloud/pgbackup
2024-10-17.13:17:27 py-libzfs: zfs create -o aclinherit=passthrough -o aclmode=passthrough -o acltype=nfsv4 -o atime=off -o casesensitivity=sensitive -o org.freenas:description= -o copies=1 -o org.truenas:managedby=192.168.100.190 -o xattr=sa Pool/appData/nextCloud/pgdata
2024-10-17.13:17:42 py-libzfs: zfs create -o aclinherit=passthrough -o aclmode=passthrough -o acltype=nfsv4 -o atime=off -o casesensitivity=sensitive -o org.freenas:description= -o copies=1 -o org.truenas:managedby=192.168.100.190 -o xattr=sa Pool/appData/nextCloud/userdata
2024-10-17.13:22:05 py-libzfs: zfs create -o xattr=sa Pool/ix-applications/releases/collabora
2024-10-17.13:22:06 py-libzfs: zfs create -o xattr=sa Pool/ix-applications/releases/collabora/charts
2024-10-17.13:22:07 py-libzfs: zfs create -o xattr=sa Pool/ix-applications/releases/collabora/volumes
2024-10-17.13:22:07 py-libzfs: zfs create -o xattr=sa Pool/ix-applications/releases/collabora/volumes/ix_volumes
2024-10-17.13:26:19 py-libzfs: zfs create -o xattr=sa Pool/ix-applications/releases/nextcloud
2024-10-17.13:26:20 py-libzfs: zfs create -o xattr=sa Pool/ix-applications/releases/nextcloud/charts
2024-10-17.13:26:21 py-libzfs: zfs create -o xattr=sa Pool/ix-applications/releases/nextcloud/volumes
2024-10-17.13:26:21 py-libzfs: zfs create -o xattr=sa Pool/ix-applications/releases/nextcloud/volumes/ix_volumes
2024-10-21.07:33:44 zpool import 1860078194724216169 -R /mnt -m -f -o cachefile=/data/zfs/zpool.cache
2024-10-25.05:40:06 zpool import 1860078194724216169 -R /mnt -m -f -o cachefile=/data/zfs/zpool.cache
2024-10-27.00:00:17 py-libzfs: zpool scrub Pool
2024-10-27.04:21:28 zpool import 1860078194724216169 -R /mnt -m -f -o cachefile=/data/zfs/zpool.cache
2024-11-03.04:40:29 zpool import 1860078194724216169 -R /mnt -m -f -o cachefile=/data/zfs/zpool.cache
2024-11-03.07:38:51 zpool import 1860078194724216169 -R /mnt -m -f -o cachefile=/data/zfs/zpool.cache
2024-11-06.03:10:33 zpool import 1860078194724216169 -R /mnt -m -f -o cachefile=/data/zfs/zpool.cache
2024-11-06.04:03:26 zpool import 1860078194724216169 -R /mnt -m -f -o cachefile=/data/zfs/zpool.cache
2024-11-06.04:08:56 zpool import 1860078194724216169 -R /mnt -m -f -o cachefile=/data/zfs/zpool.cache
2024-11-06.04:38:00 zpool import 1860078194724216169 -R /mnt -m -f -o cachefile=/data/zfs/zpool.cache
2024-11-06.04:45:40 py-libzfs: zpool online -e Pool /dev/disk/by-partuuid/1f1787c6-540d-4203-b9e2-1fa511265a03
2024-11-06.04:45:41 py-libzfs: zpool online -e Pool /dev/disk/by-partuuid/1629f9fb-991d-4f90-b68b-c4ef0d145ce1
2024-11-06.04:50:45 zpool import 1860078194724216169 -R /mnt -m -f -o cachefile=/data/zfs/zpool.cache
2024-11-06.05:18:43 zpool import 1860078194724216169 -R /mnt -m -f -o cachefile=/data/zfs/zpool.cache
2024-11-06.05:23:18 zfs snapshot Pool/.system/samba4@update--2024-11-06-13-23--SCALE-24.04.2.2
2024-11-06.05:23:20 zfs program Pool /tmp/zettarepl--recursive_snapshot_exclude.lua--da6ab99ec58411349667806600e485a5
2024-11-06.05:25:17 zpool import 1860078194724216169 -R /mnt -m -f -o cachefile=/data/zfs/zpool.cache

History for 'boot-pool':
2024-09-21.00:41:13 zpool create -f -o cachefile=/tmp/zpool.cache -o ashift=12 -o compatibility=grub2 -O acltype=off -O canmount=off -O compression=lz4 -O devices=off -O mountpoint=none -O normalization=formD -O relatime=on -O xattr=sa boot-pool /dev/sda3
2024-09-21.00:41:13 zfs set compression=on boot-pool
2024-09-21.00:41:13 zfs create -o canmount=off boot-pool/ROOT
2024-09-21.00:41:13 zfs create -o canmount=off -o mountpoint=legacy boot-pool/grub
2024-09-21.00:41:14 zfs create -o mountpoint=legacy -o truenas:kernel_version=6.6.32-production+truenas -o zectl:keep=False boot-pool/ROOT/24.04.2.2
2024-09-21.00:41:14 zfs create -u -o mountpoint=legacy -o canmount=noauto -o setuid=off -o devices=off -o exec=off -o acltype=off -o aclmode=discard -o atime=off boot-pool/ROOT/24.04.2.2/audit
2024-09-21.00:41:14 zfs create -u -o mountpoint=legacy -o canmount=noauto -o setuid=off -o devices=off -o exec=off -o acltype=off -o aclmode=discard boot-pool/ROOT/24.04.2.2/conf
2024-09-21.00:41:14 zfs create -u -o mountpoint=legacy -o canmount=noauto -o setuid=off -o devices=off -o exec=off -o acltype=off -o aclmode=discard -o atime=off boot-pool/ROOT/24.04.2.2/data
2024-09-21.00:41:14 zfs create -u -o mountpoint=legacy -o canmount=noauto -o setuid=off -o devices=off -o exec=off -o acltype=off -o aclmode=discard -o atime=off boot-pool/ROOT/24.04.2.2/mnt
2024-09-21.00:41:14 zfs create -u -o mountpoint=legacy -o canmount=noauto -o setuid=off -o devices=off -o exec=off -o acltype=off -o aclmode=discard boot-pool/ROOT/24.04.2.2/etc
2024-09-21.00:41:14 zfs create -u -o mountpoint=legacy -o canmount=noauto -o setuid=off -o devices=off -o exec=off -o acltype=off -o aclmode=discard boot-pool/ROOT/24.04.2.2/home
2024-09-21.00:41:14 zfs create -u -o mountpoint=legacy -o canmount=noauto -o setuid=off -o devices=off -o acltype=off -o aclmode=discard boot-pool/ROOT/24.04.2.2/opt
2024-09-21.00:41:14 zfs create -u -o mountpoint=legacy -o canmount=noauto -o setuid=off -o devices=off -o acltype=off -o aclmode=discard boot-pool/ROOT/24.04.2.2/root
2024-09-21.00:41:14 zfs create -u -o mountpoint=legacy -o canmount=noauto -o acltype=off -o aclmode=discard -o atime=off boot-pool/ROOT/24.04.2.2/usr
2024-09-21.00:41:15 zfs create -u -o mountpoint=legacy -o canmount=noauto -o setuid=off -o devices=off -o acltype=off -o aclmode=discard -o atime=off boot-pool/ROOT/24.04.2.2/var
2024-09-21.00:41:15 zfs create -u -o mountpoint=legacy -o canmount=noauto -o setuid=off -o devices=off -o exec=off -o acltype=off -o aclmode=discard boot-pool/ROOT/24.04.2.2/var/ca-certificates
2024-09-21.00:41:15 zfs create -u -o mountpoint=legacy -o canmount=noauto -o setuid=off -o devices=off -o exec=off -o atime=off boot-pool/ROOT/24.04.2.2/var/log
2024-09-21.00:42:58 zpool set bootfs=boot-pool/ROOT/24.04.2.2 boot-pool
2024-09-21.00:44:47 zfs set readonly=off boot-pool/ROOT/24.04.2.2/usr
2024-09-21.00:44:47 zfs set readonly=on boot-pool/ROOT/24.04.2.2/usr
2024-09-21.00:44:50 zfs set readonly=off boot-pool/ROOT/24.04.2.2/audit
2024-09-21.00:44:50 zfs set mountpoint=/audit boot-pool/ROOT/24.04.2.2/audit
2024-09-21.00:44:50 zfs set org.zectl:bootloader="" boot-pool/ROOT/24.04.2.2/audit
2024-09-21.00:44:50 zfs set readonly=on boot-pool/ROOT/24.04.2.2/conf
2024-09-21.00:44:51 zfs snapshot boot-pool/ROOT/24.04.2.2/conf@pristine
2024-09-21.00:44:51 zfs set mountpoint=/conf boot-pool/ROOT/24.04.2.2/conf
2024-09-21.00:44:51 zfs set org.zectl:bootloader="" boot-pool/ROOT/24.04.2.2/conf
2024-09-21.00:44:51 zfs set readonly=off boot-pool/ROOT/24.04.2.2/data
2024-09-21.00:44:51 zfs set mountpoint=/data boot-pool/ROOT/24.04.2.2/data
2024-09-21.00:44:51 zfs set org.zectl:bootloader="" boot-pool/ROOT/24.04.2.2/data
2024-09-21.00:44:51 zfs set readonly=off boot-pool/ROOT/24.04.2.2/mnt
2024-09-21.00:44:51 zfs set mountpoint=/mnt boot-pool/ROOT/24.04.2.2/mnt
2024-09-21.00:44:51 zfs set org.zectl:bootloader="" boot-pool/ROOT/24.04.2.2/mnt
2024-09-21.00:44:51 zfs set readonly=off boot-pool/ROOT/24.04.2.2/etc
2024-09-21.00:44:51 zfs snapshot boot-pool/ROOT/24.04.2.2/etc@pristine
2024-09-21.00:44:51 zfs set mountpoint=/etc boot-pool/ROOT/24.04.2.2/etc
2024-09-21.00:44:51 zfs set org.zectl:bootloader="" boot-pool/ROOT/24.04.2.2/etc
2024-09-21.00:44:51 zfs set readonly=off boot-pool/ROOT/24.04.2.2/home
2024-09-21.00:44:51 zfs set mountpoint=/home boot-pool/ROOT/24.04.2.2/home
2024-09-21.00:44:51 zfs set org.zectl:bootloader="" boot-pool/ROOT/24.04.2.2/home
2024-09-21.00:44:51 zfs set readonly=on boot-pool/ROOT/24.04.2.2/opt
2024-09-21.00:44:51 zfs snapshot boot-pool/ROOT/24.04.2.2/opt@pristine
2024-09-21.00:44:51 zfs set mountpoint=/opt boot-pool/ROOT/24.04.2.2/opt
2024-09-21.00:44:51 zfs set org.zectl:bootloader="" boot-pool/ROOT/24.04.2.2/opt
2024-09-21.00:44:51 zfs set readonly=off boot-pool/ROOT/24.04.2.2/root
2024-09-21.00:44:51 zfs set mountpoint=/root boot-pool/ROOT/24.04.2.2/root
2024-09-21.00:44:51 zfs set org.zectl:bootloader="" boot-pool/ROOT/24.04.2.2/root
2024-09-21.00:44:51 zfs set readonly=on boot-pool/ROOT/24.04.2.2/usr
2024-09-21.00:44:51 zfs snapshot boot-pool/ROOT/24.04.2.2/usr@pristine
2024-09-21.00:44:51 zfs set mountpoint=/usr boot-pool/ROOT/24.04.2.2/usr
2024-09-21.00:44:51 zfs set org.zectl:bootloader="" boot-pool/ROOT/24.04.2.2/usr
2024-09-21.00:44:51 zfs set readonly=off boot-pool/ROOT/24.04.2.2/var
2024-09-21.00:44:51 zfs snapshot boot-pool/ROOT/24.04.2.2/var@pristine
2024-09-21.00:44:51 zfs set mountpoint=/var boot-pool/ROOT/24.04.2.2/var
2024-09-21.00:44:51 zfs set org.zectl:bootloader="" boot-pool/ROOT/24.04.2.2/var
2024-09-21.00:44:51 zfs set readonly=off boot-pool/ROOT/24.04.2.2/var/ca-certificates
2024-09-21.00:44:51 zfs set mountpoint=/var/local/ca-certificates boot-pool/ROOT/24.04.2.2/var/ca-certificates
2024-09-21.00:44:51 zfs set org.zectl:bootloader="" boot-pool/ROOT/24.04.2.2/var/ca-certificates
2024-09-21.00:44:51 zfs set readonly=off boot-pool/ROOT/24.04.2.2/var/log
2024-09-21.00:44:51 zfs set mountpoint=/var/log boot-pool/ROOT/24.04.2.2/var/log
2024-09-21.00:44:51 zfs set org.zectl:bootloader="" boot-pool/ROOT/24.04.2.2/var/log
2024-09-21.00:44:51 zfs set readonly=on boot-pool/ROOT/24.04.2.2
2024-09-21.00:44:51 zfs snapshot boot-pool/ROOT/24.04.2.2@pristine
2024-09-21.00:44:51 zfs set org.zectl:bootloader=grub boot-pool/ROOT
2024-09-21.00:44:52 zpool export boot-pool
2024-09-21.00:47:25 zpool import -N -f boot-pool
2024-09-21.00:47:50 py-libzfs: zfs create -o mountpoint=legacy -o readonly=off -o snapdir=hidden -o xattr=sa boot-pool/.system
2024-09-21.00:47:50 py-libzfs: zfs create -o mountpoint=legacy -o readonly=off -o snapdir=hidden -o quota=1G -o xattr=sa boot-pool/.system/cores
2024-09-21.00:47:53 py-libzfs: zfs create -o mountpoint=legacy -o readonly=off -o snapdir=hidden -o xattr=sa boot-pool/.system/samba4
2024-09-21.00:47:53 py-libzfs: zfs create -o mountpoint=legacy -o readonly=off -o snapdir=hidden -o xattr=sa boot-pool/.system/configs-ae32c386e13840b2bf9c0083275e7941
2024-09-21.00:47:53 py-libzfs: zfs create -o mountpoint=legacy -o readonly=off -o snapdir=hidden -o xattr=sa boot-pool/.system/netdata-ae32c386e13840b2bf9c0083275e7941
2024-09-21.00:48:17 py-libzfs: zfs snapshot  boot-pool/.system/samba4@wbc-1726904897
2024-09-21.00:56:09 zfs destroy -r boot-pool/.system
2024-09-21.01:24:52 zpool import -N -f boot-pool
2024-09-21.02:18:23 zpool import -N -f boot-pool
2024-09-21.05:09:54 zpool import -N -f boot-pool
2024-09-21.07:53:34 zpool import -N -f boot-pool
2024-09-21.23:30:31 zpool import -N -f boot-pool
2024-09-22.00:07:05 zpool import -N -f boot-pool
2024-09-22.10:31:51 zpool import -N -f boot-pool
2024-09-23.08:18:53 zpool import -N -f boot-pool
2024-09-23.08:36:26 zpool import -N -f boot-pool
2024-09-23.15:34:26 zpool import -N -f boot-pool
2024-09-24.00:33:18 zpool import -N -f boot-pool
2024-09-24.11:26:13 zpool import -N -f boot-pool
2024-09-25.11:03:50 zpool import -N -f boot-pool
2024-09-25.11:04:46 zpool import -N -f boot-pool
2024-09-27.01:06:30 zpool import -N -f boot-pool
2024-09-27.03:45:02 py-libzfs: zpool scrub boot-pool
2024-09-27.11:35:02 zpool import -N -f boot-pool
2024-09-27.21:44:31 zpool import -N -f boot-pool
2024-09-30.04:22:15 zpool import -N -f boot-pool
2024-10-02.06:34:07 zpool import -N -f boot-pool
2024-10-04.03:45:02 py-libzfs: zpool scrub boot-pool
2024-10-11.03:46:09 zpool import -N -f boot-pool
2024-10-11.03:47:17 zpool import -N -f boot-pool
2024-10-12.00:58:03 zpool import -N -f boot-pool
2024-10-12.03:45:03 py-libzfs: zpool scrub boot-pool
2024-10-19.03:45:03 py-libzfs: zpool scrub boot-pool
2024-10-21.07:33:14 zpool import -N -f boot-pool
2024-10-25.05:39:33 zpool import -N -f boot-pool
2024-10-26.03:45:03 py-libzfs: zpool scrub boot-pool
2024-10-27.04:20:57 zpool import -N -f boot-pool
2024-11-02.03:45:03 py-libzfs: zpool scrub boot-pool
2024-11-03.04:39:59 zpool import -N -f boot-pool
2024-11-03.07:35:48 zpool import -N -f boot-pool
2024-11-03.07:38:21 zpool import -N -f boot-pool
2024-11-06.03:10:02 zpool import -N -f boot-pool
2024-11-06.04:02:56 zpool import -N -f boot-pool
2024-11-06.04:08:25 zpool import -N -f boot-pool
2024-11-06.04:37:30 zpool import -N -f boot-pool
2024-11-06.04:50:15 zpool import -N -f boot-pool
2024-11-06.05:18:14 zpool import -N -f boot-pool
2024-11-06.05:20:07 zfs create -o mountpoint=legacy -o truenas:kernel_version=6.6.32-production+truenas -o zectl:keep=False boot-pool/ROOT/24.04.2.3
2024-11-06.05:20:07 zfs create -u -o mountpoint=legacy -o canmount=noauto -o setuid=off -o devices=off -o exec=off -o acltype=off -o aclmode=discard -o atime=off boot-pool/ROOT/24.04.2.3/audit
2024-11-06.05:20:07 zfs create -u -o mountpoint=legacy -o canmount=noauto -o setuid=off -o devices=off -o exec=off -o acltype=off -o aclmode=discard boot-pool/ROOT/24.04.2.3/conf
2024-11-06.05:20:07 zfs snapshot boot-pool/ROOT/24.04.2.2/data@install-2024-11-06-13-20-07
2024-11-06.05:20:07 zfs clone -o mountpoint=legacy -o canmount=noauto -o setuid=off -o devices=off -o exec=off -o acltype=off -o aclmode=discard -o atime=off boot-pool/ROOT/24.04.2.2/data@install-2024-11-06-13-20-07 boot-pool/ROOT/24.04.2.3/data
2024-11-06.05:20:07 zfs create -u -o mountpoint=legacy -o canmount=noauto -o setuid=off -o devices=off -o exec=off -o acltype=off -o aclmode=discard -o atime=off boot-pool/ROOT/24.04.2.3/mnt
2024-11-06.05:20:07 zfs create -u -o mountpoint=legacy -o canmount=noauto -o setuid=off -o devices=off -o exec=off -o acltype=off -o aclmode=discard boot-pool/ROOT/24.04.2.3/etc
2024-11-06.05:20:07 zfs snapshot boot-pool/ROOT/24.04.2.2/home@install-2024-11-06-13-20-07
2024-11-06.05:20:07 zfs clone -o mountpoint=legacy -o canmount=noauto -o setuid=off -o devices=off -o exec=off -o acltype=off -o aclmode=discard boot-pool/ROOT/24.04.2.2/home@install-2024-11-06-13-20-07 boot-pool/ROOT/24.04.2.3/home
2024-11-06.05:20:07 zfs create -u -o mountpoint=legacy -o canmount=noauto -o setuid=off -o devices=off -o acltype=off -o aclmode=discard boot-pool/ROOT/24.04.2.3/opt
2024-11-06.05:20:07 zfs snapshot boot-pool/ROOT/24.04.2.2/root@install-2024-11-06-13-20-07
2024-11-06.05:20:07 zfs clone -o mountpoint=legacy -o canmount=noauto -o setuid=off -o devices=off -o acltype=off -o aclmode=discard boot-pool/ROOT/24.04.2.2/root@install-2024-11-06-13-20-07 boot-pool/ROOT/24.04.2.3/root
2024-11-06.05:20:07 zfs create -u -o mountpoint=legacy -o canmount=noauto -o acltype=off -o aclmode=discard -o atime=off boot-pool/ROOT/24.04.2.3/usr
2024-11-06.05:20:07 zfs create -u -o mountpoint=legacy -o canmount=noauto -o setuid=off -o devices=off -o acltype=off -o aclmode=discard -o atime=off boot-pool/ROOT/24.04.2.3/var
2024-11-06.05:20:07 zfs create -u -o mountpoint=legacy -o canmount=noauto -o setuid=off -o devices=off -o exec=off -o acltype=off -o aclmode=discard boot-pool/ROOT/24.04.2.3/var/ca-certificates
2024-11-06.05:20:07 zfs snapshot boot-pool/ROOT/24.04.2.2/var/log@install-2024-11-06-13-20-07
2024-11-06.05:20:07 zfs clone -o mountpoint=legacy -o canmount=noauto -o setuid=off -o devices=off -o exec=off -o atime=off boot-pool/ROOT/24.04.2.2/var/log@install-2024-11-06-13-20-07 boot-pool/ROOT/24.04.2.3/var/log
2024-11-06.05:21:10 zpool set bootfs=boot-pool/ROOT/24.04.2.3 boot-pool
2024-11-06.05:23:15 zfs set readonly=off boot-pool/ROOT/24.04.2.3/usr
2024-11-06.05:23:15 zfs set readonly=on boot-pool/ROOT/24.04.2.3/usr
2024-11-06.05:23:16 zfs set readonly=off boot-pool/ROOT/24.04.2.3/audit
2024-11-06.05:23:16 zfs set mountpoint=/audit boot-pool/ROOT/24.04.2.3/audit
2024-11-06.05:23:16 zfs set org.zectl:bootloader="" boot-pool/ROOT/24.04.2.3/audit
2024-11-06.05:23:16 zfs set readonly=on boot-pool/ROOT/24.04.2.3/conf
2024-11-06.05:23:16 zfs snapshot boot-pool/ROOT/24.04.2.3/conf@pristine
2024-11-06.05:23:16 zfs set mountpoint=/conf boot-pool/ROOT/24.04.2.3/conf
2024-11-06.05:23:16 zfs set org.zectl:bootloader="" boot-pool/ROOT/24.04.2.3/conf
2024-11-06.05:23:16 zfs set readonly=off boot-pool/ROOT/24.04.2.3/data
2024-11-06.05:23:16 zfs set mountpoint=/data boot-pool/ROOT/24.04.2.3/data
2024-11-06.05:23:16 zfs set org.zectl:bootloader="" boot-pool/ROOT/24.04.2.3/data
2024-11-06.05:23:16 zfs set readonly=off boot-pool/ROOT/24.04.2.3/mnt
2024-11-06.05:23:16 zfs set mountpoint=/mnt boot-pool/ROOT/24.04.2.3/mnt
2024-11-06.05:23:16 zfs set org.zectl:bootloader="" boot-pool/ROOT/24.04.2.3/mnt
2024-11-06.05:23:16 zfs set readonly=off boot-pool/ROOT/24.04.2.3/etc
2024-11-06.05:23:16 zfs snapshot boot-pool/ROOT/24.04.2.3/etc@pristine
2024-11-06.05:23:16 zfs set mountpoint=/etc boot-pool/ROOT/24.04.2.3/etc
2024-11-06.05:23:16 zfs set org.zectl:bootloader="" boot-pool/ROOT/24.04.2.3/etc
2024-11-06.05:23:16 zfs set readonly=off boot-pool/ROOT/24.04.2.3/home
2024-11-06.05:23:16 zfs set mountpoint=/home boot-pool/ROOT/24.04.2.3/home
2024-11-06.05:23:17 zfs set org.zectl:bootloader="" boot-pool/ROOT/24.04.2.3/home
2024-11-06.05:23:17 zfs set readonly=on boot-pool/ROOT/24.04.2.3/opt
2024-11-06.05:23:17 zfs snapshot boot-pool/ROOT/24.04.2.3/opt@pristine
2024-11-06.05:23:17 zfs set mountpoint=/opt boot-pool/ROOT/24.04.2.3/opt
2024-11-06.05:23:17 zfs set org.zectl:bootloader="" boot-pool/ROOT/24.04.2.3/opt
2024-11-06.05:23:17 zfs set readonly=off boot-pool/ROOT/24.04.2.3/root
2024-11-06.05:23:17 zfs set mountpoint=/root boot-pool/ROOT/24.04.2.3/root
2024-11-06.05:23:17 zfs set org.zectl:bootloader="" boot-pool/ROOT/24.04.2.3/root
2024-11-06.05:23:17 zfs set readonly=on boot-pool/ROOT/24.04.2.3/usr
2024-11-06.05:23:17 zfs snapshot boot-pool/ROOT/24.04.2.3/usr@pristine
2024-11-06.05:23:17 zfs set mountpoint=/usr boot-pool/ROOT/24.04.2.3/usr
2024-11-06.05:23:17 zfs set org.zectl:bootloader="" boot-pool/ROOT/24.04.2.3/usr
2024-11-06.05:23:17 zfs set readonly=off boot-pool/ROOT/24.04.2.3/var
2024-11-06.05:23:17 zfs snapshot boot-pool/ROOT/24.04.2.3/var@pristine
2024-11-06.05:23:17 zfs set mountpoint=/var boot-pool/ROOT/24.04.2.3/var
2024-11-06.05:23:17 zfs set org.zectl:bootloader="" boot-pool/ROOT/24.04.2.3/var
2024-11-06.05:23:17 zfs set readonly=off boot-pool/ROOT/24.04.2.3/var/ca-certificates
2024-11-06.05:23:17 zfs set mountpoint=/var/local/ca-certificates boot-pool/ROOT/24.04.2.3/var/ca-certificates
2024-11-06.05:23:17 zfs set org.zectl:bootloader="" boot-pool/ROOT/24.04.2.3/var/ca-certificates
2024-11-06.05:23:17 zfs set readonly=off boot-pool/ROOT/24.04.2.3/var/log
2024-11-06.05:23:17 zfs set mountpoint=/var/log boot-pool/ROOT/24.04.2.3/var/log
2024-11-06.05:23:17 zfs set org.zectl:bootloader="" boot-pool/ROOT/24.04.2.3/var/log
2024-11-06.05:23:18 zfs set readonly=on boot-pool/ROOT/24.04.2.3
2024-11-06.05:23:18 zfs snapshot boot-pool/ROOT/24.04.2.3@pristine
2024-11-06.05:24:47 zpool import -N -f boot-pool
2024-11-06.05:25:05 py-libzfs: zfs promote boot-pool/ROOT/24.04.2.3/data
2024-11-06.05:25:05 py-libzfs: zfs promote boot-pool/ROOT/24.04.2.3/home
2024-11-06.05:25:05 py-libzfs: zfs promote boot-pool/ROOT/24.04.2.3/var/log
2024-11-06.05:25:05 py-libzfs: zfs promote boot-pool/ROOT/24.04.2.3/root ```

on another pc going through the file explorer.

Was that you that did that ?

1 Like

Can’t really remember that I did that but those are just movies and videos not really important stuf.

and until 2024-10-15 I still had all my data, 2024-09-21.01:14:42 this was in the week where I was setting everything up. I aswell have this running in mirror mode.

Under storage is your 'Used Space: %" still apprx the same as you last remember it?

Did you ever make Snapshots? If you go to Data Protection, do you see any previously made snapshots that you might be able to roll-back to?

1 Like