Sorry for missed subject =(
Resolved it. Backup after curl - tar archive (not compressed).
It somewhat affected tar xfer method. I put curl into script and add pipe to gzip. after that tar method succeded in creating backup with .tar.gz suffix.
10.03.2022, 22:13, "Евгений" <nau...@yandex.ru>:
Hello.I'm trying to do backup with DumpPreUserCmd.This command is like: curl -s -u login:password -o /home/backuppc/mydir/myfile.zip http://$host/path/to/apiand then xfer method tar from /home/backuppc/mydircurl download data, but output file is zero size. this end with error of zero data backuped.with curl -v I can see, that downloading goes without errors and conpletes with real size of file.I have no idea how to find reason to such error. Any help?I use bpc in docker. version - 4.4.0also attached xfer log,,_______________________________________________
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List: https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki: https://github.com/backuppc/backuppc/wiki
Project: https://backuppc.github.io/backuppc/
_______________________________________________ BackupPC-users mailing list BackupPC-users@lists.sourceforge.net List: https://lists.sourceforge.net/lists/listinfo/backuppc-users Wiki: https://github.com/backuppc/backuppc/wiki Project: https://backuppc.github.io/backuppc/