Browse Source

Create script to get backup back on local machine

DricomDragon 5 years ago
parent
commit
93d78e25f2
1 changed files with 9 additions and 0 deletions
  1. 9 0
      ServerScripts/Backup/j7backretrieve

+ 9 - 0
ServerScripts/Backup/j7backretrieve

@@ -0,0 +1,9 @@
+#!/bin/sh
+
+# Script to retrieve backups from jovian web platform
+
+echo 'Retrieving backups from jovian platform ...'
+
+echo 'Nothing'
+
+echo 'End'