On Tue, Jun 26, 2018 at 12:02 PM, Дугин Сергей via rsync <
rsync@lists.samba.org> wrote:

> I am launching a cron bash script that does the following:
>
> Day 1
> /usr/bin/rsync -aH --link-dest /home/backuper/.BACKUP/0000009/2018-06-25
> root@192.168.1.103:/home/ /home/backuper/.BACKUP/0000009/2018-06-26
>
> Day 2
> /usr/bin/rsync -aH --link-dest /home/backuper/.BACKUP/0000009/2018-06-26
> root@192.168.1.103:/home/ /home/backuper/.BACKUP/0000009/2018-06-27
>
> Day 3
> /usr/bin/rsync -aH --link-dest /home/backuper/.BACKUP/0000009/2018-06-27
> root@192.168.1.103:/home/ /home/backuper/.BACKUP/0000009/2018-06-28
>
> and etc.
>
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?
-- 
Please use reply-all for most replies to avoid omitting the mailing list.
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Reply via email to