I'm trying to perform an incremental backup as I usually do but I'm getting an error:
sudo btrfs send -p /vault_pool/.snapshots/2020-12-31 /vault_pool/.snapshots/2021-03-20 | sudo btrfs receive /mnt/WDElements/vault At subvol /vault_pool/.snapshots/2021-03-20 At snapshot 2021-03-20 ERROR: chmod documents/Personal/Accounts/ms.txt failed: No such file or directory Kernel details: Linux office-server 5.11.8-051108-generic #202103200636 SMP Sat Mar 20 11:17:32 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux Any ideas?
