2 Commits dd60140355 ... 7d45bc1c42

Autore SHA1 Messaggio Data
  subDesTagesMitExtraKaese 7d45bc1c42 add borg compact command 3 mesi fa
  subDesTagesMitExtraKaese dd60140355 add borg compact command 3 mesi fa
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      run_backup.sh

+ 1 - 1
run_backup.sh

@@ -37,7 +37,7 @@ if [ $? -ne 0 ]; then
     exit 1
 fi
 
-sudo -E borg compact
+sudo -E borg compact "$SERVER_USER@$SERVER_IP:$REPOSITORY"
 
 if [ $? -ne 0 ]; then
     echo "Borg compact failed."