mirror of
https://github.com/starr-dusT/dotfiles.git
synced 2025-02-19 19:27:31 -08:00
updates
This commit is contained in:
parent
7da3674697
commit
9ce1165b79
10
home/bin/executable_linux-backup-kestrel
Normal file
10
home/bin/executable_linux-backup-kestrel
Normal file
@ -0,0 +1,10 @@
|
||||
#!/bin/bash
|
||||
#
|
||||
|
||||
echo "Creating backup with borg..."
|
||||
datetime=$(date +"%Y%m%d%H%M%S")
|
||||
borg create \
|
||||
--progress \
|
||||
--exclude "$HOME/.?*" \
|
||||
--exclude "$HOME/mnt" \
|
||||
"$HOME/mnt/engi/backup/borg-kestrel::kestrel-${datetime}" "$HOME"
|
0
home/dot_config/scratch/empty_dot_projectile
Normal file
0
home/dot_config/scratch/empty_dot_projectile
Normal file
@ -1 +1 @@
|
||||
Subproject commit 86e36569ec416a413abeab952698c1848217e0b1
|
||||
Subproject commit d1d9286c7244e6eda23ac3ec59c1ca8ccc2f1a00
|
BIN
provision/local/patch.rom
Normal file
BIN
provision/local/patch.rom
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user