strike

Members
  • Posts

    711
  • Joined

  • Last visited

Community Answers

  1. strike's post in Have rsync Replace Files With More Recent Version was marked as the answer   
    Try 
    rsync -auv "/mnt/disks/WD_easystore_264D/AlexNAS_Backup/test/" "/mnt/user/test"  
    Test it with a dry run first to see what it does without actually changing anything:
    rsync -auvn "/mnt/disks/WD_easystore_264D/AlexNAS_Backup/test/" "/mnt/user/test"