confpub/update-scripts/backup-system.sh

10 lines
113 B
Bash
Raw Normal View History

2023-10-31 17:10:39 -04:00
#!/bin/bash
set -eEuxo pipefail
sudo timeshift --list
sudo timeshift --create --tags D
sudo timeshift --list