Added all my Peronal Scripts

This commit is contained in:
2026-01-12 13:54:08 +02:00
parent 1b8952d8b0
commit 6810d85324
10 changed files with 46 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
# @name: Restic Backupper (Ubuntu)
# @description: This will make a new backup snapshot using Restic on Ubuntu, and then keep the latest 7 ones
# @os: Ubuntu
sudo bash -c "export RESTIC_PASSWORD='Ms@199903' && restic -r rest:http://192.168.0.100:8080/ --verbose backup /DATA/AppData && restic -r rest:http://192.168.0.100:8080/ forget --keep-last 7 --prune"