Dave Russell

Results 241 comments of Dave Russell
trafficstars

You can create the lastbackup file with: ``` echo -n "$(date +%s)" > "/lastbackup" ``` Then copy it into each app's folder in your /syno_app_mover folder (so you don't have...

I can't test it until tomorrow because my DS1821+ is doing a data scrub, and the drives from my DS720+ are currently connected to a PC for developing my [Synology_Recover_Data](https://github.com/007revad/Synology_Recover_Data)...

I don't know which image from #25 you are referring to because I can't see your screenshot. All I get is a webpage saying "This private-user-images.githubusercontent.com page can’t be found".

Out the 43,000 lines in storage_panel.js only 371 line contain the word dedupe. If we search for dedupe related functions there are only 23. ``` Line 8992: dedupeConfigBtnShow() { Line...

What are we looking at in that screenshot? Is something missing?

> In the screenshot there's the expanded volume, and its "Info" includes "Deduplication status:" and "Deduplication savings:" Ah, that's what the screenshots in issue #25 were showing. I only noticed...

I just played around with deduplication on an NVMe volume. For manual deduplication "Deduplication status" shows the last run time and there is no "Deduplication savings". For automatic deduplication "Deduplication...

When I run the following command with just HDD volumes in the NAS: ``` /usr/syno/bin/synowebapi --exec api=SYNO.Storage.CGI.Storage method=load_info version=1 ``` the first line is always: ``` [Line 295] Exec WebAPI:...

The results from googling for `[Line 295] +"Exec WebAPI"` seem to suggest that `[Line 295] Exec WebAPI...` is normal. It's just strange that it was missing after I created an...

Did storage manager show the NVMe drive before you ran the script?