Skip to content

Does uploading a backup to the cloud create a local tar file? #152

Closed Answered by AlexAkulov
rodrigargar asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @rodrigargar!
Yes, you understood correctly.
Locally backup largely consists of hardlinks and this format is most of efficiently. In fact you store only differences between current version of data and version in backup.
Unfortunately remote storages is not supported hardlinks and we can't use the same way for store remote backups.
Backup can contain many files, and it has been experimentally found that uploading/downloading large numbers of files in tar is faster, so tar is used.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by rodrigargar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants