#!/bin/bash
#                       /usr/local/bin/syncceleste
# https://crystalfaeries.net/posix/bin/syncceleste
# celeste:crystalfaery SYNCCELESTE 2021-04-18 00:16:33+00:00
# Many of these are actually covered in other /usr/local/bin/syncFILES
# so we have integration work to do, and, NOTICE:
# THIS is push-only, THOSE are bi-directional syncs

cd	# there's no place like hOMe...
/usr/local/bin/synctxt
rsync -auvzH --exclude=mail * \
	.abook \
	.audacity-data \
	.bash_aliases \
	.bash_login \
	.bash_logout \
	.bash_profile \
	.bashrc \
	.bitcoin \
	.byobu \
	.calendar \
	.crontab.* \
	.donations.txt \
	.exclude.documents.txt \
	.feed2imap.cache \
	.feed2imaprc \
	.gnashrc \
	.lesshst \
	.linphonerc \
	.min_price.txt \
	.mplayer \
	.mutt- \
	.mutt \
	.mutt_certificates \
	.muttrc \
	.muttrc.local \
	.muttrc.local- \
	.profile \
	.signature \
	`my_twin`:~
rsync -auvzH --delete --exclude-from=.exclude.documents.txt \
	documents \
	`my_twin`:~
/usr/local/bin/clone	/home/www
exit
