Hello all,
a quick one possibly:
can I use rsync to delete a single file remotely?
Assume I have deleted a file locally and I want it removed remotely
but without having to rsync the whole directory.
rsync --delete file remote_machine:.
does not work but
Hello,
I'm new to rsync and just about to explore its possibilities.
Is it possible to use rsync for what I would call a negative sync by
which I mean:
delete all the files on the remote site which exist on the local site
and
keep whatever exists only on the remote site?
Ie. make the local and