airikr / Update Docker images/containers

0 вподобань
0 форк(-ів)
1 файл(-ів)
Остання активність 1741690974
TODO: check if the image is up-to-date or not.
1 #!/bin/bash
2 declare -a arr=("snikket" "plausible")
3
4 for i in "${arr[@]}"
5 do
6 if [ "$i" = "snikket" ]
7 then
8 echo
9 echo "snikket"
10 echo

airikr / Backup the whole system

0 вподобань
0 форк(-ів)
1 файл(-ів)
Остання активність 1736948272
Send the entire system to one of my SSD's that I use only for this goal.
1 #!/bin/bash
2 dir_backup="backup-ssd-dir"
3 sudo rsync -aAXv --progress --delete / --exclude={"/dev/*","/proc/*","/sys/*","/tmp/*","/run/*","/mnt/*","/media/*","/lost+found"} "$dir_backup"
Новіше Пізніше