Is there any way to get a listing in the result log of which files that has been backed up?
I have tried these options:
–verbose=true
–full-result=true
Is there any way to get a listing in the result log of which files that has been backed up?
I have tried these options:
–verbose=true
–full-result=true
You can use the compare
command to view the difference between any 2 backups.
An example of a script that sends an email containing the file lists using the compare
command can be found here:
Use the --run-script-after
option in your backup configuration to call it after a backup has completed.
With a few small changes you can modify it to send the list to a text file.