This rsync
command syncs your files from the first library path, to the
second library path. You can of course use this for anything, what has files,
not just FCPX libraries ;)
First of all copy you FCPX library to some other drive/path.
- Save the Makefile file to some folder (make sure there is only one Makefile in this folder)
- Open your Makefile in TextEdit.app or any other text editor of your choice
- In text editor adjust the paths so it reflects paths of your FCPX libraries.
- Save the file
- Open
Terminal.app
- In folder with the adjusted Makefile file run
make
(yes, just as you see it here) command - You should see now how the files are synced into the destination
If you choose this way, next time you'll need to backup, just enter the folder
with Makefile file and enter the make
command.
- Open TextEdit.app or any other text editor of your choice
- Paste the command into the text editor (make sure you are editing Plain Text Format)
- Adjust paths where your libraries are
- Open Terminal.app
- Copy the adjusted command into Terminal.app's prompt and hit enter
- You should see now how the files are synced into the destination
Check manual page (man rsync
in Terminal.app) or it's web equivalent.
Make is tool to make running same tasks again and again more easier. Check manual page (man make
in Terminal.app) or it's web equivalent.