Compare commits
3 Commits
b3b828e278
...
b4eedd71f7
Author | SHA1 | Date |
---|---|---|
|
b4eedd71f7 | |
|
b67393f9e6 | |
|
84a19f17fc |
|
@ -104,6 +104,11 @@ fi
|
|||
|
||||
|
||||
|
||||
|
||||
# Lokal und remote eine Liste aller Unison-Archive erstellen
|
||||
REMOTEDIR="$UNISON"
|
||||
LOCALDIR="$UNISON"
|
||||
|
||||
# Lokal und remote eventuell vorhandene Lock- oder Cache-Dateien von Unison entfernen
|
||||
rm -f $LOCALDIR/lk*
|
||||
rm -f $LOCALDIR/fp*
|
||||
|
@ -111,9 +116,6 @@ ssh $SSHARGS $PAM_USER@$NFSSERVER rm -f $REMOTEDIR/lk*
|
|||
ssh $SSHARGS $PAM_USER@$NFSSERVER rm -f $REMOTEDIR/fp*
|
||||
|
||||
|
||||
# Lokal und remote eine Liste aller Unison-Archive erstellen
|
||||
REMOTEDIR="$UNISON"
|
||||
LOCALDIR="$UNISON"
|
||||
REMOTEFILES=$(ssh $SSHARGS $PAM_USER@$NFSSERVER find "$REMOTEDIR" -maxdepth 1 -type f -name 'ar*' -printf '%f\\n' | sort)
|
||||
LOCALFILES=$(find "$LOCALDIR" -maxdepth 1 -type f -name 'ar*' -printf '%f\n' | sort)
|
||||
|
||||
|
|
|
@ -60,6 +60,7 @@ ignore = Path */.cache2
|
|||
ignore = Name Cache
|
||||
ignore = Path */Cache
|
||||
ignore = Path .thunderbird/*/ImapMail
|
||||
ignore = Name .config/chromium/Singleton*
|
||||
EOF
|
||||
)
|
||||
|
||||
|
@ -77,6 +78,7 @@ ignore = Path */Cache
|
|||
ignore = Path .thunderbird/*/ImapMail
|
||||
ignore = Path Downloads
|
||||
ignore = Path VirtualBox VMs
|
||||
ignore = Name .config/chromium/Singleton*
|
||||
|
||||
EOF
|
||||
)
|
||||
|
@ -95,7 +97,7 @@ ignore = Path */Cache
|
|||
ignore = Path .thunderbird/*/ImapMail
|
||||
ignore = Path Downloads
|
||||
ignore = Path VirtualBox VMs
|
||||
|
||||
ignore = Name .config/chromium/Singleton*
|
||||
EOF
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue