Bertrand Delacretaz wrote:
find /final-site-dir -type f | sort > /tmp/f1 find /generated-stuff -type f | sort > /tmp/f2 diff /tmp/f1 /tmp/f2
>> Of course there are other ways, but I think this is practical.
rsync -av --delete foo/ foo.old/
use the -n if you want to test first
Great. That's useful. I'll add it to my list of things to check out, and document. Surely this'd be something for Forrest to automate?
maybe because there is tools like rsync that provides this I did not see the urgent of doing this within forrest.
Cheers, Cheche
