docker-timemachine
docker-timemachine copied to clipboard
A docker container that compiles the lastest Netatalk to run a Time Machine server.
Hello, Today I tried to build an image using a Docker file and failed to compile Netatalk. I played a bit with the alpine versions and found that there are...
Note that all references on the README to `docker run` commands are not valid yet as the image is not pushed, so you have to build them locally in order...
when i using command according to documentation sudo docker exec timemachine add-account pi password tm /timemachine i get follow errors: `chown: /timemachine/.Spotlight-V100/Store-V2/4B5837BF-6FA9-418C-B16C-CBC268CC8467/psid.db: Operation not permitted chown: /timemachine/.Spotlight-V100/Store-V2/4B5837BF-6FA9-418C-B16C-CBC268CC8467/tmp.Lion: Operation not permitted...
Tried to use the readme who say : ``` on an ARM-Device (like the Raspberry Pi) Get the precompiled image (latest compilation on 29-03-2018): ``` It don't work using that,...
as I understand, we have to use hfsplus formatted partition so approximated manual might be like this: ```sh sudo apt-get install hfsplus hfsutils hfsprogs sudo mkdir /mnt/timemachine # provide your...
broken after first backup but disk is mountable and I even can create and modify files on it and I can open timemachine image (mxtnr-mbp.sparsebundle) as a archive but I...
It seems that AFP is deprecated, and Time Machine is now supported on Samba 4.8 and higher. See https://github.com/samba-team/samba/pull/64. It would be nice if this container would support that, perhaps...