Displaying 20 results from an estimated 70 matches for "avv".
Did you mean:
avi
2009 Oct 03
2
Exclude directory from --delete
I have the following 3 commands which are supposed to run every night to
back up my web server:
rsync -avve ssh --numeric-ids --delete --ignore-errors
myuser at myisp.com:/usr/home/myuser /Volumes/Downloads
rsync -avve ssh --copy-links --numeric-ids --delete --ignore-errors
myuser at myisp.com:/usr/home/myuser/mail_boxes
/Volumes/Downloads/myuser/mail_boxesBU
rsync -avve ssh --copy-links --numeric-ids -...
2009 Jan 15
2
--compare-dest; I'm missing the boat
I must be seriously misunderstanding the man page coverage of
--compre-dest. My take was that if a file in compare-dest=dir
matches a file in SOURCE/ then it won't be transferred to DEST/.
I tried this test. (d1 has single files and 2 subdir with files)
cp -a d1 d1a
mkdir d2
rsync -avv --compare-dest="./d1a" d1/ d2/
d1a is carbon copy of d1 but still every last file in d1 is copied to
d2.
>From man rsync at the explanation of compare-dest:
. . . . . . . . . . . . . . . . . .If a file is found in DIR
that is identical to the sender's file, the file will NO...
2002 Mar 20
2
include exclude help please.
hi.
I know this is a big topic on the list, please forgive me.
rsync -avv --include "/film/jonah/**/sourceimages/*.tif" --exclude "*" /film /tmp
i'm trying to copy all *.tif 's that are in a */sourceimages/ directory
and that are only under /film/jonah.
i would like to copy the directory tree and tif files to /tmp
i was able to copy ever t...
2005 May 13
2
not deleting from the root
I have a bit of an issue with rsync. I am using to keep directories in
sync via another server for backup.
Here is the server config
[w1]
path = /w1
comment = w1 web dir
[w2]
path = /w2
comment = w2 web dir
Now on the client i run this command
rsync -avv --delete --force domain.com::w1/ /w1/
It will NOT delete anything that is no on the server anymore.. for
example on the server/client there is a /w1/apache/test.txt file if i
remove it on the server it will not be removed from the client.. but
if i run
rsync -avv --delete --force domain.com::w1/...
2011 Oct 14
2
rsync compares all files again and again
...s every time and that takes
long for some hundreds of millions of small files.
Can I tell rsync it should not compare files in a directory if the
directory has not changed, i.e., ctime is the same in source and target?
I.e., when I have a dir x with a subdir y and a file y1 in it, I see:
rsync -avv x z
created directory z
delta-transmission disabled for local transfer or --whole-file
x/
x/y/
x/y/y1
on the first run and
rsync -avv x z
x/y/y1 is uptodate
on every following run. Why does rsync compare y1 again?
I couldn't find a solution in the mailing list or FAQ and when googling.
I f...
2002 Mar 22
3
Anonymous rsync server on LAN
...ncd.conf file
uid = nobody
gid = nobody
use chroot = yes
read only=yes
max connections = 2
log file = /var/log/rsyncd.log
hosts allow = 192.168.123.3
hosts deny = *.*.*.*
[home]
path=/home
[samba]
path=/var/local/samba
But when, on the back-up server 192.168.123.3, I run
rsync -avv -e ssh 192.168.123.4::home/* /home
and
rsync -avv -e ssh 192.168.123.4::samba/* /samba
nothing happens, i.e., the command just returns to the command prompt
with no error messages or anything, and the files don't not update on
192.168.123.3.
If I run
rsync -avv -e ssh 192.168.123.4:/h...
2004 Jul 06
4
not updating changed local files
rsync version 2.4.6 protocol version 24
gin@rhysling:~> rsync -avv ~/share/cvs-xemacs-head/XEmacs/xemacsweb ~/share/public_html/xemacsweb
building file list ... done
...
xemacsweb/About/XEmacsServices.content is uptodate
...
gin@rhysling:~> ls -l {~/share/cvs-xemacs-head/XEmacs/xemacsweb,~/share/public_html/xemacsweb}/About/XEmacsServices.content
-rw-r--r--...
2004 Jun 14
1
stalling during delta processing
I have a 29 Gig full backup on a remote server (lets call if fedor) that is called Kbup_1.
I have a 1.3 Gig incremental backup on my local server.
I have rsync 2.6.2 on both servers. Both are RedHat Linux 9.1 on i-686 hardware platforms.
I issue the command "time rsync -avv --rsh=rsh --stats /test/Kibbutz/Kbup_1 fedor://test/Kibbutz". The synch takes ~5 minutes of real time and about ~2 minutes of user time and it finds 1087632 bytes of match data.
I copy the 29 Gig full backup back into fedor//test/Kibbutz and issue the command "time rsync -avv --rsh=rsh -...
2017 May 26
2
Another mail_crypt question: figure out to password secure using mysql
Hello Community,
(sorry to be more busy, hence more running questions in parallel :) )
As mentioned in another post, I am testing mail_crypt plugin.
I was wondering how to really secure the process sothat even the admin
cannot have any access to the other users mail content.
My current config is simple:
- using per-folder keys (hence the per-user spaces are preserved)
- put the
2001 Oct 22
4
Using rsync to mirror a hard drive.
....
Called by a cron job that starts at 2:00am. I also want to build a
list of changed files to make into a tarball that gets copied to
a remote machine where it gets backed up to tape ( for which I was
told --dryrun would be used).
4) The basic idea as I understand it is to issue a command:
rsync -avv / /mirror.
5) I need to know if rsync fails. It is useless to me if it fails
and then fails to notify me. The man pages fail to totally describe
return values, but I assume that they do describe success/failure.
So I wrote a script to test this out.
#!/bin/sh
export res=$(rsync -avv / /mirror)
e...
2010 Oct 23
2
How to escape "()" characters in commad
I have the following command:
/usr/local/bin/rsync -avv 'Jeffrey?s iPhone (Root)'/ 'Macintosh
HD'/Users/jeffrey/Downloads/iphone_backup
Unfortunately, it's barking when it hits the "(".
-bash: syntax error near unexpected token `('
How can I escape this?
Thanks.
--
View this message in context: http://samba.2283...
2002 Jan 31
0
[ANNOUNCE] problems with recent ULOG patch and old ulogd
--/aVve/J9H4Wl5yVO
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
Hi Everybody!
I had to change the ulog.patch in recent patch-o-matic to use a different
netlink family (it's now 5 instead of 4).
This means, you will have to recomp...
2003 Jun 05
0
[ANNOUNCE] rh7.3 / rh9 / cl9 RPMS of iptables-1.2.8 and ulogd-1.0.0
--/aVve/J9H4Wl5yVO
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
Hi!
I've finally managed to install a RedHat 7.3, RedHat 9 and Conectiva 9
on one of my development boxes. This provided the opportunity to build
some 'official&...
2003 Apr 19
2
rsync: read error: Connection reset by peer
Getting the following error:
% rsync -avv --temp-dir=/var/tmp/ --exclude-from=../kde-redhat-exclude --delete --delete-excluded rsync://apt.unl.edu/apt/7.3/ 7.3/
rsync: read error: Connection reset by peer
rsync error: error in rsync protocol data stream (code 12) at io.c(177)
rsync: connection unexpectedly closed (56109 bytes read so fa...
2005 Mar 21
1
exclude problem
...iguration things. I'm trying to start small by mirroring a
directory first and then later I will just specify "/". I'm running rsync on
the destination so that my rsync configuration is on that box but may be I
should switch it?
Here is the command line I'm using.
rsync -avv -n --delete --exclude-from=sys_dont_replicate.list -e ssh
root@patron:/etc/ /etc
here is some sample output
=====================
opening connection using ssh -l root patron rsync --server --sender
-vvnlogDtpr
--delete . /etc/
receiving file list ...
expand file_list to 4000 bytes, did move
expa...
2014 Feb 14
2
problem with rsync-daemon via ssh
I'm trying to transfer something to another machine launching a
once-only "daemon" through ssh with this command:
rsync -avv -e "ssh -l user" ./orig/ machine::module/
where "module" is the name of a file in the home dir of user with the
following:
path = /path/to/home/transfer
The ssh connection works without passphrase. This is the error:
opening connection using: ssh -l user machine rsync --serv...
2007 Dec 28
1
Odd behavior with --detect-renamed
...work.
Here I've moved 'file' into a newly created directory 'dir2', which isn't
available on the target-side.
> $ find src
> src
> src/dir1
> src/dir1/dir2
> src/dir1/dir2/file
>
> $ find dst
> dst
> dst/dir1
> dst/dir1/file
>
> $ rsync -avv --detect-renamed -e ssh src/dir1 localhost:dst
> [...]
> total: matches=0 hash_hits=0 false_alarms=0 data=4544512
The file isn't detected as a rename.
If I create 'dir2' manually on the target-side, it is detected correctly:
> $ find src
> src
> src/dir1
> src/dir...
2003 Aug 22
1
rsync daemon and secrets file
...--------------------
drwxr-xr-x 3 rsync1 rsync1 4096 Jul 10 12:16 rsync_test
drwxr-xr-x 3 root root 4096 Aug 22 08:44 rsync_test_secret
With those settings, a client logged on to a different
machine in the same network, as user "test", connecting with
rsync -avv my.rsync_server.com::test-secret/one_secret /tmp/rsync_test_secret
gets the 'password:' prompt, and then after entering
password 'another_pw', gets this error:
@ERROR: auth failed on module test-secret
and the /var/log/rsync log gets this error:
2003/08/22 09:11:08 [3377] au...
2017 May 26
0
Another mail_crypt question: figure out to password secure using mysql
> On May 26, 2017 at 5:13 PM "dovecot at avv.solutions" <dovecot at avv.solutions> wrote:
>
>
> Hello Community,
>
> (sorry to be more busy, hence more running questions in parallel :) )
>
> As mentioned in another post, I am testing mail_crypt plugin.
>
> I was wondering how to really secure the pro...
2005 Sep 22
2
Return value ???
....
Note that we "rename" the file to file2 in the destination directory.
We just type:
> rsync -a file server:dir_without_permisions/file2
> echo $?
> 0
And then
> rsync -av file server:dir_without_permisions/file2
> echo $?
> 0
But when we type
> rsync -avv file server:dir_without_permisions/file2
> echo $?
> 23
Does someone get the same behavior??
Thanks
Judith