Skip to main content

Questions tagged [borgbackup]

Filter by
Sorted by
Tagged with
0 votes
1 answer
271 views

I made an account with rsync.net for backups but am having issues setting them up with the GNOME Project's Pika Backup. I set the location as: ssh://<username>@<username>.rsync.net/~/...
Kitty Cat's user avatar
  • 181
0 votes
0 answers
90 views

I have a server called publicserver on the public internet, and a second server (called privateserver) behind a NAT firewall. I also have a client PC (client, running Linux) behind another NAT ...
Jens's user avatar
  • 288
0 votes
0 answers
67 views

General overview With BorgBackup, I do a backup of my whole $HOME. However, some files (all located on ~/.local/share/) occur a rights error. Probably cause it’s ephemeral files belonging to root, I ...
fauve's user avatar
  • 1,529
0 votes
0 answers
332 views

I use Borgmatic(version 1.9.5) in order to dump backups (fs & databases). TODO this, I must create 2 backups repositories : local folder and cloud storage. Into my machine, the archive is ...
wolfgunner's user avatar
1 vote
1 answer
250 views

I have upgraded my Debian server (from bullseye to bookworm), hosted at Hetzner. I use their Storage Box + borg as one of means of backup. However, since the upgrade, all my attempts to run borg end ...
Jakub Lucký's user avatar
1 vote
0 answers
378 views

I have used an external disk to backup a laptop, for several months, using Borg-Vorta, under Linux Mint 21.3. The laptop has had a major failure, and is no more accessible. Now I have a new laptop, on ...
Fabio's user avatar
  • 565
1 vote
0 answers
219 views

Using borg backup, it is quite easy to restore (extract) a specific file X from an archive to the current location . using $ borg extract /path/to/repo::my-files home/USERNAME/X I like to extract ...
ingli's user avatar
  • 2,039
2 votes
0 answers
208 views

I want to backup backintime-data from an internet-facing, remote machine running debian 11 (src). That is the hardlinks-part from the title. I want to back it up to a (very dumb) NAS (dest) in the ...
Paul w. Muad'dib's user avatar
1 vote
2 answers
971 views

I'm trying to setup an automated backup system to backup my Raspberry Pi's data to my Mac Mini. However, calling neither borg init nor borg create from the RPi to the remote Mac Mini repo host seems ...
fpt's user avatar
  • 135
4 votes
1 answer
1k views

What should we keep in mind when using CACHEDIR.TAG and .nobackup? Are these synonyms, or should we expect that programs handle these differently?
Jonas Stein's user avatar
  • 4,338
0 votes
1 answer
782 views

I have a borg backup system for some time now. The target is cloud storage, accessed by ssh. This is SSH command line from debug: SSH command line: ['ssh', '-i', '/root/.ssh/id_rsa', '-p', '23', '<...
Bojan Hrnkas's user avatar
1 vote
1 answer
646 views

I am trying to use borg backup and am running into an issue with SSH. I am backing up some root files such as /var/www/html, therefore I require root permissions, so I need to run the backup script as ...
Deadaccount's user avatar
3 votes
1 answer
10k views

I'm trying to run the borg mount in Borg Backup, but it's saying that fusermount3 is not installed. fuse: failed to exec fusermount3: No such file or directory Googling this problem isn't helping. I ...
SurpriseDog's user avatar
1 vote
2 answers
805 views

Currently I have Borg archives being creative hourly, via a cron script, for directories I'd like to be backed up. However, this is not exactly ideal. Ideally, I'd like backups to be created more than ...
Beep13's user avatar
  • 11
1 vote
0 answers
4k views

Using borg create, I want to exclude a folder, but with some exceptions. Specifically, I want to exclude all paths subordinate to the AppData folder, except for the ones that are bookmark related, ...
Lonnie Best's user avatar
  • 5,465
7 votes
3 answers
5k views

I am fully aware that questions like this one have been asked multiple times. However, since reading lots of documentation of various backup tools didn't answer all my questions, I think its fine to ...
Kyu96's user avatar
  • 193
1 vote
1 answer
387 views

When the borg create command is used with the --progress argument, it output like this: 5.50 GB O 5.10 GB C 23.95 kB D 15600 N /path/to/current/file/being/processed I was able to locate what the ...
Lonnie Best's user avatar
  • 5,465
0 votes
0 answers
117 views

I need to backup data using Borg Backup from a remote server to a local server (raspberry-pi like - it is actually Yunohost) equipped with a 2 slots storage bay. I would like to have identical copies ...
Lou's user avatar
  • 1
1 vote
1 answer
188 views

I've been trying to setup a borg automated backup script following the documentation. For some reason my script fails to see its variables while I'm trying to write to a sudo protected encrypted drive....
Nate4545's user avatar
0 votes
1 answer
674 views

I recently had to restore the disk with borg. So via live linux, I entered my disk file system, deleted everything (root /), and restored a backup of a specific date. Now I ask myself: do you need to ...
user avatar
2 votes
1 answer
3k views

I want to backup some files that can only be read as root to a remote repository that only my user has access to. If I run borg as myself using /etc as my source I'll get permission-denied errors ...
cheezsteak's user avatar
0 votes
1 answer
739 views

I backup all my files (with borgbackup) every 2-3 months to an external harddisk I store off-site. The problem I want to solve is how to protect the files that changed since the last backup. These are ...
Twinkles's user avatar
  • 774
0 votes
1 answer
541 views

I am looking for a way to backup one filesystem by borg and I do not want it to following mount points to another partitions. A mechanism like the flag -x in rsync. I feel that I missed something ...
Udi 's user avatar
  • 95
1 vote
1 answer
442 views

I’m running a offsite backup with borg backup (client & server version: 1.1.10). My biggest repository gets stuck on the status "Remote: Replaying segments 0%". I had the same status for my ...
Tonke's user avatar
  • 11
2 votes
2 answers
3k views

Consider that backups have been made to a remote repository, located on /mnt/backup on server. For non-Borg users, a repository consists of multiple archives. A single archive is created every time a ...
Faheem Mitha's user avatar
  • 36.1k
4 votes
1 answer
1k views

Borg Backup always asks for the key passphrase when accessing a repository which was initialized in authenticated or authenticated-blake2 mode (see borg manual). However, it should in principle be ...
Rudolf Zeidler's user avatar
1 vote
0 answers
247 views

I'm trying to make a log file for monitoring backup progress using borg deduplicating archiver. While I am logging, the file contains ^M control characters for each line despite running the script on ...
wdkrnls's user avatar
  • 477
2 votes
0 answers
1k views

I've been using borg-backup for the past few weeks (on Ubuntu 16.04). Every time I need to mount a backup I've used sudo (sudo borg mount ...); if I don't, I end up with a permission error and the ...
rmercier's user avatar
3 votes
1 answer
752 views

I am currently trying to set up automated backups using borg. For that, I have written a oneshot systemd user service (called borgbackup.service) that I am planning to start via a timer. Borg can ...
Niautanor's user avatar
1 vote
1 answer
963 views

Amazon Cloud Drive (acd) offers "unlimited" storage for a very affordable price. I wonder, if there are any backup solutions under linux that are usable with it. I am aware of acd_cli. With this it ...
henfri's user avatar
  • 11
1 vote
2 answers
3k views

I'm using the following script to backup, using Borg Backup. But I'm running into an odd problem Part of the script below does not execute. The script follows, then the output SCRIPT: #!/bin/bash ...
Faheem Mitha's user avatar
  • 36.1k
0 votes
1 answer
288 views

I want to filter standard error for a command that prints status information to standard error. In this case, Borg Backup. Specifically, the default output of borg check includes lines like: Checking ...
Faheem Mitha's user avatar
  • 36.1k