Replies: 1 comment
-
borg (and its predecessor attic) were not designed for tapes, but for random access media like HDDs. but (afaik) there are no major issues with SMR HDDs. Considering that most of 2.5" USB HDDs these days use SMR, we would know. while
What I wrote above describes borg 1.x versions, which are the current, stable production releases. Unreleased code from master branch works very differently right now, but it is still to early to say how the borg2 release will behave. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone! I'm new to Borg and interested in using it to back up my files to a NAS.
Initially, I assumed that Borg performs incremental backups in a write-and-append manner, which works well for SMR storage where in-place modifications can be costly.
I've gone through the Data Structures and File Formats section, but I still have some questions about certain details.
Are these object files accessed during the execution of
borg create
? Considering that SMR disks perform poorly with random file access and files are divided into small chunks, I assume thatborg extract
andborg compact
would be significantly slow. Does the same apply toborg create
as well?Beta Was this translation helpful? Give feedback.
All reactions