I am a newbie in bin/bash scripting so help is appreciated
I am using s3cmd with Amazons S3 service
what I want is to copy per day/week/month some backup files.
I am a newbie in bin/bash scripting so help is appreciated
I am using s3cmd with Amazons S3 service
what I want is to copy per day/week/month some backup files.
Hi Dennis,
i wrote something similar (except the backup to amazon) a few months ago for mysql backups:
http://wolf-u.li/1291/einfaches-mysql-backup-mit-pruning-und-verschluesselung-mittels-bash-rsync/
Perhaps this helps you a little on the mechanisms. If i find time, i will try to solve your problems ;)
Regards,
Uli