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.

V6.9.2 Problem with rsync Starting Over Again

Featured Replies

I am copying some files from my old server to my UNRAID server using rsync. The command I am using is:

 

rsync -av --progress  /mnt/md127/GoPro/ [email protected]:/mnt/user/GoPro/

 

There are a lot of files and at some point in the night the connection dropped. Starting the command again this morning I expected rsync to quickly go past all the files already synced and carry on from where the connection dropped. However, rsync seems to be syncing all the files again. I use rsync on other computers frequently and have not come across this problem before. Can anyone suggest why this might be happening?

  • Community Expert

It should always resume from where is was, unless the source/dest files modified timestamp changed.

  • Author

Yes, but I haven't done anything to change the timestamps. Also even if the timestamp is changed, but the content isn't rsync will just move on to the next file. In my case I haven't changed the content, but rsync is still uploading the full file from the source and overwriting the destination file.

  • Community Expert
2 minutes ago, ianGB said:

Also even if the timestamp is changed, but the content isn't rsync will just move on to the next file

Not unless you use the --ignore-times flag, then it will only compare sizes, by default rsync doesn't compare contents.

  • Author

Thanks I had forgotten about that! Almost all of my rsync usage is via bash scripts which do indeed include this flag.

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.