I'm currently having trouble with the following setup:
- Veeam Agent for Linux installed on an Ubuntu 20.04 VM
- Samba mount /mnt/Nextcloud to a bare metal Ubuntu 22.04.1
- File level backup (directly from live file system) of /mnt/Nextcloud
- The file system on the bare metal Ubuntu is BTRFS
Prior to extending said BTRFS volume I ran a
Code: Select all
btrfs balance start
Then I extended it by 4TB.
Now Veeam seems to backup everything in that mounted Samba folder again and I don't get why.
The data itself hasn't changed, just the inode the file resides in.
mtime and ctime are also still the same:
Live file system
Code: Select all
stat /mnt/Nextcloud-Data-SMB-Mount/USER-ID/files/_Daten/VHS Kassetten/Band\ 10\ Teil\ 3\ 1997.07.30\ Nähen.mp4
Size: 47351603 Blocks: 92488 IO Block: 1048576 regular file
Device: 37h/55d Inode: 145530 Links: 1
Access: (0770/-rwxrwx---) Uid: ( 33/www-data) Gid: ( 33/www-data)
Access: 2022-09-07 08:13:28.956192500 +0200
Modify: 2022-03-07 22:55:45.000000000 +0100
Change: 2022-03-07 22:55:45.000000000 +0100
Birth: -
Code: Select all
stat /tmp/Veeam.Mount.FS.efdd3afb-3602-4318-94ea-f62dbe339d5a/FileLevelBackup_0/mnt/Nextcloud-Data-SMB-Mount/USER-ID/files/_Daten/VHS\ Kassetten/Band\ 10\ Teil\ 3\ 1997.07.30\ Nähen.mp4
Size: 47351603 Blocks: 92496 IO Block: 4096 regular file
Device: 706h/1798d Inode: 1276 Links: 1
Access: (0770/-rwxrwx---) Uid: ( 33/www-data) Gid: ( 33/www-data)
Access: 2022-07-07 01:47:49.000000000 +0200
Modify: 2022-03-07 22:55:45.000000000 +0100
Change: 2022-03-07 22:55:45.000000000 +0100
Birth: 1970-01-01 01:00:00.000000000 +0100
Code: Select all
cmp
What can I do to prevent everything from being backed up again?
We are talking about several TB and I cannot have an incremental backup that large.
As I do a remote Copy Job, too I also cannot just start a new backup chain as otherwise Veeam will transfer the new chain via WAN to a remote site, too.
That would take weeks.
Cheers,
Mark
PS: The only other change I made was to enable FIPS compliance as I needed a pre-script on another job and the SSH connection was failing.
However, I don't see any relation to this here.