when using rsnapshot there are a lot of hardlinks, to sync them you can use this command:

rsync -P -H --delete -uav /opt/hdds4c/ /tmp/hdds4cnew/

#faster approach
use option -c, --checksum skip based on checksum, not mod-time & size

rsync -P -H --delete -c --progress -uav /opt/hdds4c/ /tmp/hdds4cnew/

computer2know :: thank you for your visit :: have a nice day :: © 2024