How to backup to rsync destination?

Asked by Andreas Schildbach

I have a NAS that has rsyncd running. I'd like to use that as the backup destination.

How is this possible with BiT? For now, it seems I can only use mounted network shares. Because pulling huge files via network is slow, it would make sense to actually use the syncing magic of rsync and save lots of time on backups.

Question information

Language:
English Edit question
Status:
Answered
For:
Back In Time Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Dan (danleweb) said :
#1

In the next version BIT will no longer use "--whole-file" option so rsync will decide the best method to update files (full copy or just a patch). But you will still be responsible to mount the remove file system (as a sambs, sshfs ...). It will not use rsync protocol.

Revision history for this message
Andreas Schildbach (schildbach) said :
#2

I can only urge you to use the rsync protocol. When you mount the destination as a remote filesystem, rsync still has to read all files on the destination over the network, which can take a long time. This means even differential backups take ages. In contrast, I have just done a differential backup of 60 GB with only a few changed files in under 5 seconds!

Revision history for this message
Timo Ollech (iromeister) said :
#3

Yes, please, that's my no. 1 wish for version 1.0! Actually using the rsync protocol ist just another option to the rsync executable, shouldn't be that hard to implement?!

Revision history for this message
Ploc (ploc) said :
#4

Same wish.

My NAS is also rsync compliant. I'd like to have the chance to use the powerful rsync protocol.

Can you help with this problem?

Provide an answer of your own, or ask Andreas Schildbach for more information if necessary.

To post a message you must log in.