Only backing up one app when using Restic REST server Storage #57
Closed
opened 2024-08-19 16:39:41 +00:00 by kawaiipunk
·
2 comments
No Branch/Tag Specified
main
renovate/docker-29.x
feature/makeDeleteDefault
restic-exporter
cmd-setup-restic-s3
prom-mon
feature/dockerfile
bb2-classic
feature/selective_paths
list
enable-label
backupbot_revolution
backup_volumes
multi_path
2.4.0+2.4.0
2.3.0+2.3.0-beta
2.2.0+2.2.1-beta
2.1.0+2.2.0-beta
2.0.1+2.1.1-beta
1.0.0+2.0.0-beta
0.2.0+1.0.0
Milestone
No items
No Milestone
Projects
Clear projects
No projects
Assignees
3wordchant
aadil (Aadil Ayub)
abra-bot (Abra Bot)
ammaratef45
amras (Sarma)
Apfelwurm
appletalk
arjan
basebuilder
BornDeleuze
Brooke
carla
cas (Cassowary)
codegod100
coopcloud
cyrnel
decentral1se (d1)
dede
devydave
fauno (fauno)
flancian
Frando
iexos
jade (Jade Ambrose)
javielico (Javielico)
jjsfunhouse
jmakdah2 (Jackie Makdah)
joe-irving (Joe Irving)
kawaiipunk (KawaiiPunk)
knoflook
kolaente
lambdabundesverband
linnealovespie (April)
marlon (marlon)
mayel
mirsal
moosemower
moritz
nicksellen (Nick Sellen)
notplants
oxaliq (sorrel)
p4u1
pau
pharaohgraphy (Andrew 🐦🔥❤️🔥✴️)
PhiNatalie
renovate-bot (Comrade Renovate Bot)
ripclap
rix
rscmbbng
sef (sef)
simon
sixsmith (Sixsmith)
stevensting
tobias
trav (Trav Fryer)
val (val (he/him))
vaznasty
virtualboys
wolcen (Chris Thompson)
wykwit
xynosis
yksflip
Clear assignees
No Assignees
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: coop-cloud/backup-bot-two#57
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
I have setup backup-bot-two on a server and it is configured correctly and runs a backup successfully using
abra app run <backupbot_name> app -- backup create.But when I see the size of the backup directly and look at the files backup up using
abra app run <backupbot_name> app -- backup lsI can see only one app has been backed up.Here are the logs:
https://bin.autonomic.zone/?f26f49551300a6b6#CWeMQShVJwpNxdn76oVY5qt88Frrm3xVFFx9voLRAncz
The backed up repository is only 40.12 MB whereas
/var/lib/dockeris 30GB on the server and there are nine other apps that aren't included in the backup. The only that's backed up (authentik) is the first in the alphabetically sorted list of apps.I think this was as discussed in the chat due to missing backup labels in the recipies. Can you may post which recipes this affects?
I think this issue was because missing backupbot labels. Reopen this if necessary.