search for: rexclud

Displaying 5 results from an estimated 5 matches for "rexclud".

Did you mean: rexclude
2002 Nov 11
0
Regular Expression support
I have added regular expression support using a POSIX implementation. The patch (against 2.5.5) is attached. The implementation is simple and follows the same mechanism that is implemented for normal searches. I added these command line arguments: --rexclude=PATTERN exclude files matching regexp PATTERN --rexclude-from=FILE exclude regexp patterns listed in FILE --rinclude=PATTERN don?t exclude files matching regexp PATTERN --rinclude-from=FILE don?t exclude regexp patterns listed in FILE In order to follow the previous format, the...
2008 Apr 22
2
using rsync with scripts (cronjobs) and automated backups
Hello all, I am wondering if it would be possible to write a script or a cronjob in linux using Rsync to run an automated backup of a server, or serveral servers if possible. I am very new with writing scripts and such, so any help or suggestions with how to get started would be great!!! Thanks ahead of time for the help!!! ----- Computers are like air conditioners. They both dont work, if you
2008 Jul 28
1
synced files are linked to originals?
I'm very confused. I ran this command: /usr/local/bin/rsync -aCHh --stats --delete-after --delete-excluded \ --exclude="/backup/" --exclude-from=/var/.rexcludes \ / /backup/daily.0 then I ran these commands mail ~ $ ls -ls etc/postfix/main.cf 28 -rw-r--r-- 1 root wheel 28322 Jul 27 16:31 /etc/postfix/main.cf mail ~ $ ls -ls /backup/daily.0/etc/postfix/main.cf 28 -rw-r--r-- 1 root wheel 28322 Jul 27 16:31 /backup/daily.0/etc/ postfix/main...
2009 Feb 23
2
rsync incremental backup
Hi, Presently I have the latest full backup in a 'current' directory and 30 day incrementals in 'YYYY-MM-DD' format directories. Without changing that directory structure I'd like the 'YYYY-DD-MM' directories to contain the full system hardlinked (when applicable) to 'current'. What rsync command-line options could provide me with this? Thanks,
2008 May 18
1
Some files vanished...
...ize is 24.61G speedup is 7.89 rsync warning: some files vanished before they could be transferred (code 24) at main.c(977) [sender=2.6.9] ...done. the rysnc command is /usr/local/bin/rsync -aCHh --stats --delete-after --delete-excluded \ --exclude="/backup/" --exclude-from=/var/.rexcludes \ --link-dest="${BAKLOC}.sday.1" / ${BAKLOC}.sday.0 where BAKLOC is defined previously to /backup/mail Is there anything I can do to have rsync work on a instantaneous snapshot so these files don't even up getting moved out from under the backup process? This is 2.6.9 an...