Hello,
I have a question on borg transfer. Is it possible to do this incrementally?
Say, I have many backups locally and want to do an offsite backup with parts of this repository. Would a cronjob daily with such command work?
borg --repo=DST_REPO transfer --other-repo=SRC_REPO -a "sh:daily-*"
borg --repo=DST_REPO transfer --other-repo=SRC_REPO -a "sh:meinserver-*"
Best regards,
Hendrik
Hello,
I have a question on borg transfer. Is it possible to do this incrementally?
Say, I have many backups locally and want to do an offsite backup with parts of this repository. Would a cronjob daily with such command work?
Best regards,
Hendrik