public marks

PUBLIC MARKS with tags rsync & blog

2012

Transfer only selected file types with rsync | Open Source Technical Blog

by sylvainulg (via)
find source -name "*.png" -print0 | rsync -av --files-from=- --from0 ./ ./destination/ or rsync -av --include='*/' --include='*.png' --exclude='*' source/ destination/

2005

Linox.BE » Blog Archive » Backup remote server with rsync

by camel
Backup a data server from a backup server using rsync. Automate the backup to have a daily backup and purge the number of backups. Oh yes, this is “How I did it” on a Debian data server

PUBLIC TAGS related to tag rsync

backup +   blog +   howto +   linux +   remote +   server +  

Active users

sylvainulg
last mark : 27/08/2012 08:47

camel
last mark : 19/10/2005 20:22