Johannes Meixner

Results 667 comments of Johannes Meixner

I tested it with SLES15-SP5 with the default btrfs structure on a QEMU/KVM test VM: ``` # lsblk -ipo NAME,TRAN,TYPE,FSTYPE,SIZE,MOUNTPOINTS NAME TRAN TYPE FSTYPE SIZE MOUNTPOINTS /dev/sda ata disk 15G...

@pcahyna I will have a look. First I would like to implement `uniq_unsorted` or perhaps even better named `unique_unsorted` cf. https://github.com/rear/rear/pull/3177#issuecomment-2045095158 so that @lzaoral could use it here.

@lzaoral see my https://github.com/rear/rear/commit/47429060f749f6c2968ca867c529f995be053f0a#r141983908 which I copy here to be safe that it is not lost because https://github.com/rear/rear/commit/027785f6e9f1cabee334b43ac9afa0fc8291dc75 shows ``` This commit does not belong to any branch on this...

The automatic exclusion of snapshots from backups with fixed `echo "# ..."` is implemented in https://github.com/rear/rear/commit/018c5281a96b33cff49dd23c6a22428554d189e2

@lzaoral if time permits please have a look at my https://github.com/rear/rear/pull/3221 if it fits together with your changes here in particular regarding your changed layout/save/default/340_generate_mountpoint_device.sh

I tested "rear -D mkbackup" for this pull request here together with my changes in my https://github.com/rear/rear/pull/3221 on my SLES15 SP5 tests VM with the SUSE default btrfs structure and...

Test what happens when I do "rear recover" with that backup here which has /.snapshots included: ``` RESCUE localhost:~ # export MIGRATION_MODE='true' RESCUE localhost:~ # rear -D recover ... Start...

Mainly for my own information here an addendum that is unrelated to this pull request only because I noticed it here during my above https://github.com/rear/rear/pull/3175#issuecomment-2112519793 Excerpts from /var/log/rear/rear-localhost.log ``` 2024-05-15...

I re-did "rear -D mkbackup" but now additionally with the change in https://github.com/rear/rear/pull/3223 and additionally with /.snapshots in BACKUP_PROG_EXCLUDE ``` BACKUP_PROG_EXCLUDE=( /var/tmp /qqq /var/tmp /tmp /.snapshots ) ``` I also...

@lzaoral I think you cannot merge it yourself, so perhaps @pcahyna could merge it for you? Therefore I also assigned this pull request to him so he could have another...