Long story short... I have a Synology NAS and need to create an offsite copy as simple and easily as possible. I would like to do this every Friday while I am in my office. I've tried using Synology's USB Copy (it sucks and doesn't work - takes way too long to a HD in a USB attached drive dock). I have too much data to upload to the cloud every day. USB is not the way... my network is the fastest copy option I have.
I have a Samsung 4 TB T9 SSD drive (portable) that I'll bring in and connect directly to my office desktop. I want to have a "script" or PowerShell Cmdlet that does the following:
\\NAS\SV1
\\NAS\SV2
\\NAS\SV3
\\NAS\SV4
\\NAS\FS1\Thursday
Why is there a Thursday? It would be the previous nights full image backup. For me to get all of the files to fit on 4 TB SSD I can only take ONE of the FS1 servers backup images. I have one for everyday, but this is solely for offsite purposes so I'd only need the previous nights backup. This makes the total amount of storage needed : 1.6 TB. I have a 4 TB so plenty of room
I can open a file explorer window with \\NAS and see all of the folders listed above. If I have my T9 mounted to drive letter Z (for example) how do I make exact copies of the network storage folders on the NAS?
I could manually do this by opening two windows side-by-side and copy/pasting, but I really want to be able to automate this so I can go about my day.
Any help is appreciated. I've always wanted to know more about scripting and this is probabily pretty straight forward and a good starting project to learn how to. Teach me the way
I have a Samsung 4 TB T9 SSD drive (portable) that I'll bring in and connect directly to my office desktop. I want to have a "script" or PowerShell Cmdlet that does the following:
\\NAS\SV1
\\NAS\SV2
\\NAS\SV3
\\NAS\SV4
\\NAS\FS1\Thursday
Why is there a Thursday? It would be the previous nights full image backup. For me to get all of the files to fit on 4 TB SSD I can only take ONE of the FS1 servers backup images. I have one for everyday, but this is solely for offsite purposes so I'd only need the previous nights backup. This makes the total amount of storage needed : 1.6 TB. I have a 4 TB so plenty of room
I can open a file explorer window with \\NAS and see all of the folders listed above. If I have my T9 mounted to drive letter Z (for example) how do I make exact copies of the network storage folders on the NAS?
I could manually do this by opening two windows side-by-side and copy/pasting, but I really want to be able to automate this so I can go about my day.
Any help is appreciated. I've always wanted to know more about scripting and this is probabily pretty straight forward and a good starting project to learn how to. Teach me the way