Bug 21903: koha-dump can export uploaded and temporary uploaded files
authorMatthias Meusburger <matthias.meusburger@biblibre.com>
Wed, 10 Apr 2019 09:38:45 +0000 (11:38 +0200)
committerTomas Cohen Arazi <tomascohen@theke.io>
Tue, 5 Jul 2022 14:46:37 +0000 (11:46 -0300)
commit4314700607268a3b5e95be1e0bf01965f3f5d95e
treeb8e1c89b6286990c046353a20bbcc727e1599d78
parent988abb6647cd26c0748a94a004149a52a7938efa
Bug 21903: koha-dump can export uploaded and temporary uploaded files

Sponsored-by: Orex
Test plan:
 - Apply the patch
 - Try using koha-dump without any option
 - Try using koha-dump with --uploaded_files
 - Try using koha-dump with --uploaded_temp_files
 - Try using koha-dump with both of the options above

Expected results: the .tar.gz dump will include uploaded and/or temporary
uploaded files if requested.

Signed-off-by: Hugo Agud <hagud@orex.es>
Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
debian/scripts/koha-dump
debian/scripts/koha-functions.sh