
# GrandParent Folder + Parent folder name parameters # Additional info: Count/ Number & Info about variation of arguments used + Concatenated into Destination PARENT folder & LogFile names (Can vary)Įxport DstCountFol="003-includedir-cp-bk" # Setting up the GRAND PARENT DESTINATION Folder for Source folders (Can vary)Įxport DstRoot="S:\_HDD_WD750\T61\HL_TEST\LN" # Setting up the Parent Folder for SOURCE folders (Can vary)Įxport SrcRoot="C:\Users\UserName\AppData\Roaming\iMazing\Backups"
Acrosync review code#
SH Script HL_Copy_RSync.SH (The needed code - Needs clean up)


Ln.exe -progress -json -output %DstLog% -source %SrcA2% -destination %DstA2% -backup -copy %SrcA1% %DstA1%

REM Execute the HL preserving copy of Hard Linked Folder Trees
Acrosync review full#
REM Echoing the Source & Dest Paths in Full REM Concatenate together Paths for Multiple DEST Folders to use for HL copy REM Concatenate together Paths for Multiple Source Folders to use for HL copy SET DstPlus=%DstRoot:"=%\%DstCountFol:"=% REM GrandParent Folder + Parent folder name parameters REM Additional info: Count/ Number & Info about variation of arguments used + Concatenated into Destination PARENT folder & LogFile names (Can vary) REM Setting up the GRAND PARENT DESTINATION Folder for Source folders (Can vary) SET SrcRoot="C:\Users\UserName\AppData\Roaming\iMazing\Backups" REM Setting up the Parent Folder for SOURCE folders (Can vary) REM Setting up the Source Hard Linked Folder tree names BAT (using LN.exe under Windows) HL_Copy_LN.BAT
Acrosync review windows#
sh scripting knowledge & anycodings_batch-file syntax is not good, so I'd appreciate if it anycodings_batch-file can be fixed for bugs/ flaws.Īnd how would I take those first stage anycodings_batch-file Windows path strings and use the Cygwin path anycodings_batch-file conversion function cypath to get Full anycodings_batch-file Cygwin Paths, that could be given to Rsync. SH file anycodings_batch-file but some of my.

I've done first stage of this in a Batch anycodings_batch-file File given below.
