Search found 6 matches

by Menel
04 Oct 2023, 15:31
Forum: Help
Topic: HELP!!!
Replies: 35
Views: 18151

Re: HELP!!!


FreeFileSync did show a warning, which you apparently missed:

The following folders are significantly different. Please check that the correct folders are selected for synchronization.

The warning is triggered when more than 50% of items will be created or deleted.


Does this trigger and ...
by Menel
22 Jul 2021, 11:51
Forum: Help
Topic: Tip - alternative for gnome-schedule on Linux
Replies: 9
Views: 5570

Re: Tip - alternative for gnome-schedule on Linux


Hi guys,

Just wanted to chime in. I landed here after realizing that gnome-schedule is not an (easy) option on Ubuntu now, so I wanted to try and use crontab instead. I admit this is the first time I try to set up a cron job.

Anyhow, I first fiddled with crontab to make sure I understood how it ...
by Menel
27 Dec 2019, 19:35
Forum: General Discussion
Topic: Problem while setting cron job on ubuntu 16.04
Replies: 2
Views: 434

Re: Problem while setting cron job on ubuntu 16.04

'mount -a' producing fstab errors has nothing to do with crontab edits.

'mount -a' mounts all devices in fstab.
fstab is the table of filesystems. Browse fstab and see if you have an error at line 15.
by Menel
27 Dec 2019, 18:28
Forum: Help
Topic: Tip - alternative for gnome-schedule on Linux
Replies: 9
Views: 5570

Re: Tip - alternative for gnome-schedule on Linux

Had a lot of issues with all of this, no specific errors, but not running. Then success! For future googlers:

Runs every 6 hours.
0 */6 * * * env DISPLAY=:0 /opt/FreeFileSync/FreeFileSync /home/plex/syncSFTP.ffs_batch
per https://help.ubuntu.com/community/CronHowto#GUI_Applications
by Menel
23 Feb 2019, 15:04
Forum: Help
Topic: 10.9, SFTP in Ubuntu 18.04.2, Key Exchange Failure
Replies: 3
Views: 854

Re: 10.9, SFTP in Ubuntu 18.04.2, Key Exchange Failure

Well I'm a dummy. The Kex stuff looked good on my server end. But while digging through docs on all the websites, noticed it was older than current. I was sitting back on 7.x something.

Updated BitVise to 8.26 and FFS working without error! I have much more setting debug and trial to work through ...
by Menel
22 Feb 2019, 18:33
Forum: Help
Topic: 10.9, SFTP in Ubuntu 18.04.2, Key Exchange Failure
Replies: 3
Views: 854

10.9, SFTP in Ubuntu 18.04.2, Key Exchange Failure

Server: Win10, BitVise
Client: Ubuntu 18.04.2LTS, FFS 10.9
Both on the same subnet, internal LAN.

Unable to connect to "192.168.1.136".
LIBSSH2_ERROR_KEY_EXCHANGE_FAILURE: Unable to exchange encryption keys [libssh2_session_handshake]

Trying to use password authentication.

Terminal via ssh and ...