borg
borg copied to clipboard
Deduplicating archiver with compression and authenticated encryption.
## Have you checked borgbackup docs, FAQ, and open Github issues? Yes ## Is this a BUG / ISSUE report or a QUESTION? ISSUE ## System information. For client/server mode...
It is nice if `borg import-tar` support the import of multiple tar files. for example ```bash borg import-tar -m REPOPATH::ARCHIVE TARFILE0.tar TARFILE1.tar TARFILE2.tar ``` the option `-m` make a subfolder...
Are there any plans for supporting multiple concurrent connections for the data transfer? Or is this already possible somehow? Doing backups across > 1G networks is quite slow, due to...
From a mailing list post of mine: [The borg user asking copied existing data to a new filesystem.] > Should I move to "--files-cache=mtime,size,inode" (Modify) to avoid long initial backup...
for files on supporting filesystems, we have the SEEK_HOLE/SEEK_DATA api. but this does not apply to block devices, we need something else to detect unused blocks in these. For block...
I use borg to make backups of my LVM volumes. It works fine at backup creation time but not as good when I do 'borg extract'. It pulls many gigabytes...
See there for basic issue: https://github.com/jborg/attic/issues/266
I understand the use case for importing a missing or corrupted key for a keyfile based repo, but I fail to see in what circumstances import would be useful for...
while running check on my repo i noticed, that borg check will ask for a passphrase after the segment check instead of before the checks start thats about 50 minutes...