similar to: rsync give option mkdir -p

Displaying 20 results from an estimated 10000 matches similar to: "rsync give option mkdir -p"

2012 Sep 13
1
After a 'virsh blockpull', 'virsh snapshot-list --tree' o/p does not reflect reality
Hi (Eric?), A couple of questions while using the 'virsh blockpull' Summary: 1] Created snapshots this way: base<-snap1<-snap2<-snap3 (online, external snapshot --disk-only) 2] I did a 'virsh blockpull' from snap2 into snap3 3] Next, did another 'virsh blockpull' from snap1 into snap3 - Here, 'qemu-img info /path/to/snap3' shows its backing file
2010 Feb 05
4
rsync --link-dest, --delete and hard-link count
Hello fellas, Firstly, I would like to apologize for the post being long, but I would appreciate if someone with a good knowledge of the subject gave his opinion. I am working on a backup solution for a series of old and very specialized host computers in aviation industry. I need to do monthly backups of one or two logical volumes (non-OS) on each of the computers and keep the last 12 monthly
2008 Jul 12
1
DO NOT REPLY [Bug 4621] "-p" option to simulate "mkdir -p" for rsync
https://bugzilla.samba.org/show_bug.cgi?id=4621 tkessler@ucdavis.edu changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tkessler@ucdavis.edu ------- Comment #2 from tkessler@ucdavis.edu 2008-07-12 12:01 CST ------- This would be an EXCEPTIONALLY useful
2007 Sep 04
0
DO NOT REPLY [Bug 4621] "-p" option to simulate "mkdir -p" for rsync
https://bugzilla.samba.org/show_bug.cgi?id=4621 ------- Comment #1 from hq4ever@gmail.com 2007-09-04 13:32 CST ------- Hi, I would like to add that I've created a wrapper for rsync to implemented this functionality in the mean time, if/when it will be available via rsync itself. Bash: """ function cp() { # PARAMS: # $1 : What to Sync? # $2 : Where To? #
2009 Dec 15
0
DO NOT REPLY [Bug 4621] Option to create ancestors of destination, like "mkdir -p"
https://bugzilla.samba.org/show_bug.cgi?id=4621 lists at elasticmind.net changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lists at elasticmind.net ------- Comment #4 from lists at elasticmind.net 2009-12-15 06:12 CST ------- Greetings, I just noticed
2011 Aug 17
6
mail spool filesystem
Hi! I?m about to migrate a system whith 5000 accounts whith (~ 500GB) from "postfix/courier-imap/maildrop/mysql" to a new hardware whith "postfix/dovecot/dovecot/mysql". I?ll make a separate partition (raid 1) for the mail spool (/var/spool/vmail) and want to now what type of filesystem to use on it to increase performance. I read that XFS is a good choice, but is not
2014 Apr 22
2
Live snapshot merging (qemu 2.0)
Hello. The Changelog of qemu-2.0.0 mentioned "Live snapshot merging". Someone has an idea what could be ment by this? I'm asking because i'm still struggling with finding a reliable backup solution for running kvm machines. Blockcopy is my current solution. best regards Thomas
1998 Dec 14
1
communication between: a server Samba and a PC client
hello, I have just install the samba soft on a Solaris 2.5 station. For the beginning, I try to print whith a PC Window's 95 configuration on a printer define on my server Samba. In my office, The PC are enable to communicate this a Novell Server. When I try to print with a PC via Samba, it is possible, if in a first time, I connect me on the server Novell (authentification database of
2000 Jan 18
1
core-dumps whith hp-ux 11.0 64-bit-architecture
Hi ! I have a serious problem whith samba-2.0.6 on hp-ux 11.0 64 bit arch. Under hp-ux11.0 32 bit all works fine, but under 64 bit arch, compiled whith gcc 2.9 , compilation finished whithout errors, but connection-trials from nt-clients results in core dumps.A "file" core shows me the following output: core: core file from `smbd? - received SIGABRT any hints would be very
2009 Aug 14
16
What''s eating my disk space? Missing snapshots?
Please can someone take a look at the attached file which shows the output on my machine of zfs list -r -t filesystem,snapshot -o space rpool/export/home/matt The USEDDS figure of ~2GB is what I would expect, and is the same figure reported by the Disk Usage Analyzer. Where is the remaining 13.8GB USEDSNAP figure coming from? If I total up the list of zfs-auto snapshots it adds up to about 4.8GB,
2013 Jan 31
1
Managing Live Snapshots with Libvirt 1.0.1
Hello, I recently compiled libvirt 1.0.1 and qemu 1.3.0 on Ubuntu 12.04. I have performed live snapshots on VMs using "virsh snapshot-create-as" and then later re-merge the images together using "virsh blockpull". I am wondering how I can do a couple of other operations on the images while the VM is running. For example, VM1 is running from the snap3 image, with the following
2015 Oct 19
1
Re: virsh can't support VM offline blockcommit
Hi Kashyap Chamarthy: thank you very much for answer my question: 一: lead to VM filesystem becoming read-only 1: test case it lead to VM filesystem becoming read-only test case as follows: we want to snapshot for VM , to obtain VM incremental data,and use virsh blockcommit,qemu-img commit,qemu-img rebase to shorten snapshot chain. Details are as follows(when VM running state, we perform the
2015 Oct 13
2
virsh can't support VM offline blockcommit
Hi everyone! I use the libvirt(version: 1.2.2) and QEMU(version: 2.2.1) to test qemu snapshot features: I tried virsh blockcommit when VM offline, the virsh blockcommit failed: the error messase as below: error: Requested operation is not valid: domain is not running when I start the VM, the virsh blockcommit work fine! my question is:we need
2003 May 21
6
chan_oh323.so: Segmentation Fault
Hi, I'm trying to get H323 support using asterisk 0.4.0 Unfortunately the pwlib and openh323 versions mentioned in the asterisk-oh323 readme file are no more available, and I had to use newer ones. Now I installed all libraries, but got a segemntion fault when starting asterisk while reading the chan_oh323.conf file. When I declare more than 9 gwprefix I get first a error "out of
2007 Jul 20
3
SOS
Dear all, I am a new user of R. I would like to know how to get fund's returns in percentage (%). For example, I use: R <- ts(read.xls("FundData"), frequency = 12, start = c(1996, 1)) Whith this program, the returns are like 0.0152699. But, I would like to have 1.52%. Please advise me about the function. Thanks! Fabrice
2006 Nov 28
3
delete content of directory - unlink doesn't work as expected
Hi, I try to delete the files in a directory. While the command invisible(lapply( list.files( "DeleteThis" ), function(x) file.remove(paste("DeleteThis", x, sep="/" )) )) works, I keep thinking that there should be a more direct command. "unlink" looks like a good candidate but whith this I only arrive to either delete the whole directory or nothing
2010 Aug 25
2
Repeat the first day data through all the day. Zoo
down vote favorite Hello I have a zoo series. It lasts 10 years and its frequency is 15min. I'd like to get a new zoo series (or vector) with the same number of elements, whith each element equal to the first element of the day. That's, The first element everyday is repeated throughout the wole day. This is not same as aggregate(originalseries,as.Date,head,1) because this gives a
2015 Apr 08
3
Migration of 2 samba3 PDC+OpenLDAP in one new Samba4 AD
Hello, i have question about samba3 migration. I have 2 distincts sites whith samba3 PDC+OpenLDAP running on each site. On Site1, the machines accounts are specifics, same for the Users and Groups except 1 group that is common with Site2 (The Teachers). Today, each site is independant, Now, i would like a create a new domain Samba4 AD whith all machines and users from site1 and site2 together.
2009 Dec 16
1
Option to create ancestors of destination, like "mkdir -p
> I agree with everyone else that it would be incredibly useful for rsync to > either adopt such behaviour by default (assuming always doing 'mkdir -p' isn't > harmful in any way), or have a tunable to enable it. I also agree the suggested behavior makes a lot of sense and I think it is a good idea. However, some deployments may rely upon the current behavior. As an
2005 May 19
2
A small question (bandwith monitoring)
Hi, I''m configured a home router with Shorewall. It took me a while as I''m quite a newbie to Linux, but now it''s working fine. I would like to install some bandwith-monitoring so I know how much traffic is generated. I found a tool for it called ipac-ng. It uses iptables and here is where I''m in trouble. I afraid that it will conflict with shorewall. Does