similar to: Rsync does not delete

Displaying 20 results from an estimated 6000 matches similar to: "Rsync does not delete"

2014 Feb 10
2
/usr/bin/ssh not found when rsync is executed within rsnapshot
Hello, yesterday i posted this issue on snapshot-discuss at listsourceforge.net (subject: wondering why backup wont start), but after reading the FAQ and searching the bugzilla DB i thought it could help to post here as well. i have a problem. But let me first describe my setup. i followed this howto: http://dev.kprod.net/?q=linux-backup-rsnapshot-no-root Now there is a backup server rpi-home
2014 Feb 15
2
rsync filter rules ignored by rsnapshot
Hello guys, sorry for cross-posting, but imho it could be an error in my rsnapshot setup as well as in my rsync setup. If there is a solution on one of these mailing-lists i will post it to the other one as well. ok? here is my question: when running rsnapshot, my exclude filter is being ignored, but i don't see why. grep -v "#" /etc/rsnapshot-debx40.conf | grep . gives
2011 Jun 06
3
rsync and many files
Hello together, I have a question about using rsync with many files. We are using rsync via rsnapshot, but this is not elementary. It is used to backup many (above 100 servers) and works very well. Now there is one server with many (several millions) files. The files are not very big, so the complete backup is about 500 GB. Now my problem is, that the backup needs about 14 hours - the most time
2005 Sep 27
1
How to backing up ACL's on remote server ?
Hi List, I'm currently backing up a number of samba servers onto a remote server using a perl script called rsnapshot which utilises rsync. Over the last few i've started using posix ACL's on my samba server and now I would like to be able to back up these ACLS's. All of my servers are have their filesystems (ext3) mounted with ACL support and i am using the following version
2008 May 22
1
rsync, OpenSolaris, & Mac Attributes?
I've been trying to set up an OpenSolaris-based ZFS NAS server, with one of its functions being a backup server for my Mac-based network. I'm using rsync 3.0.3 pre2 on my Macs with some extended attribute patches, but have been running into some compatibility problems when rsyncing via SSH from a Mac to the Solaris server (I'm not running daemon mode on the server, but rsync 3.0.3 pre2
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 \
2013 Aug 24
2
Potential incompatibilities between '--delete' and --copy-unsafe-symlinks' ???
Hi, New to this list, but long-time (appreciative) user of rsync. Grateful for any help with my problem here... In particular, I've been having long-standing issues (just now getting around to trying to resolve them) when I use rsync with '--copy-unsafe-links' alongside the '--delete' parameter. If I use either of these two parameters in isolation (along with other shared
2018 Feb 18
0
[PATCH 5/7] vga_switcheroo: Use device link for HDA controller
Back in 2013, runtime PM for GPUs with integrated HDA controller was introduced with commits 0d69704ae348 ("gpu/vga_switcheroo: add driver control power feature. (v3)") and 246efa4a072f ("snd/hda: add runtime suspend/resume on optimus support (v4)"). Briefly, the idea was that the HDA controller is forced on and off in unison with the GPU. The original code is mostly still in
2001 May 17
5
AIX SSH 2.x ssh and /etc/ftpusers rcp rlogin WRONG !
IF ssh is a replacement for rlogin,rsh etc I can accept it respecting rlogin=false as rlogin does and rsh does not, however scp is a replacement for rcp, and rcp does NOT use rlogin attribute, so the implementation is NOT standard as scp fails if rlogin=false, but rcp succeeds, as documented. thanks mark
2016 May 11
0
iconv problem with rsync
I am having a problem using rsync 3.1.2 to backup a remote linux machine to local OSX machine. It works fine, but one large directory full of files has a lot of files with foreign characters in the filenames and this blows up rsync. I tried to use: —iconv=utf-8-mac,utf-8 But still it gets to certain files…and I can’t even see which file is causing the problem, because rsync blows up
2018 Feb 20
2
[PATCH 5/7] vga_switcheroo: Use device link for HDA controller
On Sun, Feb 18, 2018 at 09:38:32AM +0100, Lukas Wunner wrote: > Back in 2013, runtime PM for GPUs with integrated HDA controller was > introduced with commits 0d69704ae348 ("gpu/vga_switcheroo: add driver > control power feature. (v3)") and 246efa4a072f ("snd/hda: add runtime > suspend/resume on optimus support (v4)"). > > Briefly, the idea was that the HDA
2009 Feb 18
0
What's happening now here?
Hello list. I'm doing nightly syncs over SSH with rsnapshot, and now rsync gives me strange errors, like: rsync: failed to connect to localhost: Connection refused (111) rsync error: error in socket IO (code 10) at clientserver.c(122) [receiver=3.0.3] ------------------------------------------------------------------------ ---- rsnapshot encountered an error! The program was invoked with
2009 Feb 10
0
rsync on Debian Lenny exit codes
Hello list. I'm posting here although I'm actually running rsync from within rsnapshot, but the problem is really rsync-related. I've set up remote backups: remote client to backup from is Windows Server 2003 with sshd and rsyncd running, local server is Debian Linux (Lenny) with rsnapshot configured to use an ssh tunnel. My command line is this one: ssh -f
2007 Oct 26
2
rsync bug with --relative and --delete fixed in CentOS5?
Yohoo! I'm using rsnapshot-1.3.0-1.el5.rf (from DAG) and rsync-2.6.9-1.el5.rf (from CentOS5) together. Rsnapshot now starts every task with the "--relative" switch. Without this switch it will backup all subsequent folders (like /proc and so on) which isn't desired. So I can't omit the "--relative". But there was a bug for rsync prior to 2.6.9 that it won't
2012 Jul 20
0
Gluster peers disconnecting
Dear Gluster, I'm running Gluster 3.3 on a four host setup. (Two bricks per host.) I'm attempting to use this as an rsnapshot backup system. Periodically, the rsync's seem to fail, and I think this is due to underlying gluster failures. I notice this in /var/log/messages: # Jul 19 23:47:15 annex1 GlusterFS[26815]: [2012-07-19 23:47:15.424909] C
2015 Nov 10
0
Rsync and differential Backups
Alessandro Baggi <alessandro.baggi at gmail.com> wrote: > how to perform a differential backup using rsync? > > On web there is a great confusion about diff backup concept when > searched with rsync. I think the answer to this question is Rsnapshot, which is an old and well proven tool: http://rsnapshot.org/. To quote the homepage: > rsnapshot is a filesystem snapshot
2019 Oct 28
1
NFS shutdown issue
Hi all, I have an odd interaction on a CentOS 7 file server. The basic setup is a minimal 7.x install. I have 4 internal drives (/dev/sd[a-d]) configured in a RAID5 and mounted locally on /data. This is exported via NFS to ~12 workstations which use the exported file systems for /home. I have an external drive connected via USB (/dev/sde) and mounted on /rsnapshot. I use rsnapshot to back up
2005 May 27
2
Possible bug not deleting files
I am using rsnapshot <http://www.rsnapshot.org/> to make snapshots of my filesystem. rsnapshot uses rsync to do all the heavy lifting. I was recently browsing my snapshots and discovered that none of the excluded files or files deleted in the source are getting deleted from the snapshot. rsnapshot calls rsync like this: /usr/bin/rsync -a --delete --numeric-ids --relative --delete-excluded
2007 Jan 17
1
rsnapshot
Hi I got rsnapshot working, but I am still unclear about a few things. Say I have intervals daily 7 weekly 4 monthly 12 so running "rsnapshot daily" for seven days will create files daily.0, daily.1, daily.2, daily3, daily.4, daily.5, daily.6 If at the end of the week I do "rsnapshot weekly", then daily.6 gets moved to weekly.0 The next time daily runs, 5 will move to 6,
2006 Jan 30
7
DO NOT REPLY [Bug 3465] New: --files-from does not --delete
https://bugzilla.samba.org/show_bug.cgi?id=3465 Summary: --files-from does not --delete Product: rsync Version: 2.6.6 Platform: Other OS/Version: AIX Status: NEW Severity: normal Priority: P3 Component: core AssignedTo: wayned@samba.org ReportedBy: michael.w.grenier@lmco.com