Copy specific files from local array to remote array

Currently reading
Copy specific files from local array to remote array

4
0
Operating system
  1. Linux
  2. Windows
My friend and I both have Synology devices. Periodically I want to send him a few large video files. I have access to his array via Quick Connect. Is there a simple way to periodically (on demand) copy one or two files from my array to a specific folder on his array? Please note, I do not want/need to sync entire folders. I would prefer to do this without having to use a desktop app (i.e. Teamviewer, etc). I suppose I could create a temporary folder on both arrays and use a DS tool to keep them in sync then quickconnect to his array and move it from the temp folder to the desired target folder but I was hoping I could do this in one shot. Or can I use a DS utility to do a one way push or sync of whatever files it finds in my "Stuff to send to Jim" folder and drop it in his "Videos" folder? Just kicking ideas around. Please advise what tools I could use to do this with. Thanks.
 
Maybe create a shared folder and “share” it. Same on the other side and whatever you want to share, just copy to your shared folder and he can access it with the link. The same for the other side.

If you want to automate it then you’ll need a script with a schedule to copy to that particular folder.
QuickConnect will be slow.

Someone here might have a better idea.
 
Upvote 0
FWIW the "files" are video format. I just want to add the file to "Movies" folder on his computer. I am not using any of the Syno tools to watch, catalog, or do anything with the file because I swear I recall issues with syno sync tools and "system named folders".

I suppose I could sync Gordon's Movies folder with Jim's Movies folder but I want my cake and want to eat it too. The sync cannot remove anything from my folder, but I can. If I delete a file from Movies, I don't want to delete it from Jims Movies folder. If Jim deletes a file I don't want it to disappear from my folder. Too much to ask?
 
Upvote 0
So it’s one way from you to him?
And if you delete a file, you don’t want it to be deleted on his NAS?

I believe if you use rsync, the destination will always match the source (You don’t want that).

I don’t use QuickConnect, but he can give you access to a shared folder and you can copy the files. But QuickConnect is slow (relay).

The other option is to mount a remote folder. Not sure if this works with QuickConnect, but you can try. If not then DDNS or Tailscale.

You can automate it by using Task Manager to run a daily script that copies new files (maybe based on age), something like this:

find /volume1/local_directory -type f -mtime -1 -exec cp -a "{}" /volume1/mounted_directory \;

You can try some or a combination of the above and see.
 
Upvote 0

Create an account or login to comment

You must be a member in order to leave a comment

Create account

Create an account on our community. It's easy!

Log in

Already have an account? Log in here.

Similar threads

Yes, sorry for not responding. After multiple calls with my internet provider they said it was because of...
Replies
19
Views
4,962
how did you do that? I migrated to a new NAS and can't figure it out, on my old setup I had it working...
Replies
12
Views
7,830
If the absence of these things is part of your specification, then your solution can only be one based on...
Replies
20
Views
2,518
Deleted member 5784
D
I can confirm that the latest smb update resolved the issue in my case. I can now save files directly on...
Replies
20
Views
3,674
I want, for example, one share with name "photos". All users can upload and view. But no delete. The "Joe"...
Replies
8
Views
3,598

Welcome to SynoForum.com!

SynoForum.com is an unofficial Synology forum for NAS owners and enthusiasts.

Registration is free, easy and fast!

Trending threads

Back
Top