Borg
-
You can support future updates of this package
-
Version
1.2.4.0
-
Download
55
-
File Size
21.48 MB
-
File Count
1
-
Create Date
August 17, 2023
-
Last Updated
August 18, 2023
-
Installation Support and Update requests
/forums/topic/Borg
-
TOS4 x86_64 request
Borg TOS4 x86_64
-
TOS4 ARMv8 request
Borg TOS4 aarch_64
You must
login to download the files
File |
---|
Borg TOS5 1.2.4.0 x86_64.tpk | |
(CLI) Deduplicating backup program
Homepage : https://borgbackup.readthedocs.io/en/stable
Applicable models: x.64 series, ARMv8 series
Applicable TOS4: 4.1.27 or later versions
Applicable TOS5: 5.1.37 or later versions
App WebUI for additional settings can be accesses at:
TOS4: http(s)://yournasip:port/modules/OwnTone/www
TOS5: click on Support & Help from app description inside the App Center
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
Borg
(CLI) Deduplicating backup program
Homepage : https://borgbackup.readthedocs.io/en/stable
Applicable models: x.64 series, ARMv8 series
Applicable TOS4: 4.1.27 or later versions
Applicable TOS5: 5.1.37 or later versions
App WebUI for additional settings can be accesses at:
TOS4: http(s)://yournasip:port/modules/OwnTone/www
TOS5: click on Support & Help from app description inside the App Center
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