Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fallback utilise beaucoup de stockage sur le serveur d'origine #2

Open
nicolasVr opened this issue Aug 16, 2019 · 3 comments
Open

fallback utilise beaucoup de stockage sur le serveur d'origine #2

nicolasVr opened this issue Aug 16, 2019 · 3 comments

Comments

@nicolasVr
Copy link

Mon serveur (un vps chez OVH) a 40 Go de stockage qui viennent à devenir insuffisants, je me rends compte que fallback utilise énormément de mémoire :

9.3G home/yunohost.app/fallback/fallback_backup/backup
1.2G home/yunohost.app/fallback/fallback_backup/backup_from_fallback
9.9G home/yunohost.app/fallback/fallback_backup/temp_fallback_backup

Il faut noter que mon serveur est doté d'un disque additionnel (50 Go). Du coup fallback sauvegarde peut-être des données qui sont sur ce disque, néanmoins il me semble qu'il ne devrait pas utiliser tant de disque dur ?

@maniackcrudelis
Copy link
Collaborator

home/yunohost.app/fallback/fallback_backup/backup is the main backup.
home/yunohost.app/fallback/fallback_backup/backup_from_fallback exist only if you've restored from your fallback. It can be removed.
home/yunohost.app/fallback/fallback_backup/temp_fallback_backup should be empty unless a backup is currently running. You can clean it.

Fallback will backup only your YunoHost core config on your apps, according to /home/yunohost.app/fallback/app_list

@nicolasVr
Copy link
Author

Merci, je comprends mieux mais je me demande si c'est il est bien nécessaire que fallback garde un backup sur le serveur d'origine. Même si, dans mon cas, seulement 9,3 Go relèvent d'un fonctionnement normal, cela me semble énorme alors que justement il y a un serveur de secours qui est là pour accueillir la sauvegarde.
(pour l'instant j'ai cessé d'utiliser fallback).

@maniackcrudelis
Copy link
Collaborator

You could indeed remove the backups after they have been sent to the other server to have some free space, but every time Fallback will run, it will use again the same space.
As the app is meant to be used quite often, daily by default, you won't really have some free space, especially considering you'll have to keep those 9Go always available for Fallback.

Also, you never have too much backup.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants