boratul@lemmy.ml to Programmer Humor@lemmy.mlEnglish · 1 year agoThis just happened to me todaylemmy.mlimagemessage-square3fedilinkarrow-up10arrow-down10file-text
arrow-up10arrow-down1imageThis just happened to me todaylemmy.mlboratul@lemmy.ml to Programmer Humor@lemmy.mlEnglish · 1 year agomessage-square3fedilinkfile-text
minus-squarebigkahuna1986@lemmy.mllinkfedilinkarrow-up0·edit-21 year agoHeck to the yeah. I usually run rsync -av src/ dst/ Which is verbose and archive mode (keeps mod times, user, etc). You can also add -P for progress. Here is the man page https://linux.die.net/man/1/rsync If it gets interrupted, just run that same command again. Edit: also it’s usually preinstalled on every Linux distro and should be easy to install for Windows too.
Have you tried rsync?
Can it resume interrupted writes?
Heck to the yeah. I usually run
rsync -av src/ dst/
Which is verbose and archive mode (keeps mod times, user, etc). You can also add -P for progress.
Here is the man page https://linux.die.net/man/1/rsync
If it gets interrupted, just run that same command again.
Edit: also it’s usually preinstalled on every Linux distro and should be easy to install for Windows too.