Hello!
I have two different sets to alternate backups on two different disks (rolling each day).
(Duplicati - 2.0.8.1_beta_2024-05-07
)
I added those options:
Set 1
--alternate-target-paths=*:\_SAUVEGARDES\D
--alternate-destination-marker=backup_here.txt
Set 2
--alternate-target-paths=*:\_SAUVEGARDES\D
--alternate-destination-marker=backup_here2.txt
Strangely, sometimes I need to change the usb port to be able to backup. Duplicati say “marker not found”. There is a file with this name, sure.
Logs:
Failed: Le fichier de marquage backup_here.txt n'a été trouvé dans aucune des destinations : G:\_SAUVEGARDES\D\, C:\_SAUVEGARDES\D, D:\_SAUVEGARDES\D, E:\_SAUVEGARDES\D, F:\_SAUVEGARDES\D
Details: Duplicati.Library.Interface.UserInformationException: Le fichier de marquage backup_here.txt n'a été trouvé dans aucune des destinations : G:\_SAUVEGARDES\D\, C:\_SAUVEGARDES\D, D:\_SAUVEGARDES\D, E:\_SAUVEGARDES\D, F:\_SAUVEGARDES\D
à Duplicati.Library.Backend.File..ctor(String url, Dictionary`2 options)
--- Fin de la trace de la pile à partir de l'emplacement précédent au niveau duquel l'exception a été levée ---
à System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
à Duplicati.Library.DynamicLoader.BackendLoader.BackendLoaderSub.GetBackend(String url, Dictionary`2 options)
à Duplicati.Library.Main.BackendManager..ctor(String backendurl, Options options, IBackendWriter statwriter, LocalDatabase database)
à Duplicati.Library.Main.Operation.BackupHandler.<RunAsync>d__20.MoveNext()
--- Fin de la trace de la pile à partir de l'emplacement précédent au niveau duquel l'exception a été levée ---
à System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
à CoCoL.ChannelExtensions.WaitForTaskOrThrow(Task task)
à Duplicati.Library.Main.Controller.<>c__DisplayClass14_0.<Backup>b__0(BackupResults result)
à Duplicati.Library.Main.Controller.RunAction[T](T result, String[]& paths, IFilter& filter, Action`1 method)
Log data:
2024-05-26 21:31:25 +02 - [Error-Duplicati.Library.Main.Operation.BackupHandler-FatalError]: Fatal error
Duplicati.Library.Interface.UserInformationException: Le fichier de marquage backup_here.txt n'a été trouvé dans aucune des destinations : G:\_SAUVEGARDES\D\, C:\_SAUVEGARDES\D, D:\_SAUVEGARDES\D, E:\_SAUVEGARDES\D, F:\_SAUVEGARDES\D
à Duplicati.Library.Backend.File..ctor(String url, Dictionary`2 options)
--- Fin de la trace de la pile à partir de l'emplacement précédent au niveau duquel l'exception a été levée ---
à System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
à Duplicati.Library.DynamicLoader.BackendLoader.BackendLoaderSub.GetBackend(String url, Dictionary`2 options)
à Duplicati.Library.Main.BackendManager..ctor(String backendurl, Options options, IBackendWriter statwriter, LocalDatabase database)
à Duplicati.Library.Main.Operation.BackupHandler.<RunAsync>d__20.MoveNext()
What can I do?
Thank you.
bm