Keep catalog in sync
I want to keep my Capture One catalog with referenced images on my desktop and my laptop identical.
My idea is to do that with rsync:
Are there any files or folders that I should include or exclude, e.g. for the different display setup on laptop and desktop?
My idea is to do that with rsync:
#!/bin/sh
cd ~
rsync -avuE --delete Pictures/ReferencedImages/ remotePC:./Pictures/ReferencedImages
rsync -avuE --delete Pictures/Catalog.cocatalog/ remotePC:./Pictures/Catalog.cocatalogAre there any files or folders that I should include or exclude, e.g. for the different display setup on laptop and desktop?
0
Post is closed for comments.
Comments
0 comments