View Single Post
  #1   (View Single Post)  
Old 14th November 2022
hd77 hd77 is offline
Shell Scout
 
Join Date: Jan 2022
Posts: 102
Default rclone, openbsd, sync only and all odt

hello
Im attempting to reproduce my little documents backup system with rclone to a server
Im doing it under linux, like :
rclone sync -P /home/user/*odt server:/odt/
trying into openbsd :
rclone sync -P /home/user/*odt server:/odt/

results in:
rclone sync -P "/home/user/"*odt 'server:/odt <
Usage:
rclone sync sourceath destath [flags]

Flags:
--create-empty-src-dirs Create empty source dirs on destination after sync
-h, --help help for sync

Use "rclone [command] --help" for more information about a command.
Use "rclone help flags" for to see the global flags.
Use "rclone help backends" for a list of supported services.
Command sync needs 2 arguments maximum: you provided 3 non flag arguments: ["/home/user/abc.odt" "/home/user/def.odt" "server:/odt/"]

how could I get it solved?
I already tried with brackerts ".." or '..' for the server... or using ~/*odt or /home/*odt for the source part.. didnt worked..
thank you for helping!
Reply With Quote