I think the CLI version will work for my needs. I have a ssh server running a few hours away with 1TB ssd. I want to use this server to backup files i have. I can remote into it and i own the server
I have never used backup software since most the time i just did a copy paste once a week and let it run while i was sleeping or used an external drive.
with duplicacy, does it check the repo folder for new files/changes to files and only copy those? or is it like “copy and paste” ?
second question, i am unfamiliar with what the option flags in this program do IE pruning, etc etc. Is there a doc that explains what each flag does so i can get a better idea of whats going on?
EDIT: i just sw the BIG GIANT sticky above my post that shows some of the flags
and lastly, can i have multiple folders on my desktop point to a single folder named “backup” on the ssh server for everything to be copied to IE:
Desktop/pictures —> sftp://67.x.x.x/backup/pictures
Desktop/docs —> sftp://67.x.x.x/backup/docs
Desktop/downloads —> sftp://67.x.x.x/backup/downloads
Desktop/school —> sftp://67.x.x.x/backup/school
thanks for all the help and answers.