https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21903

--- Comment #6 from Matthias Meusburger <matthias.meusbur...@biblibre.com> ---
I don't know about vagrant, but on a regular debian packages-based install,
once the following files are patched:

/usr/sbin/koha-dump
/usr/share/koha/bin/koha-functions.sh

I can run the backup using the following command:

# koha-dump --uploaded_files koha
Dumping Koha site koha:
* DB to /var/spool/koha/koha/koha-2019-08-29.sql.gz
* configs, files, logs to /var/spool/koha/koha/koha-2019-08-29.tar.gz
Done.

Notice the difference between our messages:
yours: configs, logs to
mine: configs, files, logs to

The "files" part is added by the patch, so I'm guessing you're executing an
unpatched version of koha-dump.

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to