Skip to content

Instantly share code, notes, and snippets.

View alexanderschnitzler's full-sized avatar
🏠
Working from home

Alexander Schnitzler alexanderschnitzler

🏠
Working from home
View GitHub Profile
@alexanderschnitzler
alexanderschnitzler / rsync.sh
Created October 9, 2020 12:19 — forked from garethrees/rsync.sh
rsync & scp through jump host
# Upload
rsync -av -e "ssh -A JUMP_HOST ssh" FILE_TO_SEND DEST_HOST:/home/gareth/
# Download
rsync -av -e "ssh -A JUMP_HOST ssh" DEST_HOST:~/FILE_TO_DOWNLOAD ~/Downloads/
include: NodeTypes/Arrow.ts2
include: NodeTypes/TextCarousel.ts2
include: NodeTypes/MenuWithLogo.ts2
include: NodeTypes/Pod.ts2
include: NodeTypes/Text.ts2
include: NodeTypes/Pagetitle.ts2
include: NodeTypes/TimelinePlugin.ts2
include: NodeTypes/TimelineItem.ts2
include: NodeTypes/ContactInfo.ts2
include: NodeTypes/Form.ts2
'TYPO3.Neos.NodeTypes:Page':
childNodes:
'containerblack':
type: 'TYPO3.Neos:ContentCollection'
'arrowdown':
type: 'TYPO3.Neos:ContentCollection'
'logo':
type: 'TYPO3.Neos:ContentCollection'
'pods':
type: 'TYPO3.Neos:ContentCollection'