search for: destination_dir

Displaying 6 results from an estimated 6 matches for "destination_dir".

2003 Jul 13
1
--include-from with no source directory
...recursively. This currently seems akward to do with the current version of rsync. If I do a - /* In the file I then have to make sure to include parent directories for all the patterns I want to match. On the rsync commandline I'd do something like rsync -r --include-from=abovefile /destination_dir I'd still like to recurse through the directories listed, so it's more then just a list of files to use. If the -from-files patch is what I need, count this as a vote for it's inclusion in the mainline release. If anyone has some pointers who has found themselves in a similar situati...
2020 May 05
3
Custom ISO
...ing to make a customer ISO. When I run this command: mkisofs -o $DESTINATION_FILE -b isolinux/isolinux.bin -c boot.cat \ -no-emul-boot -boot-info-table \ -V "$NAME" -boot-load-size 4 -boot-info-table -R -J -v -T \ -eltorito-alt-boot -e images/efiboot.img \ $DESTINATION_DIR it tells me: Size of boot image is 4 sectors -> No emulation Size of boot image is 17408 sectors -> genisoimage: Error - boot image 'images/efiboot.img' has not an allowable size. This is the exact same file that is on the Everything ISO image. What am I missing ? I also want to m...
2002 May 15
1
Does any rsync-based diff, rmdup, cvs software exist?
I'd like to be able to run GNU-diff type comparisons, but use R-sync technology to make it efficient to see what's different without transmitting all that data. Another thing I like to do using rsync protocol, is what I call rmdup -- remove duplicates. This would allow me to recursively (like diff -r) compare files in two (!!MUST BE!!) different directories and remove one (or the other)
2019 Apr 23
2
--delete-missing-args doesn't delete
Thank you Kevin. It seems that I misunderstood the purpose of this --delete-missing-args option. If someone has a good suggestion on how to rsync a list of files and delete from the destination any file that is not listed in --files-from, that would be welcome. Thanks, MI -------- Original Message -------- (Kevin Korb via rsync, 2019-04-23 14:11) > --files-from will delete files from
2006 Dec 21
3
log file with unexpected output on deleted files (bug?)
...n. I am parsing the log file in a subsequent java program and that is where I ran into a problem: In the log file all lines with deleted files do not show the full path to the deleted files but show the path of where I ran the rsync command and the deleted file name. Example: source_dir/test1 destination_dir/test1 Now I delete the file test1 in source_dir and run rsync in the directory "script" Then I would expect in the log file a line like: source_dir/test1 2006/12/21 18:49:58 del. 0 but I get: script/test1 2006/12/21 18:49:58 del. 0 Is this a bug or am I the bug ? I have checked the...
2016 Mar 07
2
Windows port
Hi! I would like to ask about current state of Windows port. Is it frozen? It will be cool to know the plans :) Where are a lot of Windows-branches at GitHub. What is the most actual one? The Windows builder looks like turned off, am I right that it is not available currently and where were no builds after version 2.6.5-6? I couldn't find any info about proper environment to build Windows