This commit is contained in:
rozbrian
2026-01-10 20:46:22 +09:00
commit 304cbcc554
66 changed files with 1291 additions and 0 deletions

9
backup_wiki Executable file
View File

@@ -0,0 +1,9 @@
#!/usr/bin/expect
set timeout -1
spawn /home/rozbrian/bin/backup_wiki_
match_max 100
expect -exact "\[sudo\] password for rozbrian: "
send -- "$env(PASSWORD)\r"
expect -exact "Password: "
send -- "$env(PASSWORD4DS918)\r"
expect eof