[non topological heads]
Uwe Brauer
oub at mat.ucm.es
Fri Jun 2 10:52:31 UTC 2017
> On Thu, Jun 1, 2017 at 7:16 AM, Uwe Brauer <oub at mat.ucm.es> wrote:
> -u? Are you rsyncing to create a new copy, making changes in the
> original, and then rsyncing again? If so you also need --delete. Of
> course --delete is dangerous if you have made any changes in the
> destination. rsync is a very sharp tool.
The complete command is this
rsync -aui --min-size=1 --ignore-errors --exclude-from '/home/oub/ALLES/scripts/exclude-rsync.txt' --delete-after --backup --backup-dir=/media/oub/LinuxData/oub/Bkup+Delete+rsync --progress -h --stats --log-file=/tmp/rsync.log /home/oub/ALLES /media/oub/LinuxData/oub
tail /tmp/rsync.log
And I run it this way since I want to synchronize my laptop 1 with the
usb and then with laptop 2. If I delete or move something on laptop 1 I
want that be synchronized.
I presume something went wrong with the .hg directory of the repo in
question because the first error message was
warning: revlog 'data/Lista/Examen-Geo2/anova.csv.i' not in fncache!
550: empty or missing Lista/Examen-Geo2/anova.csv
Lista/Examen-Geo2/anova.csv at 550: manifest refers to unknown revision 3107306eb740
warning: revlog 'data/Lista/Examen-Geo2/resultado-pub.org.i' not in fncache!
550: empty or missing Lista/Examen-Geo2/resultado-pub.org
Lista/Examen-Geo2/resultado-pub.org at 550: manifest refers to unknown revision 96407c4de1b5
warning: revlog 'data/Lista/Examen-Geo2/resultado.org.i' not in fncache!
550: empty or missing Lista/Examen-Geo2/resultado.org
Lista/Examen-Geo2/resultado.org at 550: manifest refers to unknown revision 78be6bb86cb0
Lista/Lista-Ej/lista.org@?: rev 5 points to unexpected changeset 521
Indeed some of the i files were in the backup directory
I tried to copy them back but that did not help neither.
More information about the Mercurial
mailing list