[ Borg ] (CLI) Deduplicating backup program

Discussion on apps, protocols, APIs, specifications, and more. You are welcome to join us as a TOS app developer!
Post Reply
User avatar
outkastm
Posts: 1196
Joined: 29 Dec 2020, 23:52

[ Borg ] (CLI) Deduplicating backup program

Post by outkastm »

Image

About: https://borgbackup.readthedocs.io/en/stable

Category:
Applicable models: x.64 series, ARMv8 series
Applicable TOS4: 4.1.27 or later versions - on request
Applicable TOS5: 5.1.37 or later versions
App download: https://tmnascommunity.eu/download/Borg

App WebUI for additional settings can be accesses at:

TOS4: http(s)://yournasip:port/modules/pgAdminOKM/www
TOS5: click on Support & Help from app description inside the App Center

How to manully install this app on TerraMaster application store?

BorgBackup (short: Borg) is a deduplicating backup program. Optionally, it supports compression and authenticated encryption.

The main goal of Borg is to provide an efficient and secure way to back up data. The data deduplication technique used makes Borg suitable for daily backups since only changes are stored. The authenticated encryption technique makes it suitable for backups to targets not fully trusted.

Help to use

Easy to use
Initialize a new backup repository (see borg init --help for encryption options):

$ borg init -e repokey /path/to/repo
Create a backup archive:

$ borg create /path/to/repo::Saturday1 ~/Documents
Now doing another backup, just to show off the great deduplication:

$ borg create -v --stats /path/to/repo::Saturday2 ~/Documents
-----------------------------------------------------------------------------
Archive name: Saturday2
Archive fingerprint: 622b7c53c...
Time (start): Sat, 2016-02-27 14:48:13
Time (end): Sat, 2016-02-27 14:48:14
Duration: 0.88 seconds
Number of files: 163
-----------------------------------------------------------------------------
Original size Compressed size Deduplicated size
This archive: 6.85 MB 6.85 MB 30.79 kB <-- !
All archives: 13.69 MB 13.71 MB 6.88 MB

Unique chunks Total chunks
Chunk index: 167 330
-----------------------------------------------------------------------------
User avatar
SethK
Posts: 7
Joined: 24 Mar 2021, 11:05

Re: [ Borg ] (CLI) Deduplicating backup program

Post by SethK »

Hi, I would like the TOS4: 4.1.27 or later versions Version, please.
User avatar
rdtsc
Posts: 2
Joined: 02 Nov 2021, 08:37

Re: [ Borg ] (CLI) Deduplicating backup program

Post by rdtsc »

Hello, I'd also like to request a v4.2.40-compatible version please. Note the links here and https://tmnascommunity.eu/download/Borg/ to request are invalid. Thank you.
Post Reply

Return to “Developer Discussion Room”