Compare commits

...

3 Commits

Author SHA1 Message Date
Tobias Herre b4eedd71f7 Merge branch 'master' of https://srcsrv.wikimedia.de/WMDE/wmde-rp 2025-05-15 14:23:18 +02:00
Tobias Herre b67393f9e6 Ignoe Singleton* for chomre 2025-05-15 14:21:15 +02:00
Tobias Herre 84a19f17fc Delete lockfile correctly 2025-05-12 17:17:11 -04:00
2 changed files with 8 additions and 4 deletions

View File

@ -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)

View File

@ -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
)