Re: rsync in conjunction with the --link-dest option does not output deleted files

2013-01-08 Thread Maik Meier
Would be nice if the link-dest option could also be used, if someone (like me) needs to log the backup history. As you say, this can reduce the total runtime. It would make sense. But thanks a lot. I think I can live with the cp -al solution. Maik --- Original Message from Matthias Schnied

Re: rsync in conjunction with the --link-dest option does not output deleted files

2013-01-08 Thread Maik Meier
les before rsyncing? I am wondering about this. --- Original Message from Matthias Schniedermeyer --- > On 08.01.2013 12:23, Maik Meier wrote: >> Hi, >> >> I want to use rsync to make daily backups using hard-links in this way: >> >> rsync -av --dele

rsync in conjunction with the --link-dest option does not output deleted files

2013-01-08 Thread Maik Meier
Hi, I want to use rsync to make daily backups using hard-links in this way: rsync -av --delete --link-dest=../backup_old ./source/. ./backup_new This works great, but the problem is, that rsync does not show correctly what action it performs (-v option). It shows correctly all new and changed fi

rsync in conjunction with the --link-dest option does not output deleted files

2013-01-08 Thread Maik Meier
Hi, I want to use rsync to make daily backups using hard-links in this way: rsync -av --delete --link-dest=../backup_old ./source/. ./backup_new This works great, but the problem is, that rsync does not show correctly what action it performs (-v option). It shows correctly all new and changed fi