Add remote backup capability using SCP

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Craig
2025-04-24 16:49:21 +01:00
parent 3871c3fc8f
commit 3540d48df9
3 changed files with 110 additions and 6 deletions

View File

@@ -9,5 +9,6 @@
"ignorePatterns": [
".git/"
],
"archiveType": "zip"
"archiveType": "zip",
"remoteLocation": "craig@serverlocal:~/backups/pc"
}