{"id":8226,"date":"2025-03-22T14:56:10","date_gmt":"2025-03-22T09:26:10","guid":{"rendered":"https:\/\/www.conceptworld.com\/blog\/?p=8226"},"modified":"2025-05-17T14:14:47","modified_gmt":"2025-05-17T08:44:47","slug":"schedule-file-copy-for-automatic-backups-using-powershell-alternative-replacement","status":"publish","type":"post","link":"https:\/\/www.conceptworld.com\/blog\/index.php\/schedule-file-copy-for-automatic-backups-using-powershell-alternative-replacement\/","title":{"rendered":"Schedule file copy for automatic backups using PowerShell alternative replacement"},"content":{"rendered":"\n<p>Hi Guys! Scheduling backups automatic backups provides peace of mind, protects your valuable data and ensures business continuity.<\/p>\n\n\n\n<p>Here&#8217;s a step-by-step guide using Copywhiz and PowerShell on how we can schedule a file backup. With Copywhiz you can also compress the whole file set into a zip file. Alternatively you can continuously have scheduled syncing of files between source and destination folders.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">What is Copywhiz?<\/h2>\n\n\n\n<p><a href=\"https:\/\/www.conceptworld.com\/Copywhiz\" data-type=\"link\" data-id=\"https:\/\/www.conceptworld.com\/Copywhiz\" target=\"_blank\" rel=\"noreferrer noopener\">Copywhiz<\/a> enhances your file-copy experience by letting you to have more flexibility &amp; control over the file copying and backup process. <\/p>\n\n\n\n<p>Here is how <a href=\"https:\/\/www.conceptworld.com\/Copywhiz\" data-type=\"link\" data-id=\"https:\/\/www.conceptworld.com\/Copywhiz\" target=\"_blank\" rel=\"noreferrer noopener\">Copywhiz<\/a> makes file copying a breeze: <\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Copy only new or modified files<\/li>\n\n\n\n<li>Easily pick files by name, extension, folder etc from bunch of folders<\/li>\n\n\n\n<li>Automatically organize files based on file attributes and metadata<\/li>\n\n\n\n<li>Copy files to multiple folders\/computers<\/li>\n\n\n\n<li>Copy files from multiple folders and paste them at once<\/li>\n\n\n\n<li>Sync files between source and destination<\/li>\n\n\n\n<li>Pick files from multiple folders and compress in single .zip file<\/li>\n\n\n\n<li>Schedule file backups<\/li>\n\n\n\n<li>Verify copied files for data integrity<\/li>\n\n\n\n<li>Retain security attributes of files &amp; folders (ownership\/user access)<\/li>\n\n\n\n<li><a rel=\"noreferrer noopener\" href=\"https:\/\/www.conceptworld.com\/Copywhiz\/Features\" target=\"_blank\">Several more hidden nuggets<\/a>&nbsp;designed to make your file-copy task easier.<\/li>\n<\/ul>\n\n\n\n<p>Here is a short video that shows how to achieve the above mentioned feature:<\/p>\n\n\n\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-4-3 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe title=\"Windows- Schedule file copy for automatic backups using Copywhiz file copy software\" width=\"660\" height=\"495\" src=\"https:\/\/www.youtube.com\/embed\/feDBf5nwxIE?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen><\/iframe>\n<\/div><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">Video Transcription:<\/h2>\n\n\n\n<ol class=\"wp-block-list\">\n<li>In this video, we will take automatic file back ups at specific time.<\/li>\n\n\n\n<li>Select the folder, right-click and add it to Copywhiz.<\/li>\n\n\n\n<li>Go to the destination folder, right-click and choose Copywhiz Paste Advanced.<\/li>\n\n\n\n<li>We will add %date% in the destination folder address, to automatically create a new destination folder each time based on the current date, then we will paste now.<br><br><img decoding=\"async\" src=\"https:\/\/www.conceptworld.com\/blog\/uploads\/2024\/12\/Schedule.png\" class=\"img-border\" alt=\"\" style=\"width: 524px;\"><br><br><\/li>\n\n\n\n<li>To schedule automatic backups of these files, let\u2019s first save them as a Copywhiz project.<\/li>\n\n\n\n<li>To save a copywhiz project, click on the \u2018File\u2019 tab and select the \u2018Save as\u2019 option.<\/li>\n\n\n\n<li>Name the project and save it.<br><br><img decoding=\"async\" style=\"width: 524px;\" src=\"https:\/\/www.conceptworld.com\/blog\/uploads\/2024\/12\/Schedule1.png\" class=\"img-border\" alt=\"\"><br><br><\/li>\n\n\n\n<li>Select the option \u201cPaste Later\u201d to schedule this project.<br><br><img decoding=\"async\" src=\"https:\/\/www.conceptworld.com\/blog\/uploads\/2024\/12\/Schedule2.png\" class=\"img-border\" alt=\"\" style=\"width: 524px;\"><\/li>\n<\/ol>\n\n\n\n<p>Copywhiz will now automatically take backups.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>Key Features of Copywhiz:<\/strong><\/h4>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>User-Friendly Interface:<\/strong>&nbsp;Offers a graphical interface that\u2019s easy to navigate, even for beginners.<\/li>\n\n\n\n<li><strong>Selective File Copying:<\/strong>&nbsp;Allows you to pick specific files or folders based on name, type, or date.<\/li>\n\n\n\n<li><strong>Advanced Scheduling:<\/strong>&nbsp;Schedule backups without needing additional tools like Task Scheduler.<\/li>\n\n\n\n<li><strong>Error Handling:<\/strong>&nbsp;Provides better error management with detailed logs.<\/li>\n\n\n\n<li><strong>Integration:<\/strong>&nbsp;Works seamlessly with Windows Explorer.<\/li>\n\n\n\n<li><strong>Paid Software:<\/strong>&nbsp;Offers a free trial but requires a purchase for full functionality.<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Step-by-Step Guide to Using PowerShell<\/strong><\/h2>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Step 1: Create a PowerShell Backup Script<\/strong><\/h3>\n\n\n\n<ol class=\"wp-block-list\" start=\"1\">\n<li>Open <strong>Notepad<\/strong> and paste the following script:<br><code>$Source = \"C:\\Source\" <\/code><br><code>$Destination = \"D:\\Backup\" <\/code><br><code>Copy-Item -Path $Source -Destination $Destination -Recurse -Force<\/code><\/li>\n\n\n\n<li>Save the file as <code>backup.ps1<\/code> in a convenient location (e.g., <code>C:\\Scripts<\/code>).<\/li>\n<\/ol>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Step 2: Automate with Windows Task Scheduler<\/strong><\/h3>\n\n\n\n<ol class=\"wp-block-list\" start=\"1\">\n<li>Open <strong>Task Scheduler<\/strong> (Press <code>Win + R<\/code>, type <code>taskschd.msc<\/code>, and hit Enter).<\/li>\n\n\n\n<li>Click <strong>Create Basic Task<\/strong>.<\/li>\n\n\n\n<li>Name the task (e.g., &#8220;PowerShell Backup&#8221;).<\/li>\n\n\n\n<li>Set the <strong>Trigger<\/strong> (Daily, Weekly, or at System Startup).<\/li>\n\n\n\n<li>Choose <strong>Start a Program<\/strong> as the action.<\/li>\n\n\n\n<li>In <strong>Program\/Script<\/strong>, enter <code>powershell.exe<\/code>.<\/li>\n\n\n\n<li>In <strong>Add Arguments<\/strong>, enter:<br><code>-File \"C:\\Scripts\\backup.ps1\"<\/code><\/li>\n\n\n\n<li>Click <strong>Finish<\/strong> to save the task.<\/li>\n<\/ol>\n\n\n\n<p>Your backup will now run automatically based on the schedule you set.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Conclusion: <\/h2>\n\n\n\n<p>Using Copywhiz, scheduling file copy for automatic backups is a seamless and efficient process.<\/p>\n\n\n\n<p><a rel=\"noreferrer noopener\" href=\"https:\/\/www.conceptworld.com\/Copywhiz\" target=\"_blank\">Learn more about<\/a>&nbsp;Copywhiz. Download the free trial&nbsp;<a href=\"https:\/\/www.conceptworld.com\/Copywhiz\/Download\">from here<\/a>.<\/p>\n\n\n\n<p>For short tutorial videos,&nbsp;<a href=\"https:\/\/www.conceptworld.com\/Copywhiz\/Videos\" target=\"_blank\" rel=\"noreferrer noopener\">Check out this page<\/a>.<\/p>\n\n\n\n<p>Subscribe to our&nbsp;<a rel=\"noreferrer noopener\" href=\"https:\/\/www.youtube.com\/channel\/UCULI5s6KJn-0iDIeqJRUWQA\/featured?view_as=subscriber\" target=\"_blank\">YouTube channel<\/a>&nbsp;for interesting videos.<\/p>\n\n\n\n<p>Check out our&nbsp;<a href=\"https:\/\/www.conceptworld.com\/\" rel=\"noreferrer noopener\" target=\"_blank\">other cool products<\/a>.<\/p>\n\n\n\n<p>Have a good day!<\/p>\n\n\n\n<p>Thanks for reading :)<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Hi Guys! Scheduling backups automatic backups provides peace of mind, protects your valuable data and ensures business continuity. Here&#8217;s a step-by-step guide using Copywhiz and PowerShell on how we can schedule a file backup. With Copywhiz you can also compress the whole file set into a zip file. Alternatively you can continuously have scheduled syncing &hellip; <a href=\"https:\/\/www.conceptworld.com\/blog\/index.php\/schedule-file-copy-for-automatic-backups-using-powershell-alternative-replacement\/\" class=\"more-link\">Continue reading <span class=\"screen-reader-text\">Schedule file copy for automatic backups using PowerShell alternative replacement<\/span><\/a><\/p>\n","protected":false},"author":5,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[7],"tags":[],"class_list":["post-8226","post","type-post","status-publish","format-standard","hentry","category-copywhiz"],"_links":{"self":[{"href":"https:\/\/www.conceptworld.com\/blog\/index.php\/wp-json\/wp\/v2\/posts\/8226","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.conceptworld.com\/blog\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.conceptworld.com\/blog\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.conceptworld.com\/blog\/index.php\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/www.conceptworld.com\/blog\/index.php\/wp-json\/wp\/v2\/comments?post=8226"}],"version-history":[{"count":5,"href":"https:\/\/www.conceptworld.com\/blog\/index.php\/wp-json\/wp\/v2\/posts\/8226\/revisions"}],"predecessor-version":[{"id":8442,"href":"https:\/\/www.conceptworld.com\/blog\/index.php\/wp-json\/wp\/v2\/posts\/8226\/revisions\/8442"}],"wp:attachment":[{"href":"https:\/\/www.conceptworld.com\/blog\/index.php\/wp-json\/wp\/v2\/media?parent=8226"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.conceptworld.com\/blog\/index.php\/wp-json\/wp\/v2\/categories?post=8226"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.conceptworld.com\/blog\/index.php\/wp-json\/wp\/v2\/tags?post=8226"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}