sukria / Backup-Manager

Versatile yet easy to use command line backup tool for GNU/Linux. Suitable for desktop and servers.
http://www.backup-manager.org/
GNU General Public License v2.0
277 stars 88 forks source link

BM_PRE_BACKUP_COMMAND is run even if the “--upload” flag is used #138

Open alexislefebvre opened 2 years ago

alexislefebvre commented 2 years ago

When I run backup-manager --upload, I expect it to only upload files, but it also runs the script configured in BM_PRE_BACKUP_COMMAND.

$ backup-manager --version
Backup Manager 0.7.10.1-debian1
alexislefebvre commented 2 years ago

man backup-manager write this:

--upload|-u Just upload the files.

So it should only upload previously generated backups?