stepping-stone / sepiola

Sepiola - Online Backup Client
http://www.sepiola.org/
GNU General Public License v2.0
5 stars 2 forks source link

How do I exclude files and directories? #96

Open meichenberger opened 7 years ago

meichenberger commented 7 years ago

In older Sepiola versions I had the possibility to manually exclude files and directories (also in the GUI).

The original config file still has the options:

~/stoney-backup-2.4.0-Linux-x86_64/bin/config
InlcudePatternFileName=includes
ExcludePatternFileName=excludes

These two options don't seem to have any effect, even though at lease the includes file still exists:

~/.stoney-backup/includes

In my case with the following content:

/
/home/
/home/eichi/
/home/eichi/GmbH/
/home/eichi/expect/

It would be nice, to at least be able to exclude files via the console (in a second step via GUI):

~/.stoney-backup/excludes

For example (with patterns):

*.mp3
*.mts
*.MTS

Would we need to differ between upper- and lowercase (as shown above)?