Displaying 20 results from an estimated 4000 matches similar to: "Possible bug that deletes all data in cwd except dst"
2024 Oct 29
0
Possible bug that deletes all data in cwd except dst
Hello,
Came across the following "sudo rsync -avh src/ dst --delete --exclude --exclude ." this will apparently delete everything in the current dir except for the dst dir, is this a bug?
rsync version 3.2.7 protocol version 31
Best regards
Mark
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2002 May 29
1
annoying authentication failure problem: sambatest[ho stname]
Hi Toni,
This error is the result of a test that samba does in the module
"server_validate", (in password.c) to check the password server for a bug
where NT 4 (some versions) would not correctly set the guest bit.
There is currently no smb.conf parameter to allow you to control this
behavior, so to change it , you would need to actually hack the password.c
module to disable it.
Not
2010 Jun 04
2
Backup to NTFS USB drive --compare-dest not working
When I'm running "rsync --compare-dest" on a local Linux volume (ext4) it
works as expected (duplicate files not created) however when same commands
with same options are run on NTFS USB drive (in my scenario below mounted to
/share/external/sdt5) all the files are copied regardless if they have been
updated or not. I have spent many hours trying to figure out what could be
wrong and
2014 Apr 09
2
[Bug 10545] New: Rsync first time deletes files, second time it synchronates files with same name
https://bugzilla.samba.org/show_bug.cgi?id=10545
Summary: Rsync first time deletes files, second time it
synchronates files with same name
Product: rsync
Version: 3.0.9
Platform: x64
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P5
Component: core
AssignedTo: wayned
2007 Dec 22
0
another buglet in OSX dtrace? - cwd value
On Solaris 10, dtrace''s cwd yields a full path name:
# dtrace -n ''syscall:::entry { printf("%s", cwd); }''
0 1685 pollsys:entry /
0 1381 write:entry /data/homes/guest/rdm
...
On OSX, it yields just a directory name:
# dtrace -n ''syscall:::entry { printf("%s", cwd); }''
0 17596 read:entry rdm
2019 Apr 17
0
[Bug 13901] New: Empty quotes adds cwd to SRC directories
I brought this up on the list years ago and was told it's a feature, not
a bug.
Even if some other GNU or Linux commands have this "feature", it still
violates the principle of least surprise.
It's also pretty hard to discover because a null argument is literally
invisible.
Joe
On 4/17/19 9:54 AM, just subscribed for rsync-qa from bugzilla via rsync
wrote:
>
2004 Sep 21
2
Asterisk(OS X) & X-Lite
I'm new to Asterisk and have installed it on OS X. I am trying to use
an X-Lite softphone to connect through Asterisk to FreeWorld Dialup and
am not having any luck.
I have looked at several settings pages at voip-info.com but have had
no luck. I am on a school network which I assume has some security but
the particulars are unknown as they are not very helpful. It is
necessary to
2013 Feb 22
1
menu.c32 and changing CWD
Hello Syslinux ML,
According to the documentation, the following command:
COM32 menu.c32 file1.cfg file2.cfg
loads both, file1.cfg and file2.cfg, using menu.c32.
Is there any way to simultaneously load those cfg files AND change
the CWD (similarly as the second argument of the CONFIG directive
does) while still using the "COM32 menu.c32" command?
TIA,
Ady.
2006 Apr 13
1
Setting CWD to be RAILS_ROOT for fastcgi/Apache
All,
So I''ve discovered that when running on FastCGI with Apache and the
working directory for the process is actually the "public" directory
under RAILS_ROOT.
Is there a way to force the current working directory to be RAILS_ROOT
for the FastCGI procs so that file manipulation would then be done
relative to RAILS_ROOT?
Or should I just make sure that all of my paths are
2003 Jul 08
1
rcmd and directories (cwd; tmpdir) (PR#3429)
Hi,
rcmd requires a temporary directory identified by the value of the
environment variable "TMPDIR". Unfortunately, if the directory name has a
space in it, rcmd errors out. For example, the standard temporary file
"TMP" for xp is like:
c:\documents and settings\r_user\local settings\temp
If TMPDIR is defined via the Windows/XP "standard" way, i.e.,
set
2024 Feb 21
0
Network issue
Hi Stephen,
Thanks again for getting back to me, Ivan Krylov responded also and suggested windows binaries and I must confess I was only familiar with installing from files via the package sources (apart from the conventional install.packages method), so the solution was as simple as installing via the binaries. Thanks again, best wishes, James
From: stephen sefick <ssefick at gmail.com>
2011 May 19
3
How to stop mail_executable from cwd to ~home
In our environment home directories are auto-mounted via /home/<user>
including on the server provided mail.
Within the various mail services though we try to isolate
and override with local /mail/home/<user>
Works well except that dovecot still wants to cd to the real home
triggering a useless and potentially hindering automount
when it invokes the imap or pop3 process specified by
2005 Jan 21
1
Powell resigns
Breaking News - Powell resigns as FCC Chair
Federal Communications Commission (FCC) Chairman Michael Powell
announced his resignation today (January 21, 2005) and will step down in
March. In a brief statement on the FCC's website (www.fcc.gov) Powell
said, "Having completed a bold and aggressive agenda, it is time for me
to pursue other opportunities and let someone else take the reins
2019 Apr 17
3
[Bug 13901] New: Empty quotes adds cwd to SRC directories
https://bugzilla.samba.org/show_bug.cgi?id=13901
Bug ID: 13901
Summary: Empty quotes adds cwd to SRC directories
Product: rsync
Version: 3.1.3
Hardware: x64
OS: Linux
Status: NEW
Severity: normal
Priority: P5
Component: core
Assignee: wayne at opencoder.net
Reporter:
2019 Apr 03
1
Possible not expected behaviour with "delete" option
Hi, I was trying to make a mirror backup of a folder in my machine with the
following command:
rsync -avh --delete /source/ /destination
But the extra files that where on "destination" didn't got deleted. Where
as doing:
rsync -avh --delete /source/ /destination/
worked as expected.
I wonder if this is correct, or it shouldn't be like that.
-------------- next part
2005 Apr 23
1
--link-dest / --hard-links problem
I've looked around for a bug report on this problem and haven't seen one, so I
apologize if this has already been discussed.
I have a homegrown script which uses rsync to maintain daily backups of roughly
twenty Redhat Linux systems running RH 7.2, 7.3, AS 3, and AS 4. As there are
files with multiple links on the source systems, it is necessary to call rsync
using the -H (--hard-links)
2003 Dec 17
1
TODO hardlink reporting problem - fixed?
On Mon, 15 Dec 2003, jw schultz <jw@pegasys.ws> wrote:
> OK, first pass on TODO complete.
....
This hardlink bug report is nearly 21 months old... So I took a look
at it using 2.5.7. See below.
> BUGS ---------------------------------------------------------------
>
> Fix hardlink reporting 2002/03/25
> (was: There seems
2006 Jul 07
1
rsync: failed to hard-link error message
Dear Rsync,
I am seeing the following rsync error messages and I am wondering if it is
a sign of trouble, expected behavior, or a bug:
rsync: failed to hard-link /Volumes/backups/vanguard/backup.0/dev/agpgart
with dev/agpgart: Invalid argument (22)
rsync: failed to hard-link /Volumes/backups/vanguard/backup.0/dev/apm_bios
with dev/apm_bios: Invalid argument (22)
rsync: failed to hard-link
2012 Jul 25
7
cwd dot folders
Hi,
I am trying to
exec { myexectest:
path => "/bin:/usr/bin:/usr/sbin",
cwd => "/home/user/.ssh",
command =>"echo test > test.txt",
onlyif => "test -f test.txt"
}
it doesnt work any clues why? I think it cannot change directory to a DOT
directory
please HELP!!
--Nikos Hatzopoulos
--
You received
2024 Feb 20
1
Network issue
Hi Stephen,
Thanks very much for getting back to me. My problem is described below. Any help would be greatly appreciated. Thanks, James
Hi,
Sorry for bothering you because I know that your time is voluntary, but I would really appreciate some help. I work in a hospital in part of Ireland?s national health service, a service which was struck by a massive cyber attack a couple of years ago. Since