You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I synchronize files by list using the --files-from command. The list of files changes from time to time.
After some time, I found a bunch of files in the target folder that were copied there for a long time.
Tell me, what should the command look like that, during synchronization, deletes in the target folder those files that are not in the list with the --files-from option?
I spent several hours on various experiments and searching for a solution on the Internet, but I still haven't found a working way to run rsync.
Hello!
I synchronize files by list using the --files-from command. The list of files changes from time to time.
After some time, I found a bunch of files in the target folder that were copied there for a long time.
Tell me, what should the command look like that, during synchronization, deletes in the target folder those files that are not in the list with the --files-from option?
I spent several hours on various experiments and searching for a solution on the Internet, but I still haven't found a working way to run rsync.
Tell me, what am I doing wrong?
Command: rsync --itemize-changes --files-from=1.txt --delete-excluded 192.168.1.1::backups /cygdrive/e/backupsdir/
The text was updated successfully, but these errors were encountered: