--host flag for backup create not implemented
#53
Closed
opened 2024-07-05 14:44:42 +00:00 by iexos
·
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
No labels
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#53
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.
Wanted to test with a small service as stated in the README and now its backing up all services. Looking at the code,
--hostforbackup createseems to be not actually implemented 😅`backup --host create` not implementedto `--host` flag for `backup create` not implementedIts removed, because with restic deduplication it does not make sense to backup only one service. If you select one service to backup it removes all other services from the snapshot and the next time you do a complete backup it can't use the deduplication and a backup of everything is done. Maybe restic is just not the right tool for that. I would favor borg, but moving to borg is a big step.
Aha OK.
That does seem like a significant change in behaviour from the original
createdesign in #20 This commitc73bbe8c0dright? Can understand the reasoning above but I think we do need to figure out a way to support this again with Restic?I would imagine it's for the user to decide if they want to take the hit in performance? If they decide to backup a single service and then the whole thing, theys should just know they cannot avail of de-duplication between those backups?