On 5/7/25 4:16 PM, ToddAndMargo via users wrote:
On 5/7/25 3:13 AM, Patrick O'Callaghan wrote:
On Tue, 2025-05-06 at 20:51 -0700, ToddAndMargo via users wrote:
  This caught my attention: the ability to mount
the archive in your file system

https://borgbackup.readthedocs.io/en/stable/usage/mount.html#

Anyone have any experience with it?


It is "incremental"  I need full backups and I need to be
able to specify the /dev/* of the drive I want backed up.

Anyone know of a good full backup command line utility?

Again, Borg. You can easily use it as a full backup if that's what you
want, using the 'create' option.

poc


Hi Patrick,

Borg question:

I want to backup up
      /dev/nvme0n1p2

Problem: the backup drive is
      /dev/sda1

and is mounted on
      /lin-bak


Dump will only backup the partition associated with
the path.  It will not backup the drive mounted on
on /lin-bak.  For example:

     # /usr/sbin/dump -0a -z -f /lin-bak/2025-05-07_rootExt4Dump.gz /


"/" is /dev/nvme0n1p2 and I could have also used that
in place of "/".

My concern with Borg is that by telling it to backup
"/", it will also catch everything in /lin-bak, which
is considerable and not exclusive to only my dump archives.

How do you handle the issue?

-T


Would this get around the problem?

# borg create --exclude /lin-bak --compression auto,zstd,7 /lin-bak::2025-05-07_rootExt4Borg /
--
_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to