I'm using rsync to move one directory to another. Is there some way to get rsync to incrementally delete a file from the sender after it has copied it to the reciever?

link|improve this question

79% accept rate
feedback

1 Answer

up vote 9 down vote accepted

(answering my own question here :) )

The --remove-source-files will do this. :)

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.