Backup/Restic: Difference between revisions
Jump to navigation
Jump to search
| Line 41: | Line 41: | ||
|valign='top'| | |valign='top'| | ||
<syntaxhighlight style='margin:3px 0 3px 0' lang='bash'> | <syntaxhighlight style='margin:3px 0 3px 0' lang='bash'> | ||
echo -n 'Password: ';read -s RESTIC_PASSWORD;export RESTIC_PASSWORD;echo | export RESTIC_REPOSITORY="s3:https://s3.minio.host.k8s.ops/shahed-bkp/academia" | ||
echo -n 'Password: ';read -s RESTIC_PASSWORD; export RESTIC_PASSWORD;echo | |||
# Password: #evd0wxuV$jNJqWL | # Password: #evd0wxuV$jNJqWL | ||
echo -n 'AccessKey: ';read -s AWS_ACCESS_KEY_ID; export AWS_ACCESS_KEY_ID;echo | |||
echo -n 'SecretKey: ';read -s AWS_SECRET_ACCESS_KEY;export AWS_SECRET_ACCESS_KEY;echo | |||
</syntaxhighlight> | </syntaxhighlight> | ||
|} | |} | ||
Revision as of 02:08, 3 December 2025
Backup » Restic
|
Backup » Restic | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
References
|
References | ||
|---|---|---|