search for: dest_dir

Displaying 18 results from an estimated 18 matches for "dest_dir".

Did you mean: test_dir
2004 Jul 30
1
Symlinks out of sharing still not working on 3.0.5
...samba client version 3.0.5, server version 3.0.5, kernel 2.4.26. Relevant configs on server: unix extensions = Yes wide links = Yes follow symlinks = Yes On client computer with home user mounted via smbfs I'm trying this: D102-054 [/lp/home/dito/tmp] > cd /tmp D102-054 [/tmp] > mkdir dest_dir D102-054 [/tmp] > cd - D102-054 [/lp/home/dito/tmp] > ln -s /tmp/dest_dir orig_dir D102-054 [/lp/home/dito/tmp] > ls -la total 524292 drwx------ 1 dito bcc 0 Jul 29 21:11 . drwx-----x 1 dito alunos 4096 Jul 29 21:08 .. lrwxrwxrwx 1 dito bcc...
2011 May 11
7
[Bug 8130] New: ACL and link-dest do not work together
https://bugzilla.samba.org/show_bug.cgi?id=8130 Summary: ACL and link-dest do not work together Product: rsync Version: 3.0.8 Platform: All OS/Version: All Status: NEW Severity: major Priority: P5 Component: core AssignedTo: wayned at samba.org ReportedBy: az9901 at gmail.com
2023 Jul 26
1
Downloading a directory of text files into R
...g guide > http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. Hello, The following code downloads all files in the posted link. suppressPackageStartupMessages({ library(rvest) }) # destination directory, change this at will dest_dir <- "~/Temp" # first get the two subfolders from the Data webpage link <- "http://home.brisnet.org.au/~bgreen/Data/" page <- read_html(link) page %>% html_elements("a") %>% html_text() %>% grep("/$", ., value = TRUE) -> sub_folde...
2008 Sep 29
3
DO NOT REPLY [Bug 5802] New: misleading error message in atomic rsync
...Version: 3.1.0 Platform: All OS/Version: Linux Status: NEW Severity: trivial Priority: P3 Component: core AssignedTo: wayned@samba.org ReportedBy: normalperson@yhbt.net QAContact: rsync-qa@samba.org When renaming $dest_dir to $old_dir, don't say we're renaming $new_dir to $old_dir on errors. --- a/atomic-rsync +++ b/atomic-rsync @@ -48,7 +48,7 @@ if (system($RSYNC_PROG, "--link-dest=$dest_dir", @ARGV)) { exit $?; } -rename($dest_dir, $old_dir) or die "Unable to rename $new_dir to $old_d...
2003 May 01
1
Batch Mode?
...d-batch option on the first batch files against an empty destination directory, it works fine recreating the expected test files. But, then I run it on the second set of batch files, which are supposed to apply changes to my testfile, it errors out: rsync --read-batch=batch1 --progress --stats -v dest_dir/testfile1 [ Happy results here, testfile1 created in dest_dir ] rsync --read-batch=batch2 --progress --stats -v dest_dir/testfile1 testfile1 rsync: error writing 64 unbuffered bytes - exiting: Connection reset by peer rsync error: error in rsync protocol data stream (code 12) at /tmp/rsync-2.5.5/...
2006 Oct 24
0
[713] trunk/wxruby2: Patch for rake install, added rake uninstall
...nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp install_lib("wx.rb") -&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp install_lib($dl_lib) - end </del><ins>+ task :install => [ :default, *all_ruby_lib_files ] do | t | + dest_dir = Config::CONFIG[''sitelibdir''] + force_mkdir File.join(dest_dir, ''wx'') + force_mkdir File.join(dest_dir, ''wx'', ''classes'') + cp $target_lib, Config::CONFIG[''sitearchdir''] + all_ruby_...
2007 Dec 10
0
rake/rakewx.rb error
...rom SVN. I''ve commited the patch to the file, which changes the following: Index: rake/rakewx.rb =================================================================== --- rake/rakewx.rb (revision 1451) +++ rake/rakewx.rb (working copy) @@ -143,7 +143,7 @@ force_mkdir File.join(dest_dir, ''wx'') force_mkdir File.join(dest_dir, ''wx'', ''classes'') cp TARGET_LIB, Config::CONFIG[''sitearchdir''] - all_ruby_lib_files.each do | lib_file | + ALL_RUBY_LIB_FILES.each do | lib_file | dest = lib_file.sub(/^lib/, d...
2017 Sep 07
2
Should I worry about the "vanished files" warning?
...ot; --bwlimit=512k \ --recursive --delay-updates --quiet --update \ --include=\"*/\" --include=\"*.xml\" --include=\"*.csv\" \ --exclude=\"*\" \ /LOCAL_SOURCE_DIR/ REMOTE_IP:/DEST_DIR/" Both source and destination are on $ rsync --version rsync version 3.1.0 protocol version 31 Regards Vangelis
2017 May 01
1
rsync with delete option creates and deletes dot files
...rysnc command I use is; /usr/bin/rsync -aHzS --partial --numeric-ids --delete --timeout=3600 \ --contimeout=180 \ --exclude-from=/path/to/excludelist \ --log-file=/path/to/logfile \ <sourcehostname>::host_backup /path/to/dest_dir The rsync log on the client shows the following; <quote> 2017/05/01 04:19:41 [90534] receiving file list 2017/05/01 04:20:03 [90534] *deleting bin/.zcat.19441 2017/05/01 04:20:03 [90534] *deleting bin/.gzip.19441 ... </quote> Is this normal, or is there some configuration I am mi...
2004 Sep 28
1
rsync fails when syncing empty directories
...ppy. The rsync behavior in such situation is totally wrong. What's wrong with trying to sync an empty (existing!) directory? Currently it looks like it tries to know better what user wants than user himself :/ Here is how it looks like: rsync -v --recursive --rsh="ssh" login@host:* dest_dir receiving file list ... link_stat "/home/login/*" failed: No such file or directory done client: nothing to do: perhaps you need to specify some filenames or the --recursive option? rsync error: partial transfer (code 23) at main.c(594) Such behavior makes rsync usage in a script painful...
2005 Mar 22
2
mkstemp fails but data still transferred
...out error messages). What seems to be happening is that even though the directory doesn't exist and the temporary file can't be created the data is transferred but not written anywher e.g. /usr/local/bin/rsync --stats -lptgoDvxe ssh sender:/source_dir/ORACLE/dsk03/ORACLE/DIR/somefile.dbf /dest_dir/dsk03/ORACLE/DIR/somefile.dbf rsync: mkstemp "/data00/dsk03/ORACLE/DIR/.somefile.jDaGKh" failed: No such file or directory (2) Number of files: 1 Number of files transferred: 1 Total file size: 839917568 bytes Total transferred file size: 839917568 bytes Literal data: 839917568 bytes Ma...
2008 Sep 01
0
Feature request: preallocation of directories
...f #endif #include "et/com_err.h" #include "e2p/e2p.h" static const char * program_name = "copy_dirstruct"; #ifdef _LFS64_LARGEFILE #define LSTAT lstat64 #define STRUCT_STAT struct stat64 #else #define LSTAT lstat #define STRUCT_STAT struct stat #endif const char *dest_dir = "/mnt"; const char *src_dir = "/"; int blocksize = 4096; int dest_len = 4; int silent = 0; dev_t xdev; static void usage(void) { fprintf(stderr, "Usage: %s [-RVf] [-+=AacDdijsSu] [-v version] files...\n", program_name); exit(1); } static int copy_dir_proc(con...
2003 May 02
1
rsync+ssh2 from Tru64 unix to linux has intermittent hangs.
...s are running rsync v2.5.6, and using ssh2 v3.2.3 as the transport rather than rsh. The commands used to rsync to both clients are exactly the same: /usr/local/bin/rsync -rltvR -e "/usr/local/bin/ssh2 -x" \ --size-only --delete <source_dir> <destination_host>:<dest_dir> The destination directory on both clients for the files/directories being mirrored is a samba share, the active share being on client A, and the backup(inactive) share on client B. The files in the share, and the samba share itself are set to be read only by the PC's access...
2012 Feb 10
3
Installing from source missing -lruby18 in linking.
...rake/rakeconfigure.rb:$ruby_ldflags = Config::CONFIG["LDFLAGS"] rake/rakeconfigure.rb:$ruby_libs = Config::CONFIG["LIBS"] rake/rakeconfigure.rb:OBJ_EXT = Config::CONFIG["OBJEXT"] rake/rakewx.rb:$ruby_exe = Config::CONFIG["ruby_install_name"] rake/rakewx.rb: dest_dir = Config::CONFIG[''sitelibdir''] rake/rakewx.rb: cp TARGET_LIB, Config::CONFIG[''sitearchdir''] rake/rakewx.rb: rm_rf File.join(Config::CONFIG[''sitearchdir''],File.basename(TARGET_LIB)) rake/rakewx.rb: rm_rf File.join(Config::CONFIG[''site...
2016 Apr 11
5
User controlled i/o block size?
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 You didn't say if you were networking or what features of rsync you are using but if you aren't networking and aren't doing anything fancy you are probably better off with cp -au which is essentially the same as rsync -au except faster. Anyways, smaller reads and writes are usually better handled by the OS's caches than really big
2017 Sep 07
0
Should I worry about the "vanished files" warning?
...\ > --recursive --delay-updates --quiet --update \ > --include=\"*/\" --include=\"*.xml\" --include=\"*.csv\" \ > --exclude=\"*\" \ > /LOCAL_SOURCE_DIR/ REMOTE_IP:/DEST_DIR/" > > Both source and destination are on > $ rsync --version > rsync version 3.1.0 protocol version 31 > > Regards > Vangelis > -- ~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._., Kevin Korb Phone: (4...
2016 Apr 11
0
User controlled i/o block size?
I'm just doing a local copy: rsync -avp --progress <source_dir> <dest_dir> The source and dest are on different spindles. Some of my copies are a TB or more (I just started one that is 1.5 TB). It is my assumption (possibly faulty) that rsync is more robust for handling any aborted copies that have to get restarted after the copy failed, thus my preference for rsyn...
2009 Sep 09
1
oVirt Appliance / Single Machine Install
The following two patches fixes / reimplements the oVirt appliance project, installing the entire oVirt stack including all server and node components on one machine. These patches are intended to be checked out and used to build the appliance rpm, after which it is installed provides the /usr/sbin/ovirt-appliance-ctrl script to install/uninstall the appliance. The first patch merely removes