Open nicofrand opened 5 years ago
The largest files will probably be the log files
Maybe we can empty the cache folder at the beginning of the backup ?
That is not a great solution as cache will have to be rebuilt… but it's a simple one.
Yet the only big files here are the ones in apps/freshrss/backup/www/data/cache/
. Let's just exclude then ?
As far as I know there was no way to exclude some folders from the yunohost backup.
I wonder if YunoHost core should exclude all cache
folders…
If that helps, the cache path could be moved to another location.
This is done with CACHE_PATH
in ./constants.local.php
What happens if we move it to /tmp ?
or move it in a datadir at /home/yunohost.app/$app
Hi,
I am currently using borg_ynh to backup my YunoHost on a 3rd party server, which is really nice. However the more space I use, the more I pay. The issue is that freshrss_ynh backs up files that are useless, specially all the cached files.
Example:
So, would that be possible to exclude the cached files from the backup please?