Raphael Nunes
Raphael Nunes
Sorry for the poor details. The command: `\azurecopy.exe -db -i https://s3-sa-east-1.amazonaws.com/r*********-storage/ -o https://******.blob.core.windows.net/backup` File size: 2.31 GB
I received the following message countless times: ``` Failed: Aborted: Pending: /backup/Test/training.iso Failed: Aborted: Pending: /backup/Test/training.iso ```
Hi @kpfaulkner, The file exists, but with zero size The quoted message is displayed repeatedly after executing the command.
@kpfaulkner I'm sorry, I was so impatient at the moment that I did not notice the file was in the "Pending" queue. That is, the solution was even to use...
I used the @yohcop approach and implemented some options: ```js const decimalMaskOpt = ({ thousandsSeparatorSymbol = ",", decimalSymbol = ".", decimalPlaces = 2, } = {}) => { return (input)...
I solved the problem like this: $(document).on("submit", "form[data-pjax]", function (event) { var config = {}; var url = $(":input[type=submit][formaction]:focus", $(this)).attr("formaction"); if (url) { config.url = url; } $.pjax.submit(event, "#Container", config);...
I created a PR https://github.com/PejmanNik/lazvard-message/pull/9 to help in this insue