Displaying 20 results from an estimated 10795 matches for "destines".
Did you mean:
destined
2012 Apr 23
3
rsync files from subfolders on source to root of a folder on destination
I wish to sync a bunch of flac files that reside in various subfolders
to the root of a folder on a destination.
An example of the directory structure on the source is:
source> tree Music/
Music/
??? R
? ??? Radiohead
? ? ??? OK Computer
? ? ??? 01 - Radiohead - Airbag.flac
? ? ??? 02 - Radiohead - Paranoid Android.flac
? ??? Red Hot Chilli Peppers
? ??? Greatest
2005 May 30
0
Long Delays Displaying Small Folders in Windows Explorer (samba-3.0.10-1 FC2)
Hi,
I'm trying to replace a windows fileserver server with a Fedora Core 2
samba server in our Windows 2000 ADS domain.
A performance problem occurs when accessing certain samba shares from
Windows Explorer on either an Windows XP or a W2K client machine. It
can take up to a minute for explorer to list files in a share folder
containing only a few files! It eventually does, but but reports
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
2012 Mar 05
5
cron job not running
hello list,
I am attempting to backup a centos 5.4 (x86_64) server running mysql
with a cron job. Here's how the cron job looks:
[root at cloud:/home/bluethundr/backupdb] #crontab -l
* 3 * * * /usr/bin/mysqldump jfwiki >
/home/bluethundr/backupdb/wiki-$(date +%Y%m%d).sql
However if I run the command from the command line it seems to work fine.
If I grep syslog for cron this is what
2008 Jun 28
3
World wide telescope?
Helo,
Iam trying to run Microsoft World Wide Telescope from .msi format but I get some errors or msiexec crash.. i dont now it start debugging and i get that:
Code:
xxx at m5:~/Desktop$ msiexec /i wwtsetup.msi
fixme:advapi:LookupAccountNameW (null) L"m5it" (nil) 0x32f7fc (nil) 0x32f800 0x32f7f4 - stub
fixme:advapi:LookupAccountNameW (null) L"m5it" 0x160e00 0x32f7fc 0x160ce8
2004 Aug 05
9
Not able to access website
Hi,
Trying to figure out why I cannot get access to dell.com
Their site is up because I can browse using a different firewall.
Trying to find out where the logs are located and what log files it
would write to if it were to deny browsing to a website. I can see the
[UNREPLIED] when using the shorewall status. Was hoping to know what
logfile it is writing it to.
Thanks in advance,
Elmer
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
2011 Mar 07
1
what wrong about my ipv6 address
Hi
I used the command "ip -6 addr add 2001:DB8:CAFE:1111::12/64 dev eth0"
to add ipv6 address and can see it in ifconfig
but can't ping it
Why?
Thank you
# ping6 2001:db8:cafe:1111::12
PING 2001:db8:cafe:1111::12(2001:db8:cafe:1111::12) 56 data bytes
>From ::1 icmp_seq=1 Destination unreachable: Address unreachable
>From ::1 icmp_seq=2 Destination unreachable: Address
2019 Jan 15
0
Cannot access other computers on LAN
ip_forward was not enabled, now it is. Still same result:
On VPN_office I use 'tcpdump -npi any icmp and host 192.168.1.1' and ping
192.168.1.1 from the client:
5:28:42.646203 IP 172.16.0.3 > 192.168.1.1: ICMP echo request, id 1584, seq
1, length 64
15:28:43.663014 IP 172.16.0.3 > 192.168.1.1: ICMP echo request, id 1584,
seq 2, length 64
15:28:44.688133 IP 172.16.0.3 >
2007 Sep 03
2
rsync replaces symlinks on destination
$ cd /tmp
$ echo "123" > aaa
$ echo "123" > bbb
$ ln -s bbb ccc
$ ls -la
aaa
bbb
ccc -> bbb
$ rsync aaa ccc
$ ls -la
aaa
bbb
ccc
This example shows that symlink ccc was replaced with a regular file,
which implies that during a remote sync the content of the aaa will be
downloaded. However, files aaa and bbb have the same content, so I need
rsync to skip updating the
2004 Mar 17
1
list of files at the rsync destination
What is the best way to get the list of filenames being transferred to the destination -- from the destination side? We are not running in daemon mode. We'd like to run a command on each file on the destination after the file has completed rsync-ing.
Thanks
-- Shan
2003 May 17
0
Debug for SIP and reINVITES (ATA-186)
I must be doing something incorrectly, or something is wrong with
ATA-186 reINVITEs in SIP. Perhaps someone more enlightened than me
can lend me a hand.
I have been attempting to get two SIP phones to reINVITE to each
other, and I've been unable to think of or uncover the correct
method. The calls always go through the Asterisk server, no matter
what I try. I've simplified things
2009 Jul 21
1
installation of 64bit msxml6
I installed msxml6_x64.msi using wine in linux fir 1.1.26 version as follows:
[oracle at ORAVM64 wine-git]$ wine msiexec /i ../.winetrickscache/msxml6_x64.msi
fixme:advapi:LookupAccountNameW (null) L"oracle" (nil) 0x2ad4dc2ef3a8 (nil) 0x2ad4dc2ef3ac 0x2ad4dc2ef3a4 - stub
fixme:advapi:LookupAccountNameW (null) L"oracle" 0x2ad4d85798f0 0x2ad4dc2ef3a8 0x2ad4d857b950
2015 Feb 11
2
Re: [libvirt] vm live storage migration with snapshots
Hi Eric,
Thanks for your reply! I have the follow up questions blew.
On Wed, Feb 11, 2015 at 11:52 AM, Eric Blake <eblake@redhat.com> wrote:
> On 02/11/2015 10:08 AM, Edward Young wrote:
> > Hi all,
>
> [probably didn't need to cross-post to quite that wide of an audience,
> oh well]
>
> >
> > I'm investigating the ways to improve the live
2008 Jan 15
2
Feature Request: Options to limit --one-file-system at the source or destination.
Greetings.
Currently, the --one-file-system applies to both the source and
destination and this is a problem.
In my source, I have a symlink pointing to a directory on another
device which I would like to have copied. I thus use
--copy-unsafe-links.
I also use --delete. This is dangerous because if there is a bug in
my script, I would not like the destination to become suddenly
2006 May 17
2
batch mode and remote destination
Whats the reason that using a batch file can't be used with a remote
destination?
rsync --read-batch=foo /mysrc remote:/dest
gives
remote destination is not allowed with --read-batch
I need to push the same set of files to about 20 servers and because of
firewall rules, the 20 servers cannot pull from the central one.
Thanks
Kimo
2006 May 18
1
rsync fails if it cannot stat destination file
rsync version: 2.6.8 on both source and destination
linux kernel: 2.4.29-3.2a on both
command:
rsync --whole-file --temp-dir /tmp file.txt destination.machine:/path/to/file/file.txt
error:
rsync: stat "/path/to/file/file.txt" failed: No such file or directory (2)
rsync error: some files could not be transferred (code 23) at main.c(702)
rsync is attempting to stat() the transferred
2008 Feb 22
1
filter question
Hi,
I've been trying to come up with a way to do the following
operation. I have a /home folder and I want to transfer only the
/mail/ folders inside the home folder along with their parent
folders. So, if I have the following files:
/home/bob/document.doc
/home/bob/pr0n/pr0nFile
/home/bob/mail/file1
/home/bob/mail/spam/viagra
/home/mike/kitten.jpg
2007 Jun 25
1
Ping dom0 <-> domU result in "Destination host unreachable"
Hi folks,
I read quite some posts about "Destination host unreachable" problems
before, but none could help me to solve my issue. So here we go:
This is what I am using:
SUSE Linux Enterprise Desktop 10 SP1 - Current with all updates
Network configuration of my dom0:
foobar:~ # ip a
1: lo: <LOOPBACK,UP> mtu 16436 qdisc noqueue
link/loopback 00:00:00:00:00:00 brd
2004 Sep 22
2
IPSEc versus Multipath routing
Firstly I don''t think this is a shorewall problem, but I suspect shorewall
might be able to solve it for me.
I''ve posted this so far at
http://mandrakeusers.org/index.php?showtopic=18942
I''ve stumble upon a problem that has me stumped
I have a multipath router using 2.6.8.1 with patches from here
http://www.ssi.bg/~ja/#routes
basic setup:
___ ISP1