17 Jul
2023
17 Jul
'23
07:38
On Mon, Jul 17, 2023 at 10:28 AM jdd@dodin.org <jdd@dodin.org> wrote:
Hello,
I try to use rsunc to make two folders in sync, one on local computer, the other on remote one.
I use (from stackexchange)
rsync -rv --delete -e ssh source/ destination
but I get the same file list if I do this again.
first run
2000-2009/2007/20070512-palace/Piste_01.mp3 2000-2009/2007/20070512-palace/Piste_02.mp3 2000-2009/2007/20070512-palace/Piste_03.mp3
and exact same for the second run.
how can it be?
run rsync -rvv --delete -e ssh source/ destination And post full output including the complete command line, not some random lines of unknown command.