All Questions
11
questions
0
votes
1
answer
22
views
Google Drive Desktop wasn't moving file, it's moved the file to trash then reuploading when moved by robocopy
So, I'm applying this 3-2-1 backup rule.
Folder form ssd-sync is synced to vhd-sync through robocopy, here is the argument command.
robocopy D:\ssd-sync E:\vhd-sync /LOG+:D:\ssd-sync\robocopy-...
0
votes
0
answers
23
views
Is robocopy syncing files, copying them or syncing with the right parameter? [duplicate]
I want to do something like this
https://www.ubackup.com/synchronization/robocopy-two-way-sync-8523.html
I got the impression that robocopy is syncing.
That is it looks like if the file is older or ...
0
votes
1
answer
2k
views
Can Robocopy sync Files in a Directory between two pcs, Modifications of files on both pcs, but want to keep newest modifications/files synced
So I am trying to keep a Minecraft Game Save Folder that is located in both PC A and PC B in sync. PC A and PC B will both access/modify the contents of the files in this folder periodically. I would ...
0
votes
0
answers
165
views
How do I properly sync data between two Windows 10 systems on the same LAN utilizing Robocopy, a .bat file, and Task Scheduler?
I've read a number of posts regarding the use of robocopy to sync data between two Windows systems. I tried various configurations, and the settings I currently have in place are what seemed to work ...
1
vote
1
answer
310
views
What is the correct RoboCopy command for my intended sync job?
I've never used RoboCopy before and I'd like to make sure a particular operation goes smoothly. I've built an OpenMediaVault NAS and I previously copied all my relevant files to it from my Windows 10 ...
3
votes
0
answers
750
views
Robocopy always detects files as "newer" if destination is OneDrive synced
I'm trying to use robocopy to mirror files from a CIFS file share to a SharePoint library via the OneDrive sync client.
Something I've noticed is that all the files get re-copied each time I run ...
0
votes
1
answer
401
views
Folder-sync strategy with robocopy and a token-file
I work on two machines that I cannot synchronize over the network so I use a flash memory.
To synchronize them I created a powershell script that backups my working folder to the flash drive so that ...
0
votes
1
answer
421
views
robocopy: only list what will be deleted from destination
I want to list what will be deleted from the destination directory. I tried:
robocopy U:\ R:\ /L /E /NOCOPY /PURGE
1
vote
0
answers
259
views
Robocopy /purge only without archive attribute
i am working on a robocopy command to sync different folders.
But for some reasons i just want to delete with purge the files without an archive attribute. Is this possible?
/Purge /E /NOCOPY /Log:%...
1
vote
1
answer
4k
views
Sync local files to S3 similar to Robocopy
I am looking for a way to synchronize an entire local folder structure to Amazon S3, similar to how one might synchronize two folders using Robocopy.
Whatever solution I come up with needs to be ...
1
vote
3
answers
2k
views
Sync Only New Files
I have a large collection of photos. I only want to sync the latest (in my case right now 1 year) to a laptop.
I have tried syncovery and Goodsync without seeing any modifiers that would only select ...