as part of the calling command. This is what was forcing the copying of the deleted files. What I should have been using was-force newer
Using that instead provides the behavior that I want. We now return you to your regularly scheduled thread.-prefer newer
====================================
I originally posted this in Desktop, but didn't get any response. I guess I put it in the wrong place.
=============================
OK, call me dense. I've been through the documentation a dozen times and I'm still not getting things to work properly.
I currently have two P4 systems that are shared between 6 people. There are two adults (one part time) and four kids (one part time). I'm syncing up the home directory between them. I hope to add a third amd64 PC to relieve some of the pressure for resources. However, before I do, I have to figure out how I managed to screw up automated file deletion. Right now, existing and new files are updated properly. Deleted files have to be manually deleted on each PC.
Anyhow, I have unison running from a root owned cron job on one:
The top part of jps-home.prf looks like this:5 2 * * * /usr/bin/nice --adjustment=19 /usr/bin/unison -ui text -batch -force newer -times jps-home.prf
common looks like this:#
# Include the common variables
#
include common
#
# Set the variables necessary for running in batch mode
# force = newer
# times = true
owner = true
group = true
silent = true
#
# Set the Ignore variables for the home directories
#
....
Can anyone see what I did wrong?# UI variables
contactquietly = true
auto = true
# Diff
diff = diff -y -W 79 --suppress-common-lines
# Ignore variables
...
# log actions to the terminal
log = true

