Is it possible to "bootstrap" a backup? #6925
-
I will backup a folder that has some voluminous subfolders. The backup is remote so the first pass takes an awful amount of time. Is there a way to "bootstrap" the backup by manually planting the required files? The raw transfer is fine (I can copy either the files or "something out of the files" in a reasonable time) The workaround I have in mind, for now, is to copy an existing backup as-it, change the ID, and hope that the deduplicating will kick in. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
You can do the first backup locally and then transfer the resulting repo directory and its contents to the final place. OTOH, you can also just wait. If there is some interruption, just restart |
Beta Was this translation helpful? Give feedback.
You can do the first backup locally and then transfer the resulting repo directory and its contents to the final place.
OTOH, you can also just wait. If there is some interruption, just restart
borg create
until it completes. At some time, all will be transferred and then it'll get much faster.