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

Is it possible to use "--exclude" from rsync ? #122

Closed ghost closed 3 years ago

ghost commented 5 years ago

Hi,

I was wondering, I'm using rsync to backup a directory to a remote server. Some files takes too much space and are not needed, so I want to exclude them from the rsync. I know there's the "--exclude" option in rsync command line, but I can't find anything to achieve that in backup manager configuration.

Is it possible ?

ghost commented 5 years ago

It's ok, I found in the source code that BM_UPLOAD_RSYNC_BLACKLIST does exactly what I need. Would be nice to have documentation about all those variables.