Re: mmap failed: No such device
Brought to you by:
thesun
From: Julien Le N. <jul...@en...> - 2005-09-07 10:03:30
|
> Thanks for your help, I warn you I'm gonna ask for some more help in the > future, because I am trying to make a script that would allow me to > encrypt the files I want to backup, rsync them to a remote server, than > delete the working files on my computer. I have the feeling that I would > need some checking over this script, I don't want to discover it's wrong > when I need the back-up files ;-) I am just trying to start with this script. I want to be able to perform a backup from any terminal by typing a command. I have already done that for a simple backup using rsync, but not having encrypted the files before. I have one problem right at the beginning. My script looks like this (unwrapped): #!/bin/sh rsyncrypto -r home/jul/websites/ home/jul/working_backups/backweb/ home/jul/working_backups/keyweb/ home/jul/backup.key and the result: jul@ubuntu:~$ buex /home/jul/.local/bin/buex: line 3: 8530 Segmentation fault rsyncrypto -r home/jul/websites/ home/jul/working_backups/backweb/ home/jul/working_backups/keyweb/ home/jul/backup.key I am really sorry to annoy you with that, but I am willing to learn and read whatever documentation youcould point me at. Cheers :-) Julien |