08-21-2024, 07:10 AM
(05-28-2017, 10:58 AM)Admini Wrote: If you want to backup as less files as possible, there is a file list in the attachment.
You should put it in your installation directory(the same directory with chrome.exe).
file_list.txt (Size: 273 bytes / Downloads: 675)
Then you can add a command bookmark having the following content:
cmd://cmd.exe /c for /f "delims=" %I in (..\file_list.txt) do xcopy /siy "..\%I" "E:\My_Cent_Profile\"
(You should change E:\My_Cent_Profile\ to your own path)
When you want to do a backup, just click the command bookmark.
The file_list.txt as specified attachment is outdated because it does not exist, while it's part of the CMD command. If this message is useful, it should be updated.