Updated tld to use nextcloud directory

This commit is contained in:
Random936
2025-12-14 12:19:38 -05:00
parent d38de67704
commit 9190f0dd6a

View File

@@ -1,5 +1,5 @@
#!/usr/bin/env bash
backup=$(date +%s)
mkdir "$HOME/backup_tld/$backup"
mkdir "$HOME/Nextcloud/Archives/Backups/backup_tld/$backup"
cp -R "$HOME/.local/share/Hinterland/TheLongDark/Survival/"* "$HOME/backup_tld/$backup"