F5F Stay Refreshed Software Operating Systems Automated file transfer into folders

Automated file transfer into folders

Automated file transfer into folders

X
xX_IceyWolf_Xx
Senior Member
629
06-19-2016, 08:35 PM
#1
hi, I was googling this problem, but nothing comes up. It is possible, that there is no solution. Problem: I have a laptop that I work in classes, I want it to upload/synchronize the content of "Documents" every night into my NAS, which is mapped as network drive. Does anyone have any idea how to tackle the problem? The target folder may be read only for other computers on the network. TYIA [bonus points for using win10 built in tools only]
X
xX_IceyWolf_Xx
06-19-2016, 08:35 PM #1

hi, I was googling this problem, but nothing comes up. It is possible, that there is no solution. Problem: I have a laptop that I work in classes, I want it to upload/synchronize the content of "Documents" every night into my NAS, which is mapped as network drive. Does anyone have any idea how to tackle the problem? The target folder may be read only for other computers on the network. TYIA [bonus points for using win10 built in tools only]

S
Si0neR
Member
235
06-26-2016, 01:06 PM
#2
I have a concept using only native Windows tools. It requires a CMD Batch Script to move the folder to the NAS, and scheduling it via Task Scheduler. Let me know if you want more details.
S
Si0neR
06-26-2016, 01:06 PM #2

I have a concept using only native Windows tools. It requires a CMD Batch Script to move the folder to the NAS, and scheduling it via Task Scheduler. Let me know if you want more details.

R
rayku98
Member
173
06-26-2016, 09:42 PM
#3
go on!
R
rayku98
06-26-2016, 09:42 PM #3

go on!

M
Macattack1972
Member
140
06-28-2016, 01:44 AM
#4
Xcopy is a command-line utility for duplicating entire folders. The syntax follows: xcopy source destination. To move your user folder to a backup drive, use: xcopy "C:/Users/Myself/" "B:/UserBackup" /H /S /E /-Y /I /G /R /O /X. These flags help ensure the operation runs smoothly. For more details on the options, refer to the documentation link provided.

Next, launch the command by opening Run (Windows Key + R) and typing "taskschd.msc", then pressing Enter. In Task Scheduler, locate the panel on the right and click "Create Task." Set up the basic settings: General Name, description, user login status, and ensure you have sufficient permissions. Define triggers based on your needs—such as scheduling, system events, or specific conditions. You may also set actions like starting a program or configuring conditions (e.g., idle time, power source).

Optional steps include enabling task execution only when idle, ensuring the computer is powered on, and adjusting sleep settings to avoid interruptions. Configure start times if desired, but timing is flexible. This process completes the backup setup. Let me know if you need further clarification.
M
Macattack1972
06-28-2016, 01:44 AM #4

Xcopy is a command-line utility for duplicating entire folders. The syntax follows: xcopy source destination. To move your user folder to a backup drive, use: xcopy "C:/Users/Myself/" "B:/UserBackup" /H /S /E /-Y /I /G /R /O /X. These flags help ensure the operation runs smoothly. For more details on the options, refer to the documentation link provided.

Next, launch the command by opening Run (Windows Key + R) and typing "taskschd.msc", then pressing Enter. In Task Scheduler, locate the panel on the right and click "Create Task." Set up the basic settings: General Name, description, user login status, and ensure you have sufficient permissions. Define triggers based on your needs—such as scheduling, system events, or specific conditions. You may also set actions like starting a program or configuring conditions (e.g., idle time, power source).

Optional steps include enabling task execution only when idle, ensuring the computer is powered on, and adjusting sleep settings to avoid interruptions. Configure start times if desired, but timing is flexible. This process completes the backup setup. Let me know if you need further clarification.

M
MikeBenj
Member
209
06-30-2016, 04:57 AM
#5
thx!
M
MikeBenj
06-30-2016, 04:57 AM #5

thx!

A
awesomegirl_00
Junior Member
4
07-03-2016, 06:36 AM
#6
You may wish to search for "incremental" backup tools. This should likely speed up the backup process Smile. Many of these applications also offer version control for files, allowing you to revert to previous states if necessary.
A
awesomegirl_00
07-03-2016, 06:36 AM #6

You may wish to search for "incremental" backup tools. This should likely speed up the backup process Smile. Many of these applications also offer version control for files, allowing you to revert to previous states if necessary.

Z
Zemboyy
Member
235
07-03-2016, 02:08 PM
#7
You might consider using iperius backup—it's free. I already have it configured for one of my clients; just adjust the schedule to your needs.
Z
Zemboyy
07-03-2016, 02:08 PM #7

You might consider using iperius backup—it's free. I already have it configured for one of my clients; just adjust the schedule to your needs.