Displaying 4 results from an estimated 4 matches for "cmolina".
Did you mean:
molina
2002 Nov 28
3
Include / exclude patterns
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Greetings.
I'm trying to make some backups using rsync, but I have some questions
about it.
First, on the receiving side, i make a test with this line.
rsync -vv -e ssh --recursive --include-from=include.txt
cmolina@www-01:/ /tmp/cmolina
On include.txt I have.
+ etc
+ home/cmolina/source
+ home/cmolina
+ var/spool
- - dev/
- - home/cmolina/
- - tmp/
- - root/
- - disk2/
- - home/
- - usr/
- - lib/
- - var/
- - bin/
- - boot/
- - dev/
- - etc/
- - floppy/
- - initrd/
- - lost+found
- - proc/
- - opt/
- - sbin/...
2002 Nov 28
1
Include / exclude patterns.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
|Carlos Molina <cmolina@net-uno.net> wrote:
|
|>-----BEGIN PGP SIGNED MESSAGE-----
|>Hash: SHA1
|>
|>Greetings.
|>
|>I'm trying to make some backups using rsync, but I have some questions
|>about it.
|>
|>First, on the receiving side, i make a test with this line.
|>
|>rsync -vv -e...
2003 Jan 09
1
--exclude and --delete-exclude problem
...he README file stills exists.
If I make the same process for a direcory, for example
/usr/local/src/temp/ , it works fine, rsync delete the
/usr/local/src/temp directory, and all it's contents.
I see that the problem appears when I have a file on the target.
Here a verbose output (-vvvvv)
cmolina:/home/cmolina/projects/pdbs# /usr/bin/rsync -lptgoD --delete
--rsh=/usr/bin/ssh -R --delete-excluded -vvvvv
--exclude=/usr/local/src/README root@127.0.0.1:/usr/local/src/*
/tmp/localhost/daily.0
add_exclude(/usr/local/src/README,exclude)
cmd=/usr/bin/ssh machine=127.0.0.1 user=root path=/usr/loc...
2003 Feb 22
1
simlinks and options
Greetings.
I wrote a script that make remote backups with rsync. I have 2 main
problems with it
1) I want that the destination directory (on the repository machine)
recreate the backed up file path and it permission (I use -R here )
2) Is there a way to "follow" all the links using -R and -a parameters..??
Currently I am using something like this.
rsync -al --delete