Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Mover % bar or information

Featured Replies

On 5/14/2020 at 4:32 PM, PigNib said:

+1 on wanting a high-level progress bar (ideally with a amount of GB left & transfer rate and estimated minutes to completion)

 

+1 would love that feature

  • 4 weeks later...
  • Replies 63
  • Views 35.9k
  • Created
  • Last Reply

Top Posters In This Topic

Most Popular Posts

  • I have submitted a pull request for consideration. Initially this will only update after each share being transferred and just shows a percentage complete.     Status will also up

  • It needs to be released but not currently in base os awaiting validate and merge by limetech.

  • I have changed the format of the status, Some of the data is static or test data and not very granular at present as changes needed to core Unraid functions to provide that level of detail.   

Posted Images

I'd love that feature too. I suggested it to the mover-tuner-plugin author, but he isn't sure if he can implement it.

I have submitted a pull request for consideration. Initially this will only update after each share being transferred and just shows a percentage complete.

 

image.thumb.png.3e6e70a1e24eaf72404a58222854225b.png

 

Status will also update for scheduled moves. The transfers to and from are sequential so you will not see both at the same time.  From would say 0% complete until To had finished or will show nothing to transfer if that is the case.

 

image.thumb.png.4bb1ad7c823db575b331568de065db0a.png

  • 3 months later...
On 2/19/2021 at 12:02 AM, jamerperson said:

I'd love that feature too. I suggested it to the mover-tuner-plugin author, but he isn't sure if he can implement it.

With recent changes I think this can be implemented.  Just will take some extra loops and creating a rather large file list.  Then sending the file list to the mover instead of the individual find commands.  Will keep track of this thread to see when it comes out in beta.   But.. Depends on how it's implemented...  Will check back once the feature is released.

  • 3 weeks later...

Hello there,

 

It would also be nice to see what file the mover is currently working on, what files have been transfered and what files are in the query to be moved.

Also it would be nice to see in the WebUI which files will be moved with the next "mover run"

  • 4 months later...

+1 create visibility in the black box aspects of the product, this will probably attract more users. 

  • 4 weeks later...

+1 for Progress bar

+1 for a list of what remains to be moved

+1 for a list of what it already moved during the session

  • 3 months later...
On 2/20/2021 at 12:41 PM, SimonF said:

I have submitted a pull request for consideration. Initially this will only update after each share being transferred and just shows a percentage complete.

 

image.thumb.png.3e6e70a1e24eaf72404a58222854225b.png

 

Status will also update for scheduled moves. The transfers to and from are sequential so you will not see both at the same time.  From would say 0% complete until To had finished or will show nothing to transfer if that is the case.

 

image.thumb.png.4bb1ad7c823db575b331568de065db0a.png

I have changed the format of the status, Some of the data is static or test data and not very granular at present as changes needed to core Unraid functions to provide that level of detail. 

 

Static test data is File name, Progress.

 

Transfer data is only updated at the end of a share transfer. PR is here https://github.com/limetech/webgui/pull/1042

 

image.thumb.png.7a600e133140a316e7ab7945f04a053a.png

 

image.thumb.png.7f86ac796b6586134c22b72dd5083bc8.png

Edited by SimonF

  • 2 months later...

Hello,

How to install it ?? mover.php ?

15 minutes ago, Falcom said:

Hello,

How to install it ?? mover.php ?

It needs to be released but not currently in base os awaiting validate and merge by limetech.

Edited by SimonF

  • 2 months later...
On 6/24/2022 at 6:48 AM, SimonF said:

It needs to be released but not currently in base os awaiting validate and merge by limetech.

Hi

 

Any update on this? 

 

cheers

  • 2 weeks later...

@SimonF fantastic looking work! I'm watching the PR, looks like a super clean implementation 🙌

 

One thing to add that might be nice once the initial is merged would be to also show the %complete in the UI's tray at the bottom of the screen, similar to how parity checks are reported there. Doesn't need all the detailed info IMO, just that it's active when active and the percentage value, at least that's my thought anyway...

 

Keep up the great work, and thanks!!

2 hours ago, BVD said:

Doesn't need all the detailed info IMO, just that it's active when active and the percentage value, at least that's my thought anyway...

Will look into that thanks for the suggestion.

  • 3 months later...

Any update when we can get this? Looks very nice.

  • 1 month later...

i'm also interested when this will be going live as i need this 

Edited by Tommy90

I think I'll be able to provide info that is needed for the GUI portion in an update to mover tuning to allow this.  (Move based on a filelist instead of a "find")

I still have a ways to go, but hopeful to have the base info needed in a few days.   Implementing the GUI portion I will need help with though.

Looking for a few testers with the following.

 

1.) Basic understanding of bash/shell (To install the files and change their permissions. chown, chmod etc...)

2.) That have mover tuning plug-in installed. (Preferrable have been using it for a while) (Required as the GUI update file is created based off this plug-in).

2b.) Have unRAID 6.11.3 or above installed.

3.) That can test moving files off cache shares to the array.

4.) That can test moving files TO cache pool FROM the array.

5.) Bonus - if you have multiple pools to test with.

image.png.b13bd35e6139db2e283c2f9020178da0.png

 

  • 3 weeks later...
On 2/13/2023 at 9:12 PM, hugenbdd said:

Looking for a few testers with the following.

 

1.) Basic understanding of bash/shell (To install the files and change their permissions. chown, chmod etc...)

2.) That have mover tuning plug-in installed. (Preferrable have been using it for a while) (Required as the GUI update file is created based off this plug-in).

2b.) Have unRAID 6.11.3 or above installed.

3.) That can test moving files off cache shares to the array.

4.) That can test moving files TO cache pool FROM the array.

5.) Bonus - if you have multiple pools to test with.

image.png.b13bd35e6139db2e283c2f9020178da0.png

 

Hi. I'm willing to test if you're still looking for testers

1) I have a basic understanding of the shell, since I set up and manage some pretty large Ubuntu servers (Zabbix monitoring with multiple proxies for a large enterprise environment) at work. I'm very far from proficient though, I would call myself a novice still
2) Mover tuning is installed and have been using it for a while.
2b) Unraid version 6.11.5, the latest one
3 & 4) I can test moving both ways. I have cache enabled on multiple very active, very large shares and I can also test the other way around, simply by moving my appdata back and forth or by setting up some test shares that download to spinning disks and then move to cache

5) I do not have multiple cache pools at the moment, but I am running unraid on ESXi which in this case is a benefit because I can make extra cache drives at-will and destroy them after testing. I have enough space left on my ESXi datastored (both NVMe and spinning disk) to do this. I can even split my existing cache drive in two if needed, giving us 2 x 750GB NVMe cache to test with

I'm interested in this addition to unraid as I often really miss a mover progress indication when moving data onto my array. I back up my ESXi VM's and gaming rig through veeam to unraid, meaning that I regularely copy very large files to unraid which makes a progress indicator very handy. I'm also a bit of a data hoarder so I download large volumes of... ehmmm... linux ISO's... for archiving reasons

Let me know.

Cheers

Edited by BlueBull

  • 2 months later...

Any updates here recently?

See the new release. 5-16-2023.

You will have to update a few files on your own though.  But the new release of Mover Tuning provides the back end support for it.

On 5/14/2023 at 5:36 PM, a632079 said:

Any updates here recently?

Not sure if it will integrated into base until ZFS is complete and processing maybe different once so may need to be redesigned 

  • 4 weeks later...

That's so Great!

I hoped so, this is a Part of 6.12.

  • 2 months later...

Any updates on this?

  • 3 weeks later...

+1 for this

  • 2 weeks later...

+1

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.