2 Angajamente dd60140355 ... 7d45bc1c42

Autor SHA1 Permisiunea de a trimite mesaje. Dacă este dezactivată, utilizatorul nu va putea trimite nici un fel de mesaj Data
  subDesTagesMitExtraKaese 7d45bc1c42 add borg compact command 3 luni în urmă
  subDesTagesMitExtraKaese dd60140355 add borg compact command 3 luni în urmă
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  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."