Displaying 20 results from an estimated 100000 matches similar to: "don't create ~ files"
2009 Sep 26
1
rsync finds files to sync which don't exist and then crashes
Hello,
I'm running the following script for backup:
SHORTHOST=`hostname | awk 'BEGIN { FS="." } { print $1 }'`
cd $HOME || exit 1
rsync --ignore-errors --max-size=50m -v --delete --delete-excluded
--log-file=/tmp/backup.log --exclude-from=$HOME/.rsync/exclude \
--timeout=3 -az \
$HOME atticserve:/mnt/store/backup/$SHORTHOST
At some point it tries to sync the following
2008 Jul 31
2
Rsync sending files that haven't been updated.
I have been playing with rsync for several weeks now, and this is the first
time I have encountered this problem. Rsync is including files that haven't
been updated since the last sync. In fact, it's sending every file in the
folder even if it has not been updated. The current options I am using are
-v -rl -e, what is causing this to happen?
--
View this message in context:
2009 Dec 25
0
deletes on recipient server, but don't delete natively created files
rsync --archive --delete --quiet --progress --stats --compress
--rsh=/usr/bin/ssh --exclude ".svn" --exclude ".DS_Store" --exclude "."
--exclude ".." --exclude "thumbs.db" /Users/test/Desktop/Sites/
10.211.55.6:/var/www
I'm running that on osx talking to my ubuntu box. if i delete a file out of
Sites, it deletes it out of www on the remote, as
2005 Jul 22
2
rsync doesn't copy all files
Hi,
I live in Portugal.
I have a Windows 2000 server with file sharing activated in my company.
I have a linux box with a 200Gb disk for backups with rsync.
I make an smbmount to /mnt/w2kbox then I use rsync like this:
rsync -ar /mnt/w2kbox /200gb_disk
The problem is that we use accents and cedillas and those files are not
copied to the backup directory.
Rsync says:
file has vanished:
2007 Dec 03
4
RSYNC
If I try:
rsync -lptgoD -e "ssh -i /root/.ssh/rsync-key" --verbose --exclude="/*.*"
--exclude="*.xml" --include="+ */Tariff/"
192.168.1.1:/home/e-smith/files/ibays/frogs/files/dbs/
rsync lists the correct files, but if I add the destination like this:
rsync -lptgoD -e "ssh -i /root/.ssh/rsync-key" --verbose --exclude="/*.*"
2008 Dec 17
1
Rsync and recursion protection with .svn folders
Dear rsync forum,
I'm writing to you regarding svn rsync problem.
Here is the premise. I am a web developer who needs to use svn.
Unfortunately I cannot install in on the production server. So what I have
done is that I copy the whole website folder from the server via ftp (I have
no other access) to my local machine using lftp.
At this stage I try to use sync the local copy folder with a
2009 Mar 04
3
Sync files not folders non recursively
Hi all,
I am now trying to find a solution to my problem for quite some time. I hope
you can help. What I am trying to do is to simply sync files with a special
suffix to a destination folder. So I dont want to transfer recursively but I
want to delete files from the destination which are not in the source
anymore.
Closest I have gotten is using this command:
/usr/bin/rsync -dnolptgvze --delete
2007 Jul 19
5
files permission and hidden files are not rsync properly
Hi folks,
I have recently installed rsync.2.6.9. on CentOS4.x boxes. That was my
first backup yesterday.
But I notice that some hidden (or dot files) are not copied to the other
host on the network. And group and ownership of the files are changed to
?nobody? while files and folders permission are copied properly. So what
am mission here can anybody shed light please?
Here is the result;
2006 Dec 15
4
_exit_cleanup(code=12, file=token.c, line=419): about to call exit(12)
Hy all,
I'm a new rsync user and my english may be poor.
I try to sync two folders between two machines using ssh and
2.6.9 rsync version on each.
My purpose is to sync only files called "*.lic" in each
subfolders.
On the source machine I want to sync :
/home/dps3/public/Lic/Lic
/home/dps3/public/Lic/Lic2
/home/dps3/public/Lic/Lic3
to
/home/dps3/public/Lic/Lic9
On each
2008 Jul 22
2
Rsync job exiting with error "unexpected tag 3 [sender]"
Hello everyone. I have this issue:
I?m rSyncing three folders from my main server to my backup server. Main is Ubuntu 7.10 64 bit and backup is Ubuntu 6.10 32 bit. Both are Rsync 3.0.2. Please advise me if there any other debug information I should provide.
I get this output:
building file list ... done
Attachments_Redmine.tar.gz
BackupRedmine.sql
calidad/
calidad/DESVIOS QQ 1.2 ADVANTEK
2017 Nov 19
2
Rsync to just upload new/updated files without comparing source/destination
Hi,
I have huge data on my destination system (>5 TB, > 400,000 files, nested
folderss) and i am trying to publish new files from our shared location to
destination system. I am looking forward to use rsync but want it to just
push new/updated files uploaded on shared server to destination. I don't
intent to keep all data to remain in sync on source server and want to
delete the source
2009 Aug 18
2
rsync 3.0.4 under cygwin: problems with --exclude
Hi all,
I'm trying to backup a disk using rsync but I need to exclude some folder.
I'm using rsync 3.0.4 under cygwin on a winxp machine.
The script that I use is:
# ---------------------------------------------------------------- #
SRCDIR=/cygdrive/d
LOGDIR=/cygdrive/f
BCKDIR=/cygdrive/f/Backup
rsync -auv --progress --delete --delete-excluded --log-file=$LOGDIR/`date
+%Y%m%d`.log
2007 Aug 22
1
Rsync will not work with WD network drive!
Hi. I have an Western Digital network drive My Book World Edition 500GB.. I
have installed cwrsync and try to sync a folder on my local machine(Windows
Vista) to my my external network drive ( in the same LAN). The strange thing
is that rsync copies folders and files, but the files seems to be HIDDEN at
the destination. I have tried several versions of rsync and cygwin, and also
several options on
2008 Nov 26
1
Delete source folder?
Hello all,
We're using rsync to move files from a server to a client (an embedded
device, connected over GPRS) using a cron script on the client. To
accomplish this, we use the --delete-source-files option. As I found in the
archives, this doesn't remove any folders. Is there a way to have rsync
remove the folders as well?
As all data flows over the internet, we encrypt it using an SSH
2008 Feb 06
5
DO NOT REPLY [Bug 5246] New: rsync fails to transfer some files
https://bugzilla.samba.org/show_bug.cgi?id=5246
Summary: rsync fails to transfer some files
Product: rsync
Version: 2.6.9
Platform: Other
OS/Version: Mac OS X
Status: NEW
Severity: normal
Priority: P3
Component: core
AssignedTo: wayned@samba.org
ReportedBy: david-bo@dsv.su.se
2009 Mar 19
2
Problem with exclude folders
Hi rsync list!
I have a problem with the exclude-from and include-from options.
I want sync all jpeg files to an external server - exclude HK and texts
folders and jpg inside this folders.
My folder structure are:
/products/ANYNAME/pictures/EU
/products/ANYNAME/pictures/HK
/products/ANYNAME/texts
...
my include-from file:
*/
*.JPG
*.jpg
my exclude-from file:
*/HK/
*/texts
*
my rsync
2009 Jul 23
1
Files with / in their name....
Hi there - I am trying to do a site to site nightly rsync between two boxes
using ssh - all of the setup steps work and everything can talk nicely etc.
However, the users unfortunately have lots of files with / in the filename
(eg 21/08/08.ppt etc.) - when I try and run rsync on the content of these
folders rsync understandably moans about the filenames being invalid (ie it
thinks they are folder
2007 Jun 30
1
Exclude all but include select folders
Hi,
I'm trying to rsync up to some centos repositories, but I only want to
pull down the i386 and i386_64 folders with their RPMs, I've tried
various combinations and include and exclude, and I'm sure that the
below should work, but it doesn't...
SOURCE=rsync://mirror.stanford.edu/mirrors/centos
rsync -avrt $SOURCE --include=i386/ --include=*/ --exclude=*
/var/www/html/centos/
2012 Mar 20
4
Batch mode creates huge diffs, bug(s)?
So the short summary of my problem is, the batch file rsync creates is HUGE
for a very small change. The idea is to create workstation image with
partimage, update it with some software and send the image update diff over
the wire to a large number of destinations over a satellite link, but the
batch file updates are several orders of magnitude too large. I don't know
exactly how partimage
2015 Jan 07
3
rsync splits filenames, creates special characters where none are, weird permissions
Hello,
I have a quite unusual encoding problem (?).
I call rsync with the following parameters:
/usr/bin/rsync -a --delete --numeric-ids --delete-excluded \
--rsh="/usr/bin/ssh -o StrictHostKeyChecking=no -i \
/etc/rsnapshot_ssh_certs/mykey" \
--link-dest=/data/snapshots/hourly.1/folder/mail/ \
rsyncbackup at server:/var/backups/mail/. \