search for: steve53

Displaying 20 results from an estimated 37 matches for "steve53".

2016 Jun 09
4
rsync keeps writing files over
...552 2016/05/27 14:00:57 BWAG_R2_00130798.dpx <dest> -rwxrwxrwx 24,839,552 2016/05/27 14:00:57 BWAG_R2_00130798.dpx I¹m running version 3.1.2 protocol 31. Thanks, Blake On 6/2/16, 7:26 PM, "rsync on behalf of Steven Levine" <rsync-bounces at lists.samba.org on behalf of steve53 at earthlink.net> wrote: >In <D3762D63.17A7%mcdowellh at si.edu>, on 06/02/16 > at 10:42 PM, "McDowell, Blake" <McDowellH at si.edu> said: > >Hi Blake, > >>The storage is just an regular HDD in a mac pro tower. I can t imagine >>why it wouldn t...
2011 Sep 16
2
Cannot get the syntax of --include-from right
Here is part of my backup script: nice -n 15 rsync -avl --exclude=".*" \ --include-from="/home/bob/backup_includes" \ "$fromdir" "$todir" Here is the content of /home/bob/backup_includes /home/bob/.vimrc /home/bob/.gitconfig My problem is that neither the .vimrc nor .gitconfig are copied to the backup directory. I have read the man page about
2008 Apr 17
3
DO NOT REPLY [Bug 5401] New: getpassf() should honor strict modes
...getpassf() should honor strict modes Product: rsync Version: 3.0.3 Platform: All OS/Version: OS/2 Status: NEW Severity: enhancement Priority: P3 Component: core AssignedTo: wayned@samba.org ReportedBy: steve53@earthlink.net QAContact: rsync-qa@samba.org Porting to platforms without true stat() support would be simpler if getpassf() (authentic.c) honored the strict modes option. The code would be similar to the existing code in get_secret(). -- Configure bugmail: https://bugzilla.samba.org/...
2010 Oct 22
3
include-from or files-from
Hello List, i have got a large File-List which looks like this: ...snip... 165/165950*.jpg 166/166072*.jpg ...snap.... Now i would like to transfer only those file from that list. The rsync command: rsync -avz -F --files-from=/tmp/synclist-small.txt /mnt/ /data/ does not seem to work due to that wildcard. The command: rsync -avz -F --include-from=/tmp/synclist-small.txt /mnt/ /data/ syncs
2012 Jul 27
7
cannot rsync when source directory lacks write permission
I seem to be running into a problem where I am trying to rsync from a source directory that lacks write permissions (i.e. r-xr-xr-x). Presumably this is because rsync creates the directory on the destination, then sets the permissions to match the source and then tries to sync the contents of the directory, which it cannot of course lacking write permission in the directory. Is there a way to
2008 Dec 16
2
DO NOT REPLY [Bug 5974] New: configure --help does not document xattr support properly
...xattr support properly Product: rsync Version: 3.0.4 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P3 Component: core AssignedTo: wayned@samba.org ReportedBy: steve53@earthlink.net QAContact: rsync-qa@samba.org configure --help documents --disable-xattr-support, but the code supports only -enable-xattr-support -- Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA...
2012 Apr 04
2
Using rsync to synchronize
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hello, I have been using rsync to backup our primary data stores. It works fine. Here are the options I use for doing that: rsync --recursive --links --times --dirs --stats --delete \ --itemize-changes --quiet --exclude-from=exclude-filename \ /data-store1/ /data-store2/ Recently I have had the need to actually synchronize the files between
2016 Jun 09
0
rsync keeps writing files over
...gt; > -rwxrwxrwx 24,839,552 2016/05/27 14:00:57 BWAG_R2_00130798.dpx > > I¹m running version 3.1.2 protocol 31. > > > Thanks, > Blake > > > On 6/2/16, 7:26 PM, "rsync on behalf of Steven Levine" > <rsync-bounces at lists.samba.org on behalf of steve53 at earthlink.net> wrote: > >> In <D3762D63.17A7%mcdowellh at si.edu>, on 06/02/16 >> at 10:42 PM, "McDowell, Blake" <McDowellH at si.edu> said: >> >> Hi Blake, >> >>> The storage is just an regular HDD in a mac pro tower. I can t...
2009 Jul 17
2
Rsnapshot/rsync buffer overflow
I have been using rsnapshot on OS X for a bit now to backup my debian home server to my external HD but have now started getting this error. Shiny:rsync-3.0.6 kurt$ sudo rsnapshot sync /usr/bin/rsync -a --delete --numeric-ids --relative --delete-excluded \ --exclude=mtab --exclude=core --rsh="/usr/bin/ssh -i \ /Users/kurt/.ssh/id_rsa" root at home.thisisnotajoke.com:/home \
2016 Jun 05
4
Deletion of destination files
Hi to all rsync users. rsync's `--delete' option works fine in the following example: I'm sending all the content of /home/rodolfo from machine1 to /home/rodolfo in machine2: $ rsync --dry-run -vrtul --delete --exclude='/.*' . 192.168.0.2:/home/rodolfo , and --delete works perfectly. Instead, in this other example: $ rsync --dry-run -vrt --delete --modify-window=1 file1
2010 Dec 10
4
Very surprising behaviour with --files-from
$ wc -l /tmp/list 1000 /tmp/list $ rsync -i -aPv --ignore-existing --files-from=/tmp/list /backups/ ut00-s00010:/backups/ building file list ... 3937 files to consider I am totally baffled. That's not such a big deal, but the list I'm *actually* using has twenty *million* files in it. At a couple hundred files a second, if it's going to check 4 times the number of files, that's
2011 Nov 26
0
rsync Digest, Vol 107, Issue 24
...75793d1a1b5c3502b57**b5 ? >> > > Sorry, no luck. I also tried to see whether it still appeared under any > outdated Sourceforge mirrors, but no dice. > > -- > Best, > Ben > > > > ---------- Forwarded message ---------- > From: "Steven Levine" <steve53 at earthlink.net> > To: rsync at lists.samba.org > Date: Fri, 25 Nov 2011 15:50:21 -0800 > Subject: Re: cwRsync got killed... > In <alpine.LNX.2.01.1111251354300.14380 at hp.internal>, on 11/25/11 > at 02:29 PM, "Benjamin R. Haskell" <rsync at benizi.com> s...
2010 Nov 20
4
How to sync an exact list of files, Including deletes!?
Hello, I'm author of Lsyncd - the live syncing deamon - http://code.google.com/p/lsyncd/ - a daemon that uses Linux` inotify to watch for filesystem changes - aggregates them for a few seconds and then periodically calls rsync to transfer the changes to target(s). Version 1 was simply aware of directories only, and it called rsync once with --delete -d for every directory in which anything
2016 Jun 23
3
Operation not supported (95)
On Thu, Jun 23, 2016 at 04:27:10PM -0400, Kevin Korb wrote: > If the filesystem doesn't support ACLs then don't use -A. > I did some search about this error before asking this question, and in other case unsupported ACLs were indeed the cause. But btrfs supports ACLs: [root at kw al]# getfacl /mnt/backup/rootdir/var/log/journal/remote getfacl: Removing leading '/' from
2015 Apr 18
2
On the case `an identical item replaces the dots with spaces' for `--itemize-changes'.
Hi all, The `--itemize-changes' has the following notes within the manual: The other letters in the string above are the actual letters that will be output if the associated attribute for the item is being updated or a "." for no change. Three exceptions to this are: (1) a newly created item replaces each letter with a "+",
2016 Mar 31
0
rsync with overlay tree
...Then you can run the second rsync without the --ignore-times, which may result in faster overall throughput. FWIW, I think you will find the -hi output more useful than the -v output. Steven -- ---------------------------------------------------------------------- "Steven Levine" <steve53 at earthlink.net> Warp/DIY/BlueLion etc. www.scoug.com www.arcanoae.com www.warpcave.com ----------------------------------------------------------------------
2016 Jun 05
0
Deletion of destination files
On Sun, Jun 5, 2016 at 6:39 AM, Steven Levine <steve53 at earthlink.net> wrote: > > $ rsync --dry-run -vrt --delete --modify-window=1 file1 file2 file3 ... > >/mnt/pendrive/rodolfo > > >not happen. In rsync `man' page I can't find a solution. > >From the man page's description of --delete: This tells rsync...
2016 Jun 02
0
rsync keeps writing files over
...sync /path-to-foo where path-to-foo is a directory or file. This will list the file timestamps as rsync interprets them. BTW, what version of rsync are you running? It might matter. Steven -- ---------------------------------------------------------------------- "Steven Levine" <steve53 at earthlink.net> Warp/DIY/BlueLion etc. www.scoug.com www.arcanoae.com www.warpcave.com ----------------------------------------------------------------------
2009 Aug 02
1
log information .d..t... etc
Hi there all, I sincerely hope I'm posting this message in the correct space? I'm fairly new to rsync (And Linux for that matter) BUT after exploring rsync quite exstensively I can't seem to find the information I'm looking for. In short I need to know what the logging displayed relates to? For example: 2009/08/02 11:38:58 [5596] .d..t...... music00/ 2009/08/02 11:39:01 [5595]
2010 May 01
1
the meaning of "receiving file list"
Moin, where can I find an explanation for all these codes in the verbose output: cd..t...... root/ >f..t...... root/.Xauthority >f.st...... root/Dokumente und Einstellungen/test2.txt >f+++++++++ test.txt cd+++++++++ global/foo and so on. Thanks -- |Michael Renner E-mail: michael.renner at gmx.de | |D-81541 Munich Germany ICQ: #112280325 | |Germany