Skip to content

Instantly share code, notes, and snippets.

View heikokrebs's full-sized avatar

Heiko Krebs heikokrebs

View GitHub Profile
@brgmn
brgmn / syncRemoteFTP.sh
Created January 27, 2013 20:56
Sync remote ftp-webspace with curlftpfs and rsync.
#!/bin/sh
curlftpfs -s ftp://user:pass@testdomainbla.de /mnt/ftpverz
rsync -rltDvz --force --exclude-from=rsync_exclude.txt /var/www/webprojekt/ /mnt/ftpverz/
umount /mnt/ftpverz