Open mxmilkiib opened 2 years ago
sorry I kind of missed that one, looks like a btrfs filesystem problem to me (without deep analysis ;-). Is this still an issue?
I just had to override (can't remember how, um maybe a mount?) and delete manually, it had only done a few backup cycles by that point tho though. (Saying that, I haven't actually checked in with it all lately.)
I don't know how this problem came about. I had the systemd timer running for a few days, and it looks like I've three snapshots of the home. subvolume and four of the ROOT. subvolume on the remote. I was trying to confirm new commands by running btrbk, but it gives me the error;
If I try
sudo btrbk clean 192.168.1.3[321]:/media/media/backup/red
in zsh, I getzsh: no matches found: 192.168.1.3[321]:/media/media/backup/red
If I run bash and try the same again, I get
ERROR: Filter argument "192.168.1.3[321]:/media/media/backup/red" does not match any volume, subvolume, target or group declaration
If I do
sudo btrbk clean
, I get;If I do
sudo btrbk prune
I get;I tried logging into the remote host to do
sudo btrfs property set -ts ROOT.20220427T0000 ro false
, I just getERROR: Could not set subvolume flags: Read-only file system
.So I'm a bit confued and lost! Any advice would be apprecieated, thanks!