send-backup checks for file-content changes using the list of files uploaded in the last backup. Files added are "invisible".
Steps to reproduce
- Run
send-backup once to create and upload a baseline backup
- Type
echo "test" >/etc/config/test to create a new file
- Run
send-backup again
Expected behavior
Backup uploaded.
Actual behavior
send-backup misses the change when the only difference is a newly added file and the new backup is not uploaded.
send-backup checks for file-content changes using the list of files uploaded in the last backup. Files added are "invisible".
Steps to reproduce
send-backuponce to create and upload a baseline backupecho "test" >/etc/config/testto create a new filesend-backupagainExpected behavior
Backup uploaded.
Actual behavior
send-backupmisses the change when the only difference is a newly added file and the new backup is not uploaded.