Displaying 20 results from an estimated 2000 matches similar to: "/usr/bin/ssh not found when rsync is executed within rsnapshot"
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
2015 Mar 17
6
rsync 3.0.9 segmentation fault
Hi,
I am experiencing segfaults when transferring files via rsync though sudo.
Setup:
- Backupserver initiates the rsync command with --delete -vvv
--no-inc-recursive --numeric-ids --delete-excluded --relative
--rsync-path=/home/backupuser/rsync-wrapper.sh
- rsync-wrapper.sh (on the client) contains /usr/bin/sudo /usr/bin/rsync
"$@";
- user "backupuser" has sudo access to the
2011 Jan 18
1
Disk image with rsync/rsnapshot
I want to make a full disk image backup of my disk with rsnapshot/rsync that I can restore on a new disk.
Part of my /etc/rsnapshot.conf looks like follows:
exclude /proc
exclude lost+found
exclude /media
exclude /sys
exclude /dev
exclude /tmp
exclude /dev
backup / localhost/
My questions are ... can I use the backup and copy everything from localhost/hourly.0 ---> / of
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,
2015 Mar 27
1
rsync 3.0.9 segmentation fault
Hi Roland,
Thanks for the reply. Memory usage on both machines seem fine. The server
has 4GB's of RAM, of which about 3GB is used during the file list build and
about 1.5GB is used during the actual transfer. The client has 16GB of RAM
with a peak usage of 8.5GB.
I just tried three transfers in a row and it consistently breaks at a
certain point, after which I get the "ERROR: out of
2015 Mar 27
0
rsync 3.0.9 segmentation fault
Yes, I removed "--no-inc-recursive", without success.
--
Best regards / Met vriendelijke groet,
Aron Rotteveel
2015-03-27 12:24 GMT+01:00 Kevin Korb <kmk at sanitarium.net>:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Have you tried removing --no-inc-recursive yet?
>
> On 03/27/2015 07:19 AM, Aron Rotteveel wrote:
> > Hi Roland,
> >
>
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 \
2008 Apr 24
3
DO NOT REPLY [Bug 5413] New: rsnapshot looses connection
https://bugzilla.samba.org/show_bug.cgi?id=5413
Summary: rsnapshot looses connection
Product: rsync
Version: 3.0.3
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P3
Component: core
AssignedTo: wayned@samba.org
ReportedBy: abc2006@gmx.de
QAContact:
2006 Apr 27
3
Permissions causing full backups?
I am using rsync/rsnapshot on Windows XP (via cygwin) to backup to a mapped
share (/u) on a Linux server. I’m hoping to get this to work so that I
don’t have to open an XP share to the network for Linux “pull” backups.
My current setup doesn’t seem to give me incremental backups. See the “du”
output…
$ /usr/bin/du -csh /cygdrive/u/docs_bkup/daily.0/
/cygdrive/u/docs_bkup/daily.1/
2019 Aug 09
4
rsnapshots/rsync 2 shares
Slightly OT maybe:
at a customer we run the main data share on the samba file server
(access defined via Windows ACLs) ... so far no surprise ;-)
then we let a 2nd server pull snapshots via rsnapshot (you know:
https://rsnapshot.org/) and provide the resulting tree of snapshots via
samba again: read-only, only for some admin users
So far OK, runs for years (although it gets slower, other topic)
2008 Jan 09
1
rsnapshot page and wiki format converter
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi guys,
I noticed you have a backup section on the wiki. I wrote a quick guide
to installing and and using rsnapshot on CentOS 5.1. If interested,
check it out here on my website. If you'd create a page, I'd be more
than happy to post it.
<http://www.maxsworld.org/index.php/how-tos/rsnapshot-backups>
This leads me to the next
2015 Apr 13
4
How to discern when like dir names exist in 2 places
Hi,
On Mon, 13 Apr 2015 12:59:07 -0400 Kevin Korb wrote:
> Hmmm, according to my interpretation of the man page (I am on 3.1.1)
> that is supposed to work however when I test using the "-/
> /etc/passwd" example the / seems to have the same effect as commenting
> the line. I get /etc/passwd copied whether the source is / or /etc.
I guess that this -/ syntax is not usable
2012 Nov 29
2
rsync using huge traffic
Hey,
I'm using rsync to backup my server but there is a problem because
rsync is using very huge amounts traffic. But first to the setup. The
server I backup has 4GB of data and I use the following command to
backup this data. /usr/bin/rsync -aze 'ssh -i /root/.ssh/backup.key -l
backupuser' --rsync-path='sudo rsync' --delete --exclude-from=ex.list
$SRC $TRG
The problem is
2019 Aug 09
1
rsnapshots/rsync 2 shares
Am 09.08.19 um 10:29 schrieb Rowland penny via samba:
> On 09/08/2019 09:10, Stefan G. Weichinger via samba wrote:
>> Am 09.08.19 um 09:48 schrieb Rowland penny via samba:
>>
>>>> And I wonder if "--numeric-ids" is good in this case.
>>>>
>>>> hints welcome
>>>>
>>> Are you using the winbind 'ad' backend on
2015 Apr 14
0
How to discern when like dir names exist in 2 places
Francis.Montagnac at inria.fr writes:
> Hi,
>
> On Mon, 13 Apr 2015 12:59:07 -0400 Kevin Korb wrote:
>> Hmmm, according to my interpretation of the man page (I am on 3.1.1)
>> that is supposed to work however when I test using the "-/
>> /etc/passwd" example the / seems to have the same effect as commenting
>> the line. I get /etc/passwd copied whether
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
2008 Jan 18
2
preserving Mac OS X metadata in rsync backups and restores
Hello all,
I'm new to the list, but have done quite a bit of researching before
regarding the support of Mac OS X specific features (resource forks,
extended attributes, ACLs, file creation & modification date).
By reading the archives, I get the impression that the current
version of rsync 3.0.0pre8 is quite far in this respect. At least it
sounds so, and I thank the developers
2005 Oct 03
1
rsyncd: having each log file for each module
Hi,
I am using rsyncd server. I have the configuration in
/etc/rsyncd.conf. I have included each modules section for each client.I
want to have the log files of all activity in separate files for each
client instead of in the global log file.Can sombody help me.
/etc/rsyncd.conf
=============================
#### rsyncd.conf file ####
uid = backup
gid = backup
#pid file =
2012 Jun 12
4
rsync takes long pauses in xfer ?
Hey folks,
I did some googling on this but did not come up with much. I'm using
rsnapshot which uses rsync, and I notice some pretty long pauses in
the xfers as you can see on this graph from "munin". THe machine in
question right at the moment is doing nothing but rsyncing (
rsnapshoting ) some 12T of NAS storage to local disk, so there is
nothing else going on at all.
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