Windows 10: Rsync hanging

Discus and support Rsync hanging in Windows 10 Software and Apps to solve the problem; Rsync has been successfully run for quite a few years on a Debian system. The home directory has been regularly transferred to a FAT32 USB drive.... Discussion in 'Windows 10 Software and Apps' started by wireman, Jul 7, 2021.

  1. wireman Win User

    Rsync hanging


    Rsync has been successfully run for quite a few years on a Debian system. The home directory has been
    regularly transferred to a FAT32 USB drive.

    Recently, rsync has been hanging.

    Rsync just hangs at a particular small file that it gets to and doesn't move on - no
    error message, so it doesn't crash, it just hangs.

    The command is of the form :-

    rsync -v -a --max-size=4GB --delete /home/users-name/.
    /media/memstick/.

    where users-name is the name of the user.

    Can anyone help to solve...

    Read more
     
    wireman, Jul 7, 2021
    #1

  2. Rsync on Windows

    Please recommend some ways to use Rsync on Win10 computer. I try to use this tool to copy file from a remote Linux server.
     
    AlexCarlton2, Jul 7, 2021
    #2
  3. cygwin rsync broken after Windows update

    rsync /tmp/test.log /cygdrive/c/temp/
    rsync: pipe: Connection timed out (116)
    rsync error: error in IPC code (code 14) at pipe.c(122) [sender=3.1.2]

    It used to work very well.

    Is it because some new process prevent rsync from working, or is it because some back-end processes/services not started?
    Please shed some light.
    Thanks a lot in advance
     
    jamesjames9, Jul 7, 2021
    #3
  4. userlol Win User

    Rsync hanging

    Use rsync on Windows machine

    Hi, I want to use rsync to copy file from a remote Linux server.

    And I have only one url (example): rsync://export@10.123.101.225/folder/dmp_db.sql.gz

    I've tried DeltaCopy but I can't create a new profile, it fails.

    Is there any other convenient way to use rsync on Win10 PC?

    Any advice sill be appreciated!
     
    userlol, Jul 7, 2021
    #4
Thema:

Rsync hanging

Loading...
  1. Rsync hanging - Similar Threads - Rsync hanging

  2. WSL - speed of rsync is limited to exactly 1.0 GBPS

    in Windows 10 Gaming
    WSL - speed of rsync is limited to exactly 1.0 GBPS: Hi, I have a 2.5 GBit network, and my NAS is based on Debian linux and pushing and pulling files over Samba achieves the full 2.5 Gbps, without any compromise.I have setup an rsync script in WSL to sync some files to the same NAS for backup purposes, but the interesting thing...
  3. WSL - speed of rsync is limited to exactly 1.0 GBPS

    in Windows 10 Software and Apps
    WSL - speed of rsync is limited to exactly 1.0 GBPS: Hi, I have a 2.5 GBit network, and my NAS is based on Debian linux and pushing and pulling files over Samba achieves the full 2.5 Gbps, without any compromise.I have setup an rsync script in WSL to sync some files to the same NAS for backup purposes, but the interesting thing...
  4. WSL - speed of rsync is limited to exactly 1.0 GBPS

    in Windows 10 BSOD Crashes and Debugging
    WSL - speed of rsync is limited to exactly 1.0 GBPS: Hi, I have a 2.5 GBit network, and my NAS is based on Debian linux and pushing and pulling files over Samba achieves the full 2.5 Gbps, without any compromise.I have setup an rsync script in WSL to sync some files to the same NAS for backup purposes, but the interesting thing...
  5. Resume monitoring remote rsync session over ssh?

    in Windows 10 Ask Insider
    Resume monitoring remote rsync session over ssh?: I used command prompt to start a local rsync session on my NAS over ssh and included the --info=progress2 and --status options in the command so I can monitor it's progress. If I let my PC sleep, will it terminate the ssh session, and if so, is there a way to resume it and...
  6. Rsync hanging

    in Windows 10 Software and Apps
    Rsync hanging: Rsync has been successfully run for quite a few years on a Debian system. The home directory has been regularly transferred to a FAT32 USB drive. Recently, rsync has been hanging. Rsync just hangs at a particular small file that it gets to and doesn't move on - no error...
  7. whats the windows equivalent of rsync via cron? (sync c:/users to second drive)

    in Windows 10 Ask Insider
    whats the windows equivalent of rsync via cron? (sync c:/users to second drive): I want to set up family pc so when it breaks I can just deploy an image and have it up and runnning again After investigating mounting c:\users on another drive in the same way as /home in fstab, I decided not to take that route as it looks like windows is not designed to...
  8. Rsync for Windows 10

    in Windows 10 Network and Sharing
    Rsync for Windows 10: I store my photos and some other files in one hard disk. I would like to use another hard disk as backup. Does Microsoft have an equivalent to Rsync for Windows 10? I really don't want to use OneDrive or any other cloud storage. If it's possible I'd prefer not using Windows...
  9. WSL - Rsync from Synology NAS to Windows 10

    in Windows 10 Network and Sharing
    WSL - Rsync from Synology NAS to Windows 10: Hello, I have installed WSL and Ubuntu on my Windows 10 computer. It works like a champ. I can ssh into my Synology NAS and rsync works. I understand how to set the permissions in the rsync command so that they are correct on the NAS but when I have to sync a NAS folder...
  10. cygwin rsync broken after Windows update

    in Windows 10 Installation and Upgrade
    cygwin rsync broken after Windows update: rsync /tmp/test.log /cygdrive/c/temp/ rsync: pipe: Connection timed out (116) rsync error: error in IPC code (code 14) at pipe.c(122) [sender=3.1.2] It used to work very well. Is it because some new process prevent rsync from working, or is it because some back-end...