Hi @Haron.
I had always thought that --verbose didn’t do anything, since enabling it in the job doesn’t include the list of files in the email notification.
I ended up writing my own notification script to compensate, using the cli compare option.
However, I just tested running cli jobs with and without compare option, and it does indeed include files.
No --verbose option (removing top section with my passwords and similar):
Backup started at 11/12/2017 9:20:20 PM
The supplied option --post_script_email is not supported and will be ignored
Checking remote backup …
Listing remote folder …
Scanning local files …
33 files need to be examined (73.06 MB)
0 files need to be examined (0 bytes)
No remote filesets were deleted
Checking remote backup …
Listing remote folder …
removing file listed as Temporary: duplicati-b26a4eb38fa6b4c929f6b86f5efb548ad.d
block.zip.aes
removing file listed as Temporary: duplicati-i3b6631d9db764074a2147df78ab40588.d
index.zip.aes
Verifying remote backup …
Remote backup verification completed
Downloading file (957 bytes) …
Downloading file (25.15 KB) …
Downloading file (36.25 MB) …
Duration of backup: 00:00:48
Remote files: 27
Remote size: 36.82 MB
Files added: 0
Files deleted: 0
Files changed: 0
Data uploaded: 0 bytes
Data downloaded: 36.27 MB
Backup completed successfully!
With the --verbose option, I see:
Backup started at 11/12/2017 9:24:26 PM
The supplied option --post_script_email is not supported and will be ignored
Checking remote backup …
Listing remote folder …
Scanning local files …
45 files need to be examined (73.12 MB)
Including source path: C:\BeSweetv1.4
Adding directory C:\BeSweetv1.4
Skipped checking file, because timestamp was not updated C:\BeSweetv1.4\azid.dll
…snip…
…snip…
Adding directory C:\BeSweetv1.4\Help - Copy
Checking file for changes C:\BeSweetv1.4\Help - Copy\2lame.txt, new: True, times
tamp changed: True, size changed: True, metadatachanged: True, 11/12/2011 6:41:1
2 PM vs 1/1/0001 12:00:00 AM
New file C:\BeSweetv1.4\Help - Copy\2lame.txt
Checking file for changes C:\BeSweetv1.4\Help - Copy\azid.txt, new: True, timest
amp changed: True, size changed: True, metadatachanged: True, 11/12/2011 6:41:12
PM vs 1/1/0001 12:00:00 AM
New file C:\BeSweetv1.4\Help - Copy\azid.txt
…skip…
0 files need to be examined (0 bytes)
Uploading file (4.58 KB) …
Uploading file (1.31 KB) …
Uploading file (4.20 KB) …
No remote filesets were deleted
Found 0 fully deletable volume(s)
Found 9 small volumes(s) with a total size of 542.47 KB
Found 0 volume(s) with a total of 0.00% wasted space (0 bytes of 36.91 MB)
Compacting not required
Checking remote backup …
Listing remote folder …
Verifying remote backup …
Remote backup verification completed
Downloading file (4.20 KB) …
Downloading file (1.31 KB) …
Downloading file (4.58 KB) …
DeletedFiles: 0
DeletedFolders: 0
ModifiedFiles: 0
ExaminedFiles: 45
OpenedFiles: 12
AddedFiles: 12
SizeOfModifiedFiles: 0
SizeOfAddedFiles: 61402
SizeOfExaminedFiles: 76674477
SizeOfOpenedFiles: 61402
NotProcessedFiles: 0
AddedFolders: 1
TooLargeFiles: 0
FilesWithError: 0
ModifiedFolders: 0
ModifiedSymlinks: 0
AddedSymlinks: 0
DeletedSymlinks: 0
PartialBackup: False
Dryrun: False
MainOperation: Backup
ParsedResult: Warning
VerboseOutput: True
VerboseErrors: False
EndTime: 11/13/2017 2:24:41 AM
BeginTime: 11/13/2017 2:24:26 AM
Duration: 00:00:14.8824260
Messages: [
No remote filesets were deleted,
Compacting not required
As to why this info isn’t making it into the email, that is a good question, but the option certainly does create good output.
I still think using the compare option may be a better choice, since it shows the list of files added, modified and removed, whereas --verbose above shows every file looked at.
I’ve got a nice little script on Windows. If you are a scriptor who would like to Linuxify it, I’d be glad ot share.
Dave