emersion / bups

Simple GUI for Bup, a very efficient backup system.
MIT License
95 stars 8 forks source link

Name backups and exclude files/directories #6

Closed Edenhofer closed 9 years ago

Edenhofer commented 9 years ago

In bup the "-n" option can be used when saving a backup to name the output. When indexing with bup one can use "--exclude=" to exclude the specified directory from being indexed, moreover one can use "--exclude-rx " to not index anything that maches this pattern. This can be very useful when backup up everything under /home/ but one wants to exclude files and folders with a dot in front of their name.

emersion commented 9 years ago

Just added backup name editing in 1bd1f81ee477cf418a25351f4c9d36a6c11c10ca

emersion commented 9 years ago

Fixed in 9256d0308f6b7c2a46536755d74916c6bde7d229

emersion commented 9 years ago

It looks like this:

Edenhofer commented 9 years ago

Thanks! I just received the email and immediately updated the git repository :D

emersion commented 9 years ago

You're welcome!

I think you can update one more time your Git repo: I just fixed a bug when changing selection with the sidebar opened. ;-)

Edenhofer commented 9 years ago

Done...