Was reading this forum and think I might have made a mistake. I want to back up the entire server to a USB drive. I used rsync --delete -lprogr -W --progress / "backup"
I got the following:
file has vanished: "/proc/2/exe"
file has vanished: "/proc/2/task/2/exe"
file has vanished: "/proc/3/exe"
file has vanished: "/proc/3/task/3/exe"
file has vanished: "/proc/4/exe"
file has vanished: "/proc/4/task/4/exe"
file has vanished: "/proc/5/exe"
file has vanished: "/proc/5/task/5/exe"
file has vanished: "/proc/6/exe"
file has vanished: "/proc/6/task/6/exe"
file has vanished: "/proc/7/exe"
file has vanished: "/proc/7/task/7/exe"
file has vanished: "/proc/8/exe"
file has vanished: "/proc/8/task/8/exe"
file has vanished: "/proc/9/exe"
file has vanished: "/proc/9/task/9/exe"
file has vanished: "/proc/10/exe"
file has vanished: "/proc/10/task/10/exe"
file has vanished: "/proc/11/exe"
file has vanished: "/proc/11/task/11/exe"
file has vanished: "/proc/12/exe"
file has vanished: "/proc/12/task/12/exe"
file has vanished: "/proc/13/exe"
file has vanished: "/proc/13/task/13/exe"
file has vanished: "/proc/14/exe"
file has vanished: "/proc/14/task/14/exe"
file has vanished: "/proc/15/exe"
file has vanished: "/proc/15/task/15/exe"
file has vanished: "/proc/16/exe"
file has vanished: "/proc/16/task/16/exe"
file has vanished: "/proc/17/exe"
file has vanished: "/proc/17/task/17/exe"
file has vanished: "/proc/18/exe"
file has vanished: "/proc/18/task/18/exe"
file has vanished: "/proc/19/exe"
file has vanished: "/proc/19/task/19/exe"
file has vanished: "/proc/25/exe"
file has vanished: "/proc/25/task/25/exe"
file has vanished: "/proc/26/exe"
file has vanished: "/proc/26/task/26/exe"
file has vanished: "/proc/27/exe"
file has vanished: "/proc/27/task/27/exe"
file has vanished: "/proc/28/exe"
file has vanished: "/proc/28/task/28/exe"
file has vanished: "/proc/29/exe"
file has vanished: "/proc/29/task/29/exe"
file has vanished: "/proc/134/exe"
file has vanished: "/proc/134/task/134/exe"
file has vanished: "/proc/218/exe"
file has vanished: "/proc/218/task/218/exe"
file has vanished: "/proc/219/exe"
file has vanished: "/proc/219/task/219/exe"
file has vanished: "/proc/220/exe"
file has vanished: "/proc/220/task/220/exe"
file has vanished: "/proc/221/exe"
file has vanished: "/proc/221/task/221/exe"
file has vanished: "/proc/222/exe"
file has vanished: "/proc/222/task/222/exe"
file has vanished: "/proc/311/exe"
file has vanished: "/proc/311/task/311/exe"
file has vanished: "/proc/380/exe"
file has vanished: "/proc/380/task/380/exe"
file has vanished: "/proc/414/exe"
file has vanished: "/proc/414/task/414/exe"
file has vanished: "/proc/451/exe"
file has vanished: "/proc/451/task/451/exe"
file has vanished: "/proc/468/exe"
file has vanished: "/proc/468/task/468/exe"
file has vanished: "/proc/507/exe"
file has vanished: "/proc/507/task/507/exe"
file has vanished: "/proc/953/exe"
file has vanished: "/proc/953/task/953/exe"
file has vanished: "/proc/1489/exe"
file has vanished: "/proc/1489/task/1489/exe"
file has vanished: "/proc/1946/exe"
file has vanished: "/proc/1946/task/1946/exe"
file has vanished: "/proc/25140/exe"
file has vanished: "/proc/25140/task/25140/exe"
file has vanished: "/proc/25141/exe"
file has vanished: "/proc/25141/task/25141/exe"
file has vanished: "/proc/25206/exe"
file has vanished: "/proc/25206/task/25206/exe"
file has vanished: "/proc/16763/exe"
file has vanished: "/proc/16763/task/16763/exe"
file has vanished: "/proc/16765/exe"
file has vanished: "/proc/16765/task/16765/exe"
I stopped this with a ctrl c. Did I just delete the above files and if so how do I get them back? This is a production server that CANT go down I do need to back up once a night.
Will the missing files hurt anything?
Thanks in advance.
Brian