mattock / automatic-cloud-backup

19 stars 19 forks source link

Attachments not working #8

Closed bgupta closed 7 years ago

bgupta commented 7 years ago

@mattock Does it work when you try to backup with attachments? I'm getting backup zips where the exportDescriptor.properties file indicates that backupAttachments=false. I'm wondering if something changed with the interface?

bgupta commented 7 years ago

Did some more T/S. The $ATTACHMENTS variable isn't working as designed. I did a --trace-ascii on the curl...

This the data being sent.:

=> Send data, 35 bytes (0x23) 0000: {"cbAttachments":"${ATTACHMENTS}" }

Note: I am testing a fix.

bgupta commented 7 years ago

PR fixes https://github.com/mattock/automatic-cloud-backup/pull/9

bgupta commented 7 years ago

Merged