Search found 11 matches
- 17 Jun 2024, 20:59
- Forum: Help
- Topic: How to check the last run time (linux)?
- Replies: 3
- Views: 1141
Re: How to check the last run time (linux)?
or check the timestamp of the log file? That would be when it was last modified, so when the last action of the sync process occurred.
stat --format '%y' /path/to/logfile
If FreeFileSync doesn't make such a useful log, then maybe capturing standard output from cron might be useful (assuming ...
- 17 Jun 2024, 18:55
- Forum: Help
- Topic: How to check the last run time (linux)?
- Replies: 3
- Views: 1141
How to check the last run time (linux)?
Hello,
so I have configured the batch file and added it to the crontab (Ubuntu) to be executed daily at 17h.
Now, since cron doesn't care if a job is executed or not (for example if PC is off at that time), I need a way to check when was the last run.
Basically, I want to run a custom script in ...
so I have configured the batch file and added it to the crontab (Ubuntu) to be executed daily at 17h.
Now, since cron doesn't care if a job is executed or not (for example if PC is off at that time), I need a way to check when was the last run.
Basically, I want to run a custom script in ...
- 12 Jun 2024, 21:08
- Forum: Help
- Topic: sFTP error: Unable to startup channel
- Replies: 4
- Views: 1439
Re: sFTP error: Unable to startup channel
thank you for the clarification.
In order to get more perf, you could increase number of channels:
https://freefilesync.org/manual.php?topic=ftp-setup
Can you please tell me what configuration would work best in my case? So, the Hetzner limits 10 connections from the same IP, what to enter in ...
In order to get more perf, you could increase number of channels:
https://freefilesync.org/manual.php?topic=ftp-setup
Can you please tell me what configuration would work best in my case? So, the Hetzner limits 10 connections from the same IP, what to enter in ...
- 12 Jun 2024, 19:56
- Forum: Help
- Topic: sFTP error: Unable to startup channel
- Replies: 4
- Views: 1439
Re: sFTP error: Unable to startup channel
Fixed.
The problem was the limit on the Hetzner box.
Hetzner limits 10 connections from the same IP.
So, I fixed it by setting limits to the sFTP connection as:
- 5 threads
- 5 ftp connections
That is a total of 10 connections.
Important: I set the limit on my SOURCE folder to 10 threads. If I try ...
The problem was the limit on the Hetzner box.
Hetzner limits 10 connections from the same IP.
So, I fixed it by setting limits to the sFTP connection as:
- 5 threads
- 5 ftp connections
That is a total of 10 connections.
Important: I set the limit on my SOURCE folder to 10 threads. If I try ...
- 11 Jun 2024, 10:34
- Forum: Help
- Topic: openSUSE: Failed to start (donation edition)
- Replies: 2
- Views: 356
Re: openSUSE: Failed to start (donation edition)
The window doesn't show error details, which I've fixed for the next release.
In the meantime, when you run "/opt/FreeFileSync/FreeFileSync" from a terminal, what do you see?
I get this error.
Edit: fixed by running:
sudo zypper install libgthread-2_0-0
Maybe the installation script should ...
- 10 Jun 2024, 23:11
- Forum: Help
- Topic: openSUSE: Failed to start (donation edition)
- Replies: 2
- Views: 356
openSUSE: Failed to start (donation edition)
Hello,
just installed the donation edition by running the .run file and it installed successfully.
However, when I tried to start the program, I got the error:
Failed to start "/opt/FreeFileSync/Bin/FreeFileSync_x86_64".
Any ideas how to fix this?
I tried to uninstall and install it again ...
just installed the donation edition by running the .run file and it installed successfully.
However, when I tried to start the program, I got the error:
Failed to start "/opt/FreeFileSync/Bin/FreeFileSync_x86_64".
Any ideas how to fix this?
I tried to uninstall and install it again ...
- 10 Jun 2024, 21:08
- Forum: Help
- Topic: sFTP error: Unable to startup channel
- Replies: 4
- Views: 1439
sFTP error: Unable to startup channel
Hello,
when I connect my Hetzner box (sFTP) I get this error each time I run sync (sometimes even if I just run Compare check).
Usually, it appears after 1-2 sec. Some files are transferred, and then it shows that error.
I tried 1 connection and 1 thread - no luck.
Any ideas how to fix this? I have ...
when I connect my Hetzner box (sFTP) I get this error each time I run sync (sometimes even if I just run Compare check).
Usually, it appears after 1-2 sec. Some files are transferred, and then it shows that error.
I tried 1 connection and 1 thread - no luck.
Any ideas how to fix this? I have ...
- 08 Jun 2024, 19:11
- Forum: Help
- Topic: Switching from Windows to Linux
- Replies: 0
- Views: 264
Switching from Windows to Linux
Hello!
Can I configure FFS so it executes the same task regardless of which OS I am using at the moment?
I want to dual-boot Windows and Linux and my backup should start automatically each day at 5 PM ( https://freefilesync.org/forum/viewtopic.php?t=11367 )
So, I must install FFS on both Windows ...
Can I configure FFS so it executes the same task regardless of which OS I am using at the moment?
I want to dual-boot Windows and Linux and my backup should start automatically each day at 5 PM ( https://freefilesync.org/forum/viewtopic.php?t=11367 )
So, I must install FFS on both Windows ...
- 06 Jun 2024, 15:10
- Forum: Help
- Topic: Backup to HDD and then to Hetzner Box
- Replies: 4
- Views: 1619
Re: Backup to HDD and then to Hetzner Box
Thank you so much for the detailed explanation!
It makes sense, I will configure the task as you described.
Thank you again man! :)
It makes sense, I will configure the task as you described.
Thank you again man! :)
- 06 Jun 2024, 10:30
- Forum: Help
- Topic: Backup to HDD and then to Hetzner Box
- Replies: 4
- Views: 1619
Re: Backup to HDD and then to Hetzner Box
Zorin OS is based on Ubuntu linux, I mentioned that only because I need help with scheduling the task so the sync happens automatically :)
Hetzner Box has WebDav and sFTP support, so it shouldn't be a problem.
No, I do not need to backup additional content from the external HDD to Hetzner, those ...
Hetzner Box has WebDav and sFTP support, so it shouldn't be a problem.
No, I do not need to backup additional content from the external HDD to Hetzner, those ...
- 05 Jun 2024, 19:40
- Forum: Help
- Topic: Backup to HDD and then to Hetzner Box
- Replies: 4
- Views: 1619
Backup to HDD and then to Hetzner Box
Hello,
I spent two days reading posts here and couldn't figure out this.
I am using SyncBack Pro and need to switch over to FFS.
What I need:
- Backup partition "D:" (exclude some folders) to the external HDD using the "Mirror" option
- When that operation is finished, make an identical copy of the ...
I spent two days reading posts here and couldn't figure out this.
I am using SyncBack Pro and need to switch over to FFS.
What I need:
- Backup partition "D:" (exclude some folders) to the external HDD using the "Mirror" option
- When that operation is finished, make an identical copy of the ...