Search found 9 matches
- 02 Aug 2023, 17:11
- Forum: Help
- Topic: news.php is incomplete
- Replies: 2
- Views: 767
Re: news.php is incomplete
Ah ha! Thank you.
- 01 Aug 2023, 20:08
- Forum: Help
- Topic: news.php is incomplete
- Replies: 2
- Views: 767
news.php is incomplete
As of this writing, the news.php file jumps from entries for July 12, 2023 (version 12.5) to February 16, 2020 (version 10.20).
% curl -s https://freefilesync.org/news-feed.php | awk '/title/||/pubDate/{print $0}'
<title>FreeFileSync News</title>
<title>FreeFileSync News</title>
<title ...
% curl -s https://freefilesync.org/news-feed.php | awk '/title/||/pubDate/{print $0}'
<title>FreeFileSync News</title>
<title>FreeFileSync News</title>
<title ...
- 16 Sep 2021, 00:46
- Forum: Help
- Topic: macOS: batch file accessing Documents, Desktop on Big Sur
- Replies: 0
- Views: 198
macOS: batch file accessing Documents, Desktop on Big Sur
Has anyone used FreeFileSync in a managed/MDM environment? I have a .batch file that triggers based on a script, but it chokes on accessing the ~/Documents and ~/Desktop folders. The FreeFileSync's error log has lines like:
Cannot open directory "/Users/username/Desktop".
EPERM: Operation not ...
Cannot open directory "/Users/username/Desktop".
EPERM: Operation not ...
- 16 Apr 2019, 00:38
- Forum: General Discussion
- Topic: Mac -- issue with folder exclude
- Replies: 0
- Views: 220
Mac -- issue with folder exclude
This folder exclusion isn't working as expected. (That is, the folder is syncing anyway).
This is on macOS 10.13.6 and FFS 10.11. Is there something I'm doing wrong in the delimiter or syntax?
Thanks,
Andrew
<Item>/Users/%USER%/Documents/Microsoft User Data/</Item>
Thanks,
Andrew
- 22 Sep 2016, 20:23
- Forum: General Discussion
- Topic: Distributions with signed binaries?
- Replies: 5
- Views: 1544
Re: Distributions with signed binaries?
Wonderful! Thank you!
- 29 Aug 2016, 18:24
- Forum: Help
- Topic: Silent batch on Mac OS X
- Replies: 1
- Views: 516
Re: Silent batch on Mac OS X
[thread bump]
Any comments on this?
Any comments on this?
- 29 Aug 2016, 18:24
- Forum: General Discussion
- Topic: Distributions with signed binaries?
- Replies: 5
- Views: 1544
Re: Distributions with signed binaries?
Is there any way we could entice you to go through the hurdles? Unsigned binaries are an increasing problem in deployments.
- 26 Aug 2016, 20:27
- Forum: General Discussion
- Topic: Distributions with signed binaries?
- Replies: 5
- Views: 1544
Distributions with signed binaries?
The unsigned FOSS binaries are sometimes problematic in a managed environment, where security policies restrict the use of unsigned binaries. And, in fact, the Windows and OS X platforms how heavily prefer signed binaries.
Are distributions with signed binaries available? (Perhaps through a ...
Are distributions with signed binaries available? (Perhaps through a ...
- 26 Aug 2016, 20:21
- Forum: Help
- Topic: Silent batch on Mac OS X
- Replies: 1
- Views: 516
Silent batch on Mac OS X
Hi all,
First time caller here. I'm working on Mac OS X and want to do a silent, scripted batch sync. It's simple enough to execute via a scripted process:
/path/to/FreeFileSync /path/to/SyncSettings.ffs_batch
While the <RunMinimized> suppresses the GUI, it briefly displays an icon in the menu ...
First time caller here. I'm working on Mac OS X and want to do a silent, scripted batch sync. It's simple enough to execute via a scripted process:
/path/to/FreeFileSync /path/to/SyncSettings.ffs_batch
While the <RunMinimized> suppresses the GUI, it briefly displays an icon in the menu ...