Rsync local source and fuse mounted cloud destination transfer hangs and laptop wifi stops working because closing lid suspends laptop. Wifi restored but rsync does not continue with file transfer.
I didn't run rsync with
-P
:
rsync -vva --exclude source dest 1>out.log 2>err.log
$ ps aux | grep rsync
user 738104 0.0 0.0 229708 2560 pts/6 S+ 00:06 0:27 rsync -vva --exclude cloudDrive/ /home /home/user/cloudDrive/backup/2024-09-27T00:06:05+02:00
user 738105 0.0 0.0 289016 1876 pts/6 S+ 00:06 0:00 rsync -vva --exclude cloudDrive/ /home /home/user/cloudDrive/backup/2024-09-27T00:06:05+02:00
user 738119 0.0 0.0 307384 1476 pts/6 D+ 00:06 0:32 rsync -vva --exclude cloudDrive/ /home /home/user/cloudDrive/backup/2024-09-27T00:06:05+02:00
user 749293 0.0 0.0 221632 1536 pts/4 S+ 00:16 0:00 tail -f /tmp/rsync_backup_out.log
user 983692 0.0 0.0 221632 1408 pts/7 S+ 01:00 0:00 tail -f /tmp/rsync_backup_err.log
user 1199890 0.0 0.0 224692 2304 pts/8 S+ 10:27 0:00 man rsync
user 1199899 0.0 0.0 224528 888 pts/8 S+ 10:27 0:00 man rsync
user 1263878 0.0 0.0 222436 2176 pts/18 S+ 16:41 0:00 grep --color=auto rsync
rsync version 3.3.0 protocol version 31
## Update:
I accidentally cancelled the rsync process with Ctrl+C
so the question now is, will using --partial
on the next run of rsync skip already transferred files and only transfer the remaining in the source directory?
Asked by bit
(1176 rep)
Sep 27, 2024, 02:53 PM
Last activity: Apr 21, 2025, 04:21 PM
Last activity: Apr 21, 2025, 04:21 PM