Displaying 20 results from an estimated 1000 matches similar to: "the meaning of "receiving file list""
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
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
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 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
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 \
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
2010 Apr 01
3
reading excel into R
Dear all,
I am new R user and I am sure that this question has been asked quite often
and I have also googled it and read about it! I understood that in order to
read excel sheet into R you need to open it and saved it as csv or text, is
this true? or you can use read.delim2 and read.csv2 to do this without the
following error
> dat <- read.csv2(file="C:\\Dokumente und
2012 Feb 16
5
Puppet on Windows
Hi,
I want to run Puppet on a Windows 2003 Server. I already have a
working Puppetmaster (Scientific Linux).
I installed Puppet on Windows like shown here:
http://projects.puppetlabs.com/projects/1/wiki/Puppet_Windows
This worked very well.
But when I want to run puppet.
puppet agent --test --debug
I get the following output: (I already tried different ruby and puppet
versions without
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
2009 Feb 03
1
how to crypt hard linked backups?
Moin,
I wrote a backup script, that use rsync and its hardlink features. Now I want
to implement a new feature to my script: crypt the backuped files. But I
wonder how this can be done? Because rsync check if the source file is
different from the target file. But the target file will be allways different
if it is crypt; right?
Any idea?
Thanks
--
|Michael Renner E-mail:
2010 Aug 25
2
how to overwrite DLLs?
Moin,
I can define the load order for specific applications using winecfg. But what
is the propper way to copy these DLLs from a 'real' windows box? Just
owerwrite the wine-ddl in windows/system32/ ? But isn't this the 'build in'
DLL, that should be used for applications with load order 'Build in'?
Sorry I am confused.
--
|Michael Renner E-mail:
2009 Feb 10
2
Problem installing MASS-Package
Dear R-Help-Team,
I tried to use isoMDS-Function of the MASS-Package:
Message:
Fehler: konnte Funktion "isoMDS" nicht finden
(error: could not find function "isoMDS")
so I tried to install the package MASS:
> utils:::menuInstallPkgs()
versuche URL 'http://cran.rakanu.com/bin/windows/contrib/2.8/VR_7.2-45.zip'
Content type 'application/zip' length 1598763
2003 Jan 30
1
not enough charcters available in %J or confusing blanks?
Hi,
I try to create PDF files with an modified script from Buchan Milne and
have some problems with the Jobname var %J.
Because it is better for the users to find an file with an similar name
as the original document I'm looking for a way to read out %J, cut some
unnessasary stuff and use the rest as new file name. The problem is:
In %J in some circumstances is not the complete Jobname as
2002 Jun 07
1
Roaming profiles - outlook / outlook express is not replicated ?
PDC : RedHat 7.2 // Samba 2.2.4 RedHat rpm
Clients : W2K SP1
Does anybody know, why the outlook (*.pst) / outlook express
data files -
for example :
C:\Dokumente und Einstellungen\JohnDoe\Lokale Einstellungen\Anwendungsdaten\
Identities\{ABDFF293-7EDA-4C66-B025-30D9E13A611E}\Microsoft\Outlook
Express\*.dbx
- are not replicated ?
User John Doe can send mail from different workstations, that
2010 Oct 26
1
rsync: failed to set permissions on "<filename>": Function not implemented (38)
Hi there,
I am trying to figure out how I can get my rsync client and server to
coexist better. I am running into the following error:
rsync: failed to set permissions on "<filename>": Function not
implemented (38)
and the command line is
/usr/bin/rsync --recursive --compress --human-readable --progress
--update --perms -avz '/Applications' -e 'ssh -p 22
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 Aug 16
1
Does rsync use encription also for local tranfers?
Hy everybody,
I'm using rsync to backup/synchronize folders to/from USB connected external hard drives.
But I can't find an answer to a doubt.
Does rsync use encription also for local tranfers?
For "local transfer" I mean a transfer that doesn't go through a network like
folders synchronization with external hard drives.
I'm asking because the speed of local transfers
2010 Sep 09
2
is a "- *.ext" filter overriden by a later "+ *.ext"
Hi,
In our backup script we sometimes would like to override the common
(i.e: static) excludes filter list. For example we exclude "- *.ext" for
all backups but would like to include "+ *.ext" only for 'local'
backups.
Are such entries supposed to cancel each other? How can one override an
earlier exclude in a filter list?
Thanks,
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: