Änderungen

Zur Navigation springen Zur Suche springen
Zeile 1.365: Zeile 1.365:     
Erstelle Snapshot
 
Erstelle Snapshot
   borg create --stats --progress  <repopath>::documents_$(date -I) $(readlink ~/documents)
+
   borg create --stats --progress  <repopath>::documents_$(date -I) $(realpath ~/documents)
       
Man kann auch einen Lauf starten, bei dem nichts verändert wird:
 
Man kann auch einen Lauf starten, bei dem nichts verändert wird:
 
   borg create --dry-run --list \
 
   borg create --dry-run --list \
       --progress  <repopath>::documents_$(date -I) $(readlink ~/documents)
+
       --progress  <repopath>::documents_$(date -I) $(realpath ~/documents)
 
      
===== Borg-Repo-Pfad =====
 
===== Borg-Repo-Pfad =====

Navigationsmenü