Skip to content
#

timemachine

Here are 37 public repositories matching this topic...

vvaves
vvaves commented May 3, 2020

I was trying to get back in time running pointing to my freenas server but it wouldnt create the folder on the remote server. Ended up just having to change the ssh user's shell to bash and everything worked! default on freenas is csh shell.

Thanks all working great!

a-x-
a-x- commented Aug 29, 2019

as I understand, we have to use hfsplus formatted partition

so approximated manual might be like this:

sudo apt-get install hfsplus hfsutils hfsprogs

sudo mkdir /mnt/timemachine # provide your path to mount point

# remove/create a partition
# fdisk howto: https://www.tldp.org/HOWTO/Partition/fdisk_partitioning.html
sudo fdisk /dev/sda 

sudo mkfs.hfsplus /dev/sda1 # specify yo

Improve this page

Add a description, image, and links to the timemachine topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the timemachine topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.