Folder Structure Help

2009-12-24 Thread twooly
Almost got my rsync running over ssh setup. Only problem is the actual file structure. Everything I want backed up is on my USB drive /USB/USB_HDD_4/*.* and I want it on my remote server underneath the backup folder. When I run this command it creates a USB_HDD_4 (i.e. I see /mnt/Data/backup/USB_

Rsync 3.0.7pre2 released

2009-12-24 Thread Wayne Davison
Rsync version 3.0.7pre2 is now available for release testing. This is a bug-fix release. This fixes a problem with the --timeout code that existed in 3.0.7pre1. I believe that this should be the last pre-release before 3.0.7, so please test this and send email to the rsync mailing list with any q

Re: Include and Exclude

2009-12-24 Thread Wayne Davison
On Thu, Dec 24, 2009 at 05:50:22AM -0700, LuKreme wrote: > rsync -avh --stats --password-file=/var/rsync.passwd --include=Maildir/ > --exclude=* mail::root/usr/home /backup/usr/ That will send the Maildir directory (without any content) if that directory exists in the root of the transfer. If yo

Re: rsync most recently modified/created files first?

2009-12-24 Thread Wayne Davison
On Wed, Dec 23, 2009 at 10:46:15PM -0800, snowc wrote: > Is it possible for rsync to order the files it sends by create/modify > time so that it sends the more recent files first? No, rsync currently only processes files in sorted name order. See the --delay-updates option and the support/atomic-

Include and Exclude

2009-12-24 Thread LuKreme
I thought this command would do what I wanted, but instead it doesn't transfer any files: rsync -avh --stats --password-file=/var/rsync.passwd --include=Maildir/ --exclude=* mail::root/usr/home /backup/usr/ I want to backup ONLY the /usr/home/*/Maildir directories. I don't want any other files

Re: encrypted destination

2009-12-24 Thread leen
On 12/23/2009 03:30 PM, Michael wrote: Hello I am looking for a method/feature to rsync my files and store them encrypted. While searching for a solution I found some postings about --source-filter and --dest-filter options but these seem to to be implemented. Of cause I could encrypt and them r