Hi hi, I’ld like to sync my dotfiles inside my homedir between all my server’s
I’m running two dozen or so machines on which I’ld like to see the same .tmux.conf etc. pp., I’ve this up fine for my three different Workstations but I’ld like to install it to the server’s too, specifically for at least three or four management hosts…
I’ve succesfully managed to get a voyage-linux machine running from SD with readlony homedir to sync my .ssh with my Seafile Server… But I don’t need the whole share on that machine I only want a few linux specific file’s sync’d to those machines.
Here’s what I’ve done so far:
Install:
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 8756C4F765C9AC3CB6B85D62379CE192D401AB61 echo deb http://dl.bintray.com/seafile-org/deb jessie main | sudo tee /etc/apt/sources.list.d/seafile.list sudo apt-get update sudo apt-get install seafile-cli
then I’ve created some tmpfs setting’s specific to voyage-linux, after which I did this:
seaf-cli init -c /var/lib/seafile -d /var/lib/seafile
and finally I ran:
seaf-cli start -c /var/lib/seafile/ seaf-cli download -l 6d3d746e-1d74-4d53-9bb6-cceFOOBAR -s https://cloud.mydomain.de -c /var/lib/seafile/ -d /var/lib/seafiledatadir/ -u USERNAME seaf-cli status -c /var/lib/seafile/
but there doesn’t seem to be a way to sync a subdir of the library with the CLI client… Tried to add the folder Path to library ID like:
6d3d746e-1d74-4d53-9bb6-cceFOOBAR/CONSOLE
But I get a 404 error in the Seafile.log when I do so…
Is there really no way to do that in the CLI client? I’m doing this already with other folder’s using the GUI client…
Greetz
Mirco
P.S.: My first posting here, all my post’s before have been on the german forum.