YunoHost-Apps / borg_ynh

An experimental Borg implementation for YunoHost
https://www.borgbackup.org/
GNU Affero General Public License v3.0
19 stars 23 forks source link

Possibility to exclude/include nextcloud data from backup #39

Closed eauchat closed 3 years ago

eauchat commented 4 years ago

As I evoked in this topic on the forum, I recently discovered that my server hadn't been backed up for quite a while, because of a lack of space in the target server.

I'm trying to achieve two things to avoid this problem:

I believe the first point can be achieved by fiddling around with the list of directories that borg is backing up, but I don't want to break the way borg_ynh makes it easy to add/remove some apps to the backup. Anyone has some advice on a good way to do that? Also would be very grateful for suggestions on how to achieve the second point.

Thanks a lot for any advice and for this great app.

zamentur commented 3 years ago

Now you can have some warning if you have properly configured email on servera and serverb and check email send to first ynh created account (or redirect it).

zamentur commented 3 years ago

About avoiding to backup big data you can avoid it like this:

yunohost app setting nextcloud do_not_backup_data -v 1

Warning: this option applies for all your next backlup with all methods of any kind...