temp: transfert entre ordinateurs
This commit is contained in:
parent
ffeb40aa92
commit
809061c551
43 changed files with 1477 additions and 1296 deletions
2
scripts/déclenche-sauvegarde-bdd-production.fish
Normal file
2
scripts/déclenche-sauvegarde-bdd-production.fish
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
ssh ade -- fish /srv/haikuatelier.com/scripts/sauvegarde-bdd-production.fish
|
||||
rclone copy --check-first --progress --multi-thread-streams 8 ade:/srv/haikuatelier.com/db /home/gcch/Répertoires/git.gcch.fr/gcch/haiku-atelier-2024/db
|
||||
|
|
@ -1,5 +1,10 @@
|
|||
set -f fichiers_toml (fd --glob "*.toml")
|
||||
set -f fichiers_angie (fd --glob "*.conf" containers/conf/angie)
|
||||
|
||||
for toml in $fichiers_toml
|
||||
taplo format "$toml"
|
||||
tombi format "$toml"
|
||||
end
|
||||
|
||||
for angie in $angie
|
||||
nginxfmt "$angie"
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue