search for: varattachments

Displaying 2 results from an estimated 2 matches for "varattachments".

2006 May 07
3
Rsync backups over the internet
...backup. However, this backup takes about 60 minutes. Are there some tweaks I can do to speed up the backup? Here is the command I run via cron every day: rsync --exclude-from=/home/backups/rsync/attachments-exclude.lst --delete -ave ssh bisil@mysourceserver:/var/attachments/secure/ /backups/var/varattachments This size of the source directory is about 7 GB. even though I back up every day, it takes about 60 minutes. There are about 10-50 MB of files that are added into the source every day. Can you advise? Regards Srinivas ============================ Srinivas Kotapally, Analyst -...
2006 Mar 14
1
Error in running rsync through cron
...atest one (2.6.7) on both the source and backup machines, but am still getting these errors. Can you please advise? Here is the script: #!/bin/bash rsync --blocking-io --exclude-from=/home/backups/rsync/attachments-exclude.lst --delete -ave ssh myuser@source_server:/var/attachments/ /backups/var/varattachments/var/attachments/ | mail -s "`hostname`: rsync of /var/attachments/ from source_server done for `date '+ %m/%d/%Y'`" backups Here is the cron message that is sent out... Read from remote host source_host: Connection reset by peer rsync: connection unexpectedly closed (1879176 b...