Auto-update blog content from Obsidian: 2026-02-26 22:06:14
All checks were successful
Blog Deployment / Check-Rebuild (push) Successful in 7s
Blog Deployment / Build (push) Has been skipped
Blog Deployment / Deploy-Production (push) Successful in 9s
Blog Deployment / Deploy-Staging (push) Successful in 10s
Blog Deployment / Test-Staging (push) Successful in 2s
Blog Deployment / Merge (push) Successful in 8s
Blog Deployment / Test-Production (push) Successful in 2s
Blog Deployment / Clean (push) Has been skipped
Blog Deployment / Notify (push) Successful in 2s
All checks were successful
Blog Deployment / Check-Rebuild (push) Successful in 7s
Blog Deployment / Build (push) Has been skipped
Blog Deployment / Deploy-Production (push) Successful in 9s
Blog Deployment / Deploy-Staging (push) Successful in 10s
Blog Deployment / Test-Staging (push) Successful in 2s
Blog Deployment / Merge (push) Successful in 8s
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:
@@ -170,11 +170,22 @@ I could also create a `Cloud Sync Task` but I already have Duplicati managing th
|
||||
## 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.
|
||||
|
||||
### Data migration
|
||||
|
||||
For each of my current NFS shares, on a client, I mount the new NFS share to synchronize the data:
|
||||
```
|
||||
sudo mkdir /new_photos
|
||||
sudo mount 192.168.88.30:/mnt/storage/media/photos /new_photos
|
||||
sudo rsync -a --info=progress2 /data/photo/ /new_photo
|
||||
```
|
||||
|
||||
At the end, I could decommission my old NFS server on the LXC. The dataset layout after migration looks like this:
|
||||

|
||||
|
||||
### Android application
|
||||
|
||||
Out of curiosity, I've checked on the Google Play store
|
||||

|
||||
|
||||
---
|
||||
## Conclusion
|
||||
Reference in New Issue
Block a user