Displaying 3 results from an estimated 3 matches for "hww".
Did you mean:
how
2009 Jun 20
1
Set up Samba client to backup Windows XP home edition files
Hey,
It seems that samba client could be used to back up Windows files. Am
I right?
To achieve this, I apt-get installed samba and set up it accordingly.
Below is my smb.conf file
/*==============Begin=============*/
[global]
workgroup = HWWKM
os level = 65
preferred master = Yes
domain master = Yes
wins support = Yes
[KMOfficeShare]
comment = For backup
path = /home/samba
read only = No
/*========End===============*/
>From my Windows XP home edition's Network Neighborhood I can...
2017 May 26
9
[Bug 12806] New: Deleting in a row of hardlinked snapshots resets file permissions.
...ts file
permissions.
Product: rsync
Version: 3.1.0
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P5
Component: core
Assignee: wayned at samba.org
Reporter: hww at delember-wyes.de
QA Contact: rsync-qa at samba.org
Created attachment 13239
--> https://bugzilla.samba.org/attachment.cgi?id=13239&action=edit
Log file of bug reproduction
Overview:
In an differential backup system with hard-linked copies of unchanged files,
deleting one snaps...
2017 Jun 08
0
[Bug 12806] Deleting in a row of hardlinked snapshots resets file permissions.
https://bugzilla.samba.org/show_bug.cgi?id=12806
--- Comment #4 from Heinz-Willi Wyes <hww at delember-wyes.de> ---
I got a personal message from Lars Ellenberg that went also to
samba-bugs at samba.org and rsync-qa at samba.org. He wrote:
------------------
Calling chmod only on (optimization: non-empty) directories would fix this.
I don't need to chmod a *file* before unlinking...