Search found 6 matches

by DrLove73
31 Jan 2017, 07:44
Forum: General Discussion
Topic: make automatic backup folders
Replies: 6
Views: 2275

Re: make automatic backup folders

I noticed that you have to generate every "destination source" folder, meaning that if I use already generated ffs_batch file for new PC (I generate them via Python script from .csv file) then I also have to generate the starting "destination" folder.
If on Left, "source", I use " C:\AppData ", and ...
by DrLove73
16 Dec 2016, 14:01
Forum: General Discussion
Topic: Feature Request: Limiting Versions
Replies: 26
Views: 9314

Re: Feature Request: Limiting Versions

Well, creating backups from one location and syncing two locations are slightly different things. Versioning is meant to provide different versions of the file in case we have to revert to earlier VERSION of the file. Versions in FFS are being moved to separate location, they are not meant to be in ...
by DrLove73
15 Dec 2016, 13:56
Forum: Help
Topic: Versioning - New versions when file not deleted
Replies: 2
Views: 746

Re: Versioning - New versions when file not deleted

Btw. Outlook changes the file headers even if there was no change in e-mails. So only relevant info in this case is modification date.
by DrLove73
15 Dec 2016, 13:48
Forum: Help
Topic: SharePoint (Office 365): Mapped network share not found in task scheduler
Replies: 9
Views: 3542

Re: SharePoint (Office 365): Mapped network share not found in task scheduler

Create a task with same settings as your task but use something like "net use > c:\task_network.txt" and then see what is the output, if it really sees the drive.
I think that if you run cmd/bat using "Run as Administrator" (or was it elevated command prompt?), then no matter you are already admin ...
by DrLove73
15 Dec 2016, 13:29
Forum: General Discussion
Topic: Feature Request: Limiting Versions
Replies: 26
Views: 9314

Re: Feature Request: Limiting Versions

Actually, deleting files "older then" can delete ALL versioning files if file was not updated longer then set date. It is necessary to have "keep only X versions" of the file to protect few versioning files from deletion because they were not changed for several days, a months, whatever.
by DrLove73
05 Dec 2016, 08:51
Forum: General Discussion
Topic: Feature Request: Limiting Versions
Replies: 26
Views: 9314

Re: Feature Request: Limiting Versions

Hi.

I am very happy with FFS so far, except for the fact versioning limiting is missing. I started using it about a month ago, and so far I built few scripts in pyton and windows batch script to create:
1. folders on the server that will be used for storing separate folders (if you decide to backup ...