Both machines were manually updated on the very same day a few weeks ago when I started migration. Nextcloud on Source NS is version 23.0.2, so pretty up to date.
But I can see that the size of my backup is way too small. It does definitely not contain all data of the included paths. Reports report success all the time.
The standard backup unfortunately relies on a ovpn tunnel. This is tricky as I cannot access it without really big efforts (like carrying machines from one place to another).
There is a big difference in size between both backups:
[root@neth backup]# cat disk_usage-macminibackup
{"used":"20096","pcent":0.01,"avail":"245533056","size":"245553152"}
[root@neth backup]# cat disk_usage-backup-data
{"used":"360000","pcent":2.43,"avail":"14449088","size":"14809088"}
Apparently I need to fix this backup-configuration:
# /sbin/e-smith/backup-data-list -b macminibackup
Achtung, es wurden Signaturen ohne dazugehörige Sicherungsdaten gefunden
Entfernte Metadaten werden zum lokalen Puffer synchronisiert …
Lokal /var/lib/nethserver/backup/duplicity/macminibackup/41142746bec0c818a30a48d097eff27d/duplicity-full-signatures.20220403T151721Z.sigtar.gz wird gelöscht (keine Auswirkungen am Hintergrundprogramm).
Lokal /var/lib/nethserver/backup/duplicity/macminibackup/41142746bec0c818a30a48d097eff27d/duplicity-full.20220403T151721Z.manifest wird gelöscht (keine Auswirkungen am Hintergrundprogramm).
Letzte vollständige Sicherung: Keine
Traceback (innermost last):
File "/usr/bin/duplicity", line 1581, in <module>
with_tempdir(main)
File "/usr/bin/duplicity", line 1567, in with_tempdir
fn()
File "/usr/bin/duplicity", line 1419, in main
do_backup(action)
File "/usr/bin/duplicity", line 1502, in do_backup
list_current(col_stats)
File "/usr/bin/duplicity", line 708, in list_current
path_iter = diffdir.get_combined_path_iter(sig_chain.get_fileobjs(time))
File "/usr/lib64/python2.7/site-packages/duplicity/collections.py", line 539, in get_fileobjs
return [filename_to_fileobj(f) for f in self.get_filenames(time)]
File "/usr/lib64/python2.7/site-packages/duplicity/collections.py", line 536, in filename_to_fileobj
return sig_dp.filtered_open("rb")
File "/usr/lib64/python2.7/site-packages/duplicity/path.py", line 774, in filtered_open
return gzip.GzipFile(self.name, mode)
File "/usr/lib64/python2.7/gzip.py", line 94, in __init__
fileobj = self.myfileobj = __builtin__.open(filename, mode or 'rb')
IOError: [Errno 2] No such file or directory: '/var/lib/nethserver/backup/duplicity/macminibackup/41142746bec0c818a30a48d097eff27d/duplicity-full-signatures.20220403T151721Z.sigtar.gz'
(Last error is funny, as it deleted the file itself)
However, it says that there is no full backup in place. So I will try to fix this and report.