Univention Bugzilla – Attachment 10748 Details for
Bug 53438
univention-samba4-backup fails since upgrade to UCS 5.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
A fix for the issue
fix.patch (text/plain), 707 bytes, created by
9qwan3ncxsuh
on 2021-06-13 17:06:26 CEST
(
hide
)
Description:
A fix for the issue
Filename:
MIME Type:
Creator:
9qwan3ncxsuh
Created:
2021-06-13 17:06:26 CEST
Size:
707 bytes
patch
obsolete
>@@ -148,14 +148,15 @@ > # Run the backup. > # --warning=no-file-ignored set to suppress "socket ignored" messages. > # --warning=no-file-changed set to suppress "file changed as we read it" messages. >- tar cjf ${WHERE}/samba4_${n}.${WHEN}.tar.bz2 $relativedirname \ >+ tar cjf \ > --exclude=smbd.tmp \ > --exclude=\*.ldb \ > --exclude=\*.tdb \ > --warning=no-file-ignored \ > --warning=no-file-changed \ > --transform 's/.ldb.bak$/.ldb/' \ >- --transform 's/.tdb.bak$/.tdb/' >+ --transform 's/.tdb.bak$/.tdb/' \ >+ ${WHERE}/samba4_${n}.${WHEN}.tar.bz2 $relativedirname > Status=$? > if [ $Status -ne 0 -a $Status -ne 1 ]; then > # Ignore 1 - private dir is always changing. >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 53438
: 10748