search for: destinationdir

Displaying 8 results from an estimated 8 matches for "destinationdir".

Did you mean: destinationdirs
2013 Apr 22
0
samba4 backup script
...icense # along with this program. If not, see <http://www.gnu.org/licenses/>. # FROMWHERE=/var/lib/samba4/ WHERE=/var/backup/samba4/ if [ -n "$1" ] && [ "$1" = "-h" -o "$1" = "--usage" ]; then echo "samba_backup [provisiondir] [destinationdir]" echo "Will backup your provision located in provisiondir to archive stored in destinationdir" echo "Default provisiondir: $FROMWHERE" echo "Default destinationdir: $WHERE" exit 0 fi [ -n "$1" -a -d "$1" ]&&FROMWHERE=$1 [ -n &quot...
2015 Jan 11
1
Thoughts on samba backup script for DCs
Hello, possibly the author of the samba backup script will read this. I customized the script myself due to some things: 1. At the end the script looks for samba4_* files to rotate the backups. But only backups of the private folder get this prefix with the original script. sysvol and etc backups will remain. 2. The wiki of backup and restore advises to restore on the same version of samba the
2009 Jan 25
1
SCP Remote-To-Remote?
...H back to the Bastion host. Of course since this is a BH, it has no locally writable space so I am unable to copy them locally. The "tar" solution in the above e-mail works, albeit a little ugly. Ideally I would like to be able to: scp -MITM user at host:/directory/files user at host2:/destinationdir And the traffic be routed via the local server, instead of trying to connect directly (as there are no routes between the two due to security and firewall restrictions). Ideas as to if this may be supported in SCP? Thanks Peter
2015 Nov 17
0
[PATCH 2/3] v2v: windows: Add a Windows '*.inf' file parser.
...t;12/04/2014,62.71.104.9600"; + "catalogfile", "Balloon.cat"; + "driverpackagetype", "PlugAndPlay"; + "driverpackagedisplayname", "%BALLOON.DeviceDesc%"; + "pnplockdown", "1"; + ]; + "destinationdirs", [ + "defaultdestdir", "12"; + ]; + "sourcedisksnames", [ + "1", "%DiskId1%,,,\"\""; + ]; + "sourcedisksfiles", [ + "balloon.sys", "1,,"; + ]; + "manufacturer"...
2004 Oct 22
0
cupsaddsmb and .inf files
...quot;AdobePSGenericPostScriptPrinter" = DEFPRTR2.PPD [DEFPRTR2.PPD] CopyFiles=PSCRIPT DataSection=PSCRIPT_DATA [PSCRIPT] DEFPRTR2.PPD PS5UI.DLL PSCRIPT.HLP PSCRIPT.NTF PSCRIPT5.DLL [PSCRIPT_DATA] DriverFile=PSCRIPT5.DLL ConfigFile=PS5UI.DLL HelpFile=PSCRIPT.HLP [DestinationDirs] DefaultDestDir=66000 [ControlFlags] ExcludeFromSelect = 2369 ----------------------------------------------------------- Now I tried to edit this to work with the Cups set of files but I'm not a windows hacker and it still gave me the same message. Maybe one needs to do more than just copyin...
2008 Dec 12
4
Rsync via two ssh tunnels possible (standard method mentioned k times not possible?)
Hi list, After reading rsync docu and doing online search, I still failed to find a simple solution for following problem: The goal is to sync two directories using rsync without running the rsync daemon on one of the two hosts. The standard shell sync does not work because of the network topology: Ssh connect to SRC-Host ^ Base host (with ssh keys) v Ssh connect to bridge
2015 Nov 17
8
[PATCH 0/3] v2v: windows: Use '*.inf' files to control how Windows drivers are installed.
https://github.com/rwmjones/libguestfs/tree/rewrite-virtio-copy-drivers Instead of trying to split and parse elements from virtio-win paths, use the '*.inf' files supplied with the drivers to control how Windows drivers are installed. The following emails best explain how this works: https://www.redhat.com/archives/libguestfs/2015-October/msg00352.html
2010 Mar 05
0
Wine release 1.1.40
...21887 Tomb raider 3 demo crashes when run 21893 ie7 setup fails to install with Cryptographic Service error 21898 uTorrent 2.0 redraws the listview torrent progress indicator incorrectly 21906 setupapi copyfiles action target must default to LDID_WIN (win9x) or LDID_SYS (NT) when neither DestinationDirs nor DefaultDestDir is given 21911 Provide "C:\\windows\\Help" folder (MS Java runtime installer) ---------------------------------------------------------------- Changes since 1.1.39: Adam Petaccia (2): mshtml: Implement HTMLScriptElement_put_type. mshtml: Test IHTMLScr...