
Rsync -auv /Users/mannyfernandez/Desktop/folder3/ /Users/mannyfernandez/Desktop/folder1 So now that “Dropbox” has your files from folder1 and folder2 we are going to modify the command to synchronize from folder3 or Dropbox to each computer. We can see the aggregate of both folders in “Dropbox” Syncing “Dropbox” to the “Computers” Rsync -auv /Users/mannyfernandez/Desktop/folder2/ /Users/mannyfernandez/Desktop/folder3Īgain we are using the same command but referencing a different folder DS_Store file is a macOS file that in most cases you do not want. u, -update skip files that are newer on the receiverĪs you can see, we copied 5 files.
#SYNC FOLDERS PRO FOR MAC ARCHIVE#
You can see that we are using the -auv switches -a, -archive archive mode equals -rlptgoD (no -H,-A,-X) Rsync -auv /Users/mannyfernandez/Desktop/folder1/ /Users/mannyfernandez/Desktop/folder3 Remember that folder3 represents the Dropbox folder that is synchronized between both computers. Touch file5 file6 file7 file8 Syncing to the “Dropbox” folder Touch file1 file2 file3 file4 Creating Files in folder2 We are going to use touch to create some empty files for time purposes. Mkdir folder1 folder2 folder3 Creating Files in folder1 Here we go The Setup Making Directories / Folderįirst, we are going to create the three folders on my ~/Desktop folder I will then synchronize both folder1 and folder2 to folder3 and in the end, I should have duplicate files in folder1, folder2 and folder3 In this test, I will create some files in folder1 and different files in folder2 .

The one I use when not at homeįolder3 = Will represent my Dropbox folder that is synchronized to both MacBooks. In this example, I will use 3 folders on my MacBook:įolder1 = Will represent my home MacBook Pro connected to monitor and keyboard.įolder2 = Will represent my travel MacBook Pro.
#SYNC FOLDERS PRO FOR MAC WINDOWS#
And if you are running Windows you will need cygwin or the Ubuntu integration (which will need the apt-get package installed).Īt the end of this article I have the options for rsync If you are running a Linux distro, you will need to use yum (rpm based) or apt-get (Debian based) depending on your platform. Most macOS based devices should have rsync included with them. I will also cover some common uses for rsync The Basics

However sometime, I may create a Microsoft Word Template on my Travel MBP and want it on my Home MBP. I have stencils I use regularly and want to synchronize them between the machines.Ĭhallenge: Sometimes I may be on my home MBP and create a Microsoft Word Template and want it on my “travel” MBP. Additionally, I use OmniGraffle for my network diagraming. However I want to synchronize my Microsoft Word and Excel templates between the machines.

The 16GB stays at home connected to a 27″ monitor although I am buying a 49″ Curved monitor this month. One is a 32GB 15″ and the other is a 16GB 15″.
