Beiträge von tom_tav

    Update:


    Backup during the night from 2 clients at same time ok
    Backup from 3rd client during the day while 2 clients doing incremental backups ok


    For 2 clients i used the same share and login name, also without problems.


    No error msgs in logs.


    Nice transferrates (tm is always slow) up to 750mb/s on omv network interface. Avg around 400-500 (from a new mbp with ssd)



    What wonders me ... why is TM searching for the backup discs always that long on network shares? Had this on all backup servers, no matter omv, freenas, netatalk 2 or 3. What is osx doing that long???

    ZFS only if you have ECC Ram, otherwise its quite useless. And you need more Ram (depending on your Storage size).


    I went with XFS on my OMV machines. Had one Freenas with ZFS before, but after switching this machine to OMV i couldnt move the ZFS volume (due to different features in BSD and Debian ZFS implementations) so i avoided the hassle and use XFS now.

    SubZero: in my version most options are in:


    afpd 3.1.7 - Apple Filing Protocol (AFP) daemon of Netatalk


    This program is free software; you can redistribute it and/or modify it under
    the terms of the GNU General Public License as published by the Free Software
    Foundation; either version 2 of the License, or (at your option) any later
    version. Please see the file COPYING for further information and details.


    afpd has been compiled with support for these features:


    AFP versions: 2.2 3.0 3.1 3.2 3.3 3.4
    CNID backends: dbd last tdb mysql
    Zeroconf support: Avahi
    TCP wrappers support: Yes
    Quota support: Yes
    Admin group support: Yes
    Valid shell checks: Yes
    cracklib support: Yes
    EA support: ad | sys
    ACL support: Yes
    LDAP support: Yes
    D-Bus support: Yes
    Spotlight support: Yes
    DTrace probes: Yes


    afp.conf: /etc/netatalk/afp.conf
    extmap.conf: /etc/netatalk/extmap.conf
    state directory: /var/lib/netatalk/
    afp_signature.conf: /var/lib/netatalk/afp_signature.conf
    afp_voluuid.conf: /var/lib/netatalk/afp_voluuid.conf
    UAM search path: /usr/lib/netatalk//
    Server messages path: /var/lib/netatalk/msg/


    ---


    @wastl: My TM stuff was running without major problems for months. But a few days ago troubles started. So i turned to netatalk 3.x. And yes, its still running on my machines.

    Is there a possibility to disable the annoying "Leave Page" Javascript Dialog?


    It blocks the closure of the browser which is quite annoying sometimes (cancels system shutdown on client)

    On my Backup Box which runs since months there is a new problem with one client. Neither the OMV machine (1.19) nor the OS X (10.9.x) client got changed, no major upgrades.


    Sometimes, and only sometimes the TS backup fails with the following error:


    Code
    The network backup disk does not support the required AFP feature



    In the afp logs there are just the usual (dsi_stream) errors (which are a feature of the old netatalk 2.2 afaik):




    Its on Ethernet, so no wifi issues.



    Any ideas?

    Btw. there is a bug in the start-stop-daemon / init scripts. If you have running lets say sshd on the host and inside the container you have also sshd running - "service sshd stop" on the host will stop also the sshd inside the container. This is because the pid is not handled by the init scripts and so a host init script kills all instances, even those inside containers (the container instances are also in the host ps list). Bug is known since 2011 (maybe before) and still unfixed ... bummer


    p.s. used sshd just for example, didnt check if the bug affects this service