Search found 143 matches
- Sun Aug 17, 2025 5:23 pm
- Forum: Syncovery on Linux, FreeBSD and NAS Devices
- Topic: two way sync over SFTP sees files on right but then says its empty
- Replies: 4
- Views: 1953
Re: two way sync over SFTP sees files on right but then says its empty
Oh my gosh. I don't know how I didn't realize/think that. That fixed it. Thank you!
- Sun Aug 17, 2025 1:12 pm
- Forum: Syncovery on Linux, FreeBSD and NAS Devices
- Topic: two way sync over SFTP sees files on right but then says its empty
- Replies: 4
- Views: 1953
- Sun Aug 17, 2025 12:31 am
- Forum: Syncovery on Linux, FreeBSD and NAS Devices
- Topic: two way sync over SFTP sees files on right but then says its empty
- Replies: 4
- Views: 1953
two way sync over SFTP sees files on right but then says its empty
I have a two way sync set up between `desk` and `serve`. When I am in the profile, it shows me that it CAN see the files/folders in `serve`. When I run the profile in preview mode, it says there is nothing in `serve` and is going to copy everything from the left. I'm not sure what is wrong.
I took ...
I took ...
- Fri Mar 28, 2025 9:24 pm
- Forum: Syncovery on Linux, FreeBSD and NAS Devices
- Topic: Check if NFS mount is mounted before running job
- Replies: 4
- Views: 17067
Re: Check if NFS mount is mounted before running job
Love it. Thank you!
- Fri Mar 28, 2025 4:45 pm
- Forum: Syncovery on Linux, FreeBSD and NAS Devices
- Topic: Check if NFS mount is mounted before running job
- Replies: 4
- Views: 17067
Re: Check if NFS mount is mounted before running job
Oh. Brilliant.
That will work most of the time I think.
Sometimes when the NFS server is down, and my computer is rebooted, it can't mount the NFS mount but the folder is still there on the root disk. And so sometimes files end up writing to it.
But this should work good enough for me.
Or ...
That will work most of the time I think.
Sometimes when the NFS server is down, and my computer is rebooted, it can't mount the NFS mount but the folder is still there on the root disk. And so sometimes files end up writing to it.
But this should work good enough for me.
Or ...
- Fri Mar 28, 2025 12:54 pm
- Forum: Syncovery on Linux, FreeBSD and NAS Devices
- Topic: Check if NFS mount is mounted before running job
- Replies: 4
- Views: 17067
Check if NFS mount is mounted before running job
I have an NFS mount on my Linux server. Sometimes the NFS server is unavailable and is not mounted.
How can I tell Syncovery to first check if the NFS mount is mounted before running the job? If it is not mounted, then don't run the job.
How can I tell Syncovery to first check if the NFS mount is mounted before running the job? If it is not mounted, then don't run the job.
- Fri Feb 21, 2025 3:40 pm
- Forum: General Topics, Announcements and FAQs
- Topic: Best way to configure Syncovery on multiple machines that sync with each other to avoid conflicts
- Replies: 3
- Views: 10952
Re: Best way to configure Syncovery on multiple machines that sync with each other to avoid conflicts
sufficient to activate the option "Automatically resume (copy with interim filenames, keep incomplete files when stopped)" on the Files tab sheet.
Got it. Thanks!
It will involve implementing multiple PascalScript hook functions, not just OnCanRunProfile
If you tell me what other hook ...
- Fri Feb 21, 2025 1:23 pm
- Forum: General Topics, Announcements and FAQs
- Topic: Best way to configure Syncovery on multiple machines that sync with each other to avoid conflicts
- Replies: 3
- Views: 10952
Re: Best way to configure Syncovery on multiple machines that sync with each other to avoid conflicts
I had a thought.
The OnCanRunProfile function, what happens after the postponed time is up? Does it run OnCanRunProfile again or will it then run the script?
My thought was before a profile starts, use OnCanRunProfile to check if a file exists. If the file exists it waits and checks again in a ...
The OnCanRunProfile function, what happens after the postponed time is up? Does it run OnCanRunProfile again or will it then run the script?
My thought was before a profile starts, use OnCanRunProfile to check if a file exists. If the file exists it waits and checks again in a ...
- Fri Feb 21, 2025 1:20 pm
- Forum: General Topics, Announcements and FAQs
- Topic: Feature Suggestion: Encrypted Backup Viewer
- Replies: 7
- Views: 15961
Re: Feature Suggestion: Encrypted Backup Viewer
Alternatively, what about a log file that dumps source file name and destination encrypted name. When you want a file, you can search the log file and then pull the file you want?
- Fri Feb 21, 2025 1:19 pm
- Forum: General Topics, Announcements and FAQs
- Topic: Feature suggestion: Compress/encrypt by file extension
- Replies: 10
- Views: 27284
Re: Feature suggestion: Compress/encrypt by file extension
I have a hack solution.
Create multiple profiles with their own include/exclude masks.
One profile does everything but system image files and does encrypt. One profile that does just system image files and does not encrypt.
Hacky but it should work?
Create multiple profiles with their own include/exclude masks.
One profile does everything but system image files and does encrypt. One profile that does just system image files and does not encrypt.
Hacky but it should work?