LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   RSync without deletion (https://www.linuxquestions.org/questions/linux-server-73/rsync-without-deletion-789457/)

nidhoegger 02-16-2010 06:37 AM

RSync without deletion
 
I'm using rsync for a backup-sript at the moment and want
to keep all files. The files are always unique, so I want
to rsync without delete any file on the destination.

I've tried with --no-delete and --max-delete=0
but nothing seens to work. Is there even a possibility to do so?

Thanks.

repo 02-16-2010 06:44 AM

What happens if you don't use the --delete option ?

nidhoegger 02-16-2010 06:49 AM

i don't use --delete so it should be an implied option


All times are GMT -5. The time now is 08:19 PM.