Skip to main content

Posts

Practical Robocopy Examples

  Master Robocopy with these real-world examples that solve common file management challenges. These practical robocopy examples will help you copy, backup, and synchronize files efficiently. Basic File Copy robocopy C:\Documents D:\Backup Copies all files from Documents to Backup folder. Mirror Directory (Exact Backup) robocopy C:\ProjectFiles D:\Backup\ProjectFiles /MIR Creates an exact replica, deleting extra files in destination. Copy Only New Files robocopy C:\Source D:\Destination /XO /E Copies only newer files, including all subdirectories. Fast Multi-threaded Copy robocopy C:\LargeFiles D:\Backup /MT:16 /R:3 /W:5 Uses 16 threads with 3 retries and 5-second waits for speed. Copy Specific File Types robocopy C:\Photos D:\PhotoBackup *.jpg *.png *.raw /S Copies only image files from all subdirectories. Network Backup with Logging robocopy C:\Data \\Server\Backup /MIR /LOG:backup.log /R:5 Mirrors to network drive with detailed logging. Exclude Temporary Files robocopy C:\Source...
Recent posts

Windows Very Important Command

 Robocopy also is known as Robust File Copy Command. By using Robocopy Windows Command  Line utility we can copy files, directories and even drives too from one location to another location. Robocopy is a Windows command-line tool used for file and folder Replication. In details

what happen if you drink copper water ?

  Copper Water In Ayurveda copper water bottle In Ayurveda, drinking water that has been cleansed and ionized in a copper vessel is a common practice. In India, this transformed, therapeutic water taken from a copper cup is called Tamra jal. Copperized water is a natural antioxidant that helps balance the three doshas of the body (kapha, vata and pitta).    Related : Drinking water from copper bottle

Ping command in networking

Ping is a computer network administration software utility used to test the reachability of a host on  network.  (means you are reachable to that host or not by using ping command) when you are pinging any host what actually happen. it will send normally 4 packets to other host which you want to ping . if your are using ipv4 then packet is as below. IPv4 Datagram   Bits 0–7 Bits 8–15 Bits 16–23 Bits 24–31 Header (20 bytes) Version/IHL Type of service Length Identification flags  and  offset Time To Live (TTL) Protocol Header Checksum Source IP address Destination IP address ICMP Header (8 bytes) Type of message Code Checksum Header Data ICMP Payload ( optional ) Payload Data Source: wikipedia.com If you are using ipv6 then packet is as below. IPv6 Datagram   Bits 0–3 Bits 4–7 Bits 8–11 Bits 12–15 Bits 16–23 Bits 24–31 Header (40 bytes) Version Traffic Class Flow Label Payload Length Next Header Hop Limit Source Address Destin...

Adobe Creative Cloud

Creative Cloud Creative Cloud gives you the entire collection of Adobe desktop and mobile apps, from  essentials like Photoshop CC to next generation tools like Adobe XD CC. You also get  built-in templates to jump-start your designs and step-by-step tutorials to sharpen your  skills  and get up to speed quickly. It’s everything you need to create, collaborate, and get  inspired. From blank page to brilliant design. The world-class design tools in Creative Cloud give you everything you need to make anything you can dream up. Design logos, posters, brochures, ads, and more. Combine images to make incredible artwork. And use our mobile apps to sketch, draw, and create layouts wherever you’re inspired. Photoshop Image editing and compositing Illustrator Vector graphics and illustration InDesign Page design and layout for print and digital publishing Adobe Stock Find the perfect assets for your next creative pr...

OST File,PST File,OST To PST conversion in Microsoft outlook

Microsoft outlook is an email client widely used all over the world by microsoft lovers generally if you are a IT engineer or in the field of IT you may encounterd with the word "OST File" and "PST File". You may fill requirement or request from your user about ost to pst conversion. Let us here explain what is OST File in microsoft outlook ? what is pst file in microsoft outlook ? why we need to convert ost to pst sometimes and how to convert ost file into pst in microsoft outlook. -------------------------------------------------------------------------------------------------------------------------- OST File : Offline or cached Outlook items (.ost) Email accounts, such as Microsoft Exchange, Outlook.com, or IMAP keep your mail on a server. The Offline Outlook Data File (.ost) is a synchronized copy of the account saved on your computer, and is stored in one of the following default locations, based on the client version and the Outlook account ty...