Auto-update blog content from Obsidian: 2026-02-24 18:56:22
All checks were successful
Blog Deployment / Check-Rebuild (push) Successful in 6s
Blog Deployment / Build (push) Has been skipped
Blog Deployment / Deploy-Staging (push) Successful in 10s
Blog Deployment / Test-Staging (push) Successful in 2s
Blog Deployment / Merge (push) Successful in 7s
Blog Deployment / Deploy-Production (push) Successful in 9s
Blog Deployment / Test-Production (push) Successful in 2s
Blog Deployment / Clean (push) Has been skipped
Blog Deployment / Notify (push) Successful in 2s

This commit is contained in:
Gitea Actions
2026-02-24 18:56:22 +00:00
parent 4f152bf733
commit 2fdbd11020
2 changed files with 12 additions and 1 deletions

View File

@@ -18,7 +18,7 @@ During this winter, the node started to fail, it was stopping by itself for no r
I this article I will walk you through the entire build of my NAS, using TrueNAS. I this article I will walk you through the entire build of my NAS, using TrueNAS.
---
## Choose the the right platform ## Choose the the right platform
@@ -59,6 +59,7 @@ Here my requirements:
After comparing the solutions, the choice was made to use TrueNAS Community Edition, which is the new name of FreeNAS. After comparing the solutions, the choice was made to use TrueNAS Community Edition, which is the new name of FreeNAS.
---
## Install TrueNAS ## Install TrueNAS
The installation of TrueNAS didn't go as smooth as I expected id to be. The installation of TrueNAS didn't go as smooth as I expected id to be.
@@ -158,14 +159,24 @@ At the end, my datasets tree in my `storage` pool look like this:
Now let's configure some data protection features, here is the `Data Protection` tab: Now let's configure some data protection features, here is the `Data Protection` tab:
![Data protection features in TrueNAS](img/truenas-data-protection-tab.png) ![Data protection features in TrueNAS](img/truenas-data-protection-tab.png)
I want to create automatic snapshots for some of my datasets, those I care the most are my cloud files and the photos.
Let's create snapshot tasks. I click on the `Add` button next to `Periodic Snapshot Tasks`. For the `cloud` dataset, I create a daily snapshot with a lifetime of 2 months, for `photos`, only 7 days should be fine:
![Create periodic snapshot task in TrueNAS ](img/truenas-create-periodic-snapshot.png)
I could also create a `Cloud Sync Task` but I already have Duplicati managing this.
---
## Use of TrueNAS ## Use of TrueNAS
Now my TrueNAS instance is configured, I need to plan the migration of the datas from my current NFS server to TrueNAS.
### Firewall rule ### Firewall rule
### Data migration ### Data migration
### Android application ### Android application
---
## Conclusion ## Conclusion

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB