@DELL-Sam L What will it take to get the rsync tool back? It is essential to merge the content of accidentally moved directories. We are running version 9.4.0.15.
Talking to your sales team is the best option if they get enough feedback on features it may change. https://dell.to/3PANUvV “The rsync tool is deprecated in this release. On-node alternatives for local copies are cp, tar, and pax. For remote copies, a user can enable an /ifs export and copy directly”
Rsync is an OpenSource tool. It is an excellent tool to merge the content of directories without overwriting newer content in the target directory. We used it for many years for data merge operations with the option rsync -avu ... The option -u is key here.
-u, --update skip files that are newer on the receiver
Use-cases are the following: -Merging user directories after accidental relocations
-Recovery of user data without the risk of losing modified files in the target directory.
@DELL-Josh Cr The link that you provided went to a Spanish language page. Is there an English language link? I wish to register my severe disappointment around the removal of rsync. The currently available tools are NOT equivalent or sufficient.
It's a shame that rsync has been removed, as it's the best tool for backing up and restoring local files on a node. It's the same story as with vim, which was removed in the past in favor of vi. Really, folks — this is not how real admins operate!?
DELL-Sam L
Moderator
•
7.8K Posts
0
July 21st, 2022 14:00
Hello storageSysAdmin,
You are correct that resync has been removed.
tohau
1 Rookie
•
9 Posts
1
September 27th, 2023 18:33
I have just noticed the same. We upgraded from version 9.2.1 to 9.4.0.15. How can I get the rsync tool back? We need to merge content.
tohau
1 Rookie
•
9 Posts
0
September 27th, 2023 18:40
@DELL-Sam L What will it take to get the rsync tool back? It is essential to merge the content of accidentally moved directories. We are running version 9.4.0.15.
tohau
1 Rookie
•
9 Posts
1
September 28th, 2023 03:20
Rsync is an OpenSource tool. It is an excellent tool to merge the content of directories without overwriting newer content in the target directory. We used it for many years for data merge operations with the option rsync -avu ... The option -u is key here.
-u, --update skip files that are newer on the receiver
Use-cases are the following:
-Merging user directories after accidental relocations
-Recovery of user data without the risk of losing modified files in the target directory.
(edited)
HMS NetOps
1 Message
0
March 21st, 2024 18:46
@DELL-Josh Cr The link that you provided went to a Spanish language page. Is there an English language link? I wish to register my severe disappointment around the removal of rsync. The currently available tools are NOT equivalent or sufficient.
DELL-Josh Cr
Moderator
•
9.5K Posts
0
March 21st, 2024 18:50
Try this one https://dell.to/3x5WjlC
StorageEdG
1 Rookie
•
1 Message
1
September 15th, 2025 13:27
@DELL-Josh Cr link doesn't work, we alos aprreciate to get back rsync tools as it is usefull for merging and copying folders for our business.
Regards
Matthieu
daniel_ptb
1 Rookie
•
1 Message
1
September 17th, 2025 17:19
It's a shame that rsync has been removed, as it's the best tool for backing up and restoring local files on a node. It's the same story as with vim, which was removed in the past in favor of vi. Really, folks — this is not how real admins operate!?