<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Jun 26, 2018 at 12:02 PM, Дугин Сергей via rsync <span dir="ltr"><<a href="mailto:rsync@lists.samba.org" target="_blank">rsync@lists.samba.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I am launching a cron bash script that does the following:<br>
<br>
Day 1<br>
/usr/bin/rsync -aH --link-dest /home/backuper/.BACKUP/<wbr>0000009/2018-06-25 root@192.168.1.103:/home/ /home/backuper/.BACKUP/<wbr>0000009/2018-06-26<br>
<br>
Day 2<br>
/usr/bin/rsync -aH --link-dest /home/backuper/.BACKUP/<wbr>0000009/2018-06-26 root@192.168.1.103:/home/ /home/backuper/.BACKUP/<wbr>0000009/2018-06-27<br>
<br>
Day 3<br>
/usr/bin/rsync -aH --link-dest /home/backuper/.BACKUP/<wbr>0000009/2018-06-27 root@192.168.1.103:/home/ /home/backuper/.BACKUP/<wbr>0000009/2018-06-28<br>
<br>
and etc.<br>
</blockquote><div>This isn't really what you were asking, but with the "dated directories" scheme, what happens if one or your machines crashes during a backup?  Don't you end up storing a lot more data in the next successful backup?</div><div> <br></div></div><br></div></div>