Comments on: How to Sync New and Changed Files Using ‘rsync’ Command https://www.tecmint.com/sync-new-changed-modified-files-rsync-linux/ Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks. Thu, 08 Aug 2024 06:45:22 +0000 hourly 1 By: Coco https://www.tecmint.com/sync-new-changed-modified-files-rsync-linux/comment-page-1/#comment-1759827 Fri, 08 Apr 2022 20:48:04 +0000 http://www.tecmint.com/?p=22267#comment-1759827 Hello, I have a routine with rsync to backup remote folders, however, after reboot, I needed to mount my remote folders again when I run my rsync show one error.

rsync: change_dir "/mnt/REMOTEFOLDER" failed: No such file or directory (2)

What happened?

Thanks.

]]>
By: Ravi Saive https://www.tecmint.com/sync-new-changed-modified-files-rsync-linux/comment-page-1/#comment-1610894 Mon, 18 Oct 2021 08:59:53 +0000 http://www.tecmint.com/?p=22267#comment-1610894 In reply to AllSeeingEye.

@Chatnoir,

Thanks, corrected the command in the article…

]]>
By: AllSeeingEye https://www.tecmint.com/sync-new-changed-modified-files-rsync-linux/comment-page-1/#comment-1608441 Fri, 15 Oct 2021 23:46:35 +0000 http://www.tecmint.com/?p=22267#comment-1608441 You’ve made a typo:

It’s “man rsync” and not “rsync man” ;)

Anyway, nice tutorial :)

]]>
By: Imola Fodor https://www.tecmint.com/sync-new-changed-modified-files-rsync-linux/comment-page-1/#comment-1394856 Thu, 26 Nov 2020 13:26:59 +0000 http://www.tecmint.com/?p=22267#comment-1394856 In reply to Ravi Saive.

Thank you, Ravi! I missed the forward slashes indeed!

]]>
By: Ravi Saive https://www.tecmint.com/sync-new-changed-modified-files-rsync-linux/comment-page-1/#comment-1390347 Mon, 16 Nov 2020 07:49:58 +0000 http://www.tecmint.com/?p=22267#comment-1390347 In reply to Imola Fodor.

@Imola,

Try to run this command and see..

# rsync -av /mapped_drive/src_folder/ /mylocal/dest_folder/
]]>