confpub/update-scripts/backup-system.sh

10 lines
113 B
Bash
Raw Permalink Normal View History

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