Archived
9 lines
234 B
Bash
Executable File
9 lines
234 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
SERVICES_UP_SCRIPT="/home/raspi/raspi/services-up.sh --profile all"
|
|
|
|
$SERVICES_UP_SCRIPT down
|
|
|
|
sudo rsync -aHAXv --info=progress2 /home/raspi/docker-data/ root@docker:/mnt/raspi-backup/
|
|
|
|
$SERVICES_UP_SCRIPT up -d |