This backup fully runs from PowerShell and using 7-zip as the archiving tool. I don't use a NAS device but I don't see an obvious reason why it wouldn't work as long as share permissions are setup properly.
I just ran the script again today
PS C:\Scripts> .\Invoke-Rolling7ZipBackup.ps1
2026-08-04 13:26:58 [INFO] Invoke-Rolling7ZipBackup version 1.03
2026-08-04 13:26:58 [INFO] Start Time: 2026-08-04 13:26:58.795
2026-08-04 13:26:58 [INFO] Backup run started.
2026-08-04 13:26:58 [INFO] Computer: LAB-01
2026-08-04 13:26:58 [INFO] User: LAB-01\AS
2026-08-04 13:26:58 [INFO] PowerShell: 5.1.26100.8875
2026-08-04 13:26:58 [INFO] Source configured as: C:\Scripts
2026-08-04 13:26:58 [INFO] Destination: E:\Backup\Scripts
2026-08-04 13:26:58 [INFO] Weekly archives retained: 5
2026-08-04 13:26:58 [INFO] Compression level: 5
2026-08-04 13:26:58 [INFO] Solid compression: False
2026-08-04 13:26:58 [INFO] Exclusive backup lock acquired.
2026-08-04 13:26:58 [INFO] Source resolved as: C:\Scripts
2026-08-04 13:26:58 [INFO] Destination create/delete permission test passed.
2026-08-04 13:26:58 [INFO] 7-Zip executable: C:\Program Files\7-Zip\7z.exe
2026-08-04 13:26:58 [INFO] 7-Zip information: 7-Zip 26.02 (x64) : Copyright (c) 1999-2026 Igor Pavlov : 2026-06-25
2026-08-04 13:26:58 [INFO] Existing immutable Master retained unchanged: E:\Backup\Scripts\MyScriptingProjects_Master_2026-08-03_194717.7z
2026-08-04 13:26:58 [INFO] Current weekly archive exists and will be updated: E:\Backup\Scripts\MyScriptingProjects_Weekly_2026-W32.7z
2026-08-04 13:26:58 [INFO] Updating current weekly archive started.
2026-08-04 13:27:00 [7ZIP] 7-Zip 26.02 (x64) : Copyright (c) 1999-2026 Igor Pavlov : 2026-06-25
2026-08-04 13:27:00 [7ZIP] Open archive: E:\Backup\Scripts\MyScriptingProjects_Weekly_2026-W32.7z
2026-08-04 13:27:00 [7ZIP] --
2026-08-04 13:27:00 [7ZIP] Path = E:\Backup\Scripts\MyScriptingProjects_Weekly_2026-W32.7z
2026-08-04 13:27:00 [7ZIP] Type = 7z
2026-08-04 13:27:00 [7ZIP] Physical Size = 438174624
2026-08-04 13:27:00 [7ZIP] Headers Size = 168856
2026-08-04 13:27:00 [7ZIP] Method = ARM64 LZMA2:25 BCJ
2026-08-04 13:27:00 [7ZIP] Solid = -
2026-08-04 13:27:00 [7ZIP] Blocks = 13141
2026-08-04 13:27:00 [7ZIP] Scanning the drive:
2026-08-04 13:27:00 [7ZIP] 1112 folders, 13238 files, 1798147813 bytes (1715 MiB)
2026-08-04 13:27:00 [7ZIP] Updating archive: E:\Backup\Scripts\MyScriptingProjects_Weekly_2026-W32.7z
2026-08-04 13:27:00 [7ZIP] Keep old data in archive: 1111 folders, 13231 files, 1798044108 bytes (1715 MiB)
2026-08-04 13:27:00 [7ZIP] Add new data to archive: 1 folder, 7 files, 103705 bytes (102 KiB)
2026-08-04 13:27:00 [7ZIP] Files read from disk: 7
2026-08-04 13:27:00 [7ZIP] Archive size: 438195207 bytes (418 MiB)
2026-08-04 13:27:00 [7ZIP] Everything is Ok
2026-08-04 13:27:00 [INFO] Updating current weekly archive completed successfully.
2026-08-04 13:27:00 [INFO] Archive integrity test started.
2026-08-04 13:27:00 [7ZIP] 7-Zip 26.02 (x64) : Copyright (c) 1999-2026 Igor Pavlov : 2026-06-25
2026-08-04 13:27:00 [7ZIP] Scanning the drive for archives:
2026-08-04 13:27:00 [7ZIP] 1 file, 438195207 bytes (418 MiB)
2026-08-04 13:27:00 [7ZIP] Testing archive: E:\Backup\Scripts\MyScriptingProjects_Weekly_2026-W32.7z
2026-08-04 13:27:09 [7ZIP] --
2026-08-04 13:27:09 [7ZIP] Path = E:\Backup\Scripts\MyScriptingProjects_Weekly_2026-W32.7z
2026-08-04 13:27:09 [7ZIP] Type = 7z
2026-08-04 13:27:09 [7ZIP] Physical Size = 438195207
2026-08-04 13:27:09 [7ZIP] Headers Size = 169025
2026-08-04 13:27:09 [7ZIP] Method = ARM64 LZMA2:25 BCJ
2026-08-04 13:27:09 [7ZIP] Solid = -
2026-08-04 13:27:09 [7ZIP] Blocks = 13146
2026-08-04 13:27:09 [7ZIP] Everything is Ok
2026-08-04 13:27:09 [7ZIP] Folders: 1112
2026-08-04 13:27:09 [7ZIP] Files: 13238
2026-08-04 13:27:09 [7ZIP] Size: 1798147813
2026-08-04 13:27:09 [7ZIP] Compressed: 438195207
2026-08-04 13:27:09 [INFO] Archive integrity test completed successfully.
2026-08-04 13:27:09 [INFO] Current weekly archive verified. Size: 417.90 MB
2026-08-04 13:27:09 [INFO] Weekly retention requires no deletion. Found 1; keeping 5.
2026-08-04 13:27:09 [INFO] Backup run completed successfully.
2026-08-04 13:27:09 [INFO] Exclusive backup lock released.
2026-08-04 13:27:09 [INFO] End Time: 2026-08-04 13:27:09.204
2026-08-04 13:27:09 [INFO] Duration: 00:00:10.409
