Slashdot Mirror


User: te+amo

te+amo's activity in the archive.

Stories
0
Comments
13
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 13

  1. Re:rsync, bash script, calendar event on Backup Solutions for Mac OS X? · · Score: 1
    i use a crontab to run a shell script using rsync for backups. the cronjob runs as root, and the backup volume is just an external firewire drive.

    the -E option is probably a good idea also. add it if you want.

    the script is designed to be run with stdout directed into a file, like such:

    sh /Users/[you]/backup.sh >> /Volumes/Backup/backuplogs.txt
    it keeps a log of backups and also makes a list of all your applications so you know what you had in case you ever have to start from scratch.

    anyway, here's the script if anyone wants to give it a try!

    #!/bin/bash
    #dan criel's sweet backup script
     
    echo Backup: && /bin/date
     
    if [ ! -d "/Volumes/Backup/" ] ;
    then
        echo Plug in the backup drive, dumbass!
        exit -1
    fi
     
    #rsync options: -a recurses, preserves links, etc.
    # --delete removes files from destination that no longer
    # exist at source
    # ** trailing slash at the end of directory names is essential **
     
    /usr/bin/rsync -a --delete /Library/ /Volumes/Backup/Library/
    /usr/bin/rsync -a --delete /Users/ /Volumes/Backup/Users/
    /bin/date > /Volumes/Backup/MyApps.txt
    /bin/ls /Applications >> /Volumes/Backup/MyApps.txt
     
    echo complete: && /bin/date
    echo
  2. Other clients on Yahoo IM Translator · · Score: 1

    It seems strange that this is (to my knowledge) the first time this idea has been implemented. It doesn't seem too hard, with Yahoo! and Google translation services available for hacking. I'd love to see this manifest as a standard feature in other clients like AdiumX or Gaim...any developers out there reading this thread?? ^_^

  3. FingerWorks on Home Theater Keyboards? · · Score: 1

    Not bluetooth enabled, but an excellent mouse/keyboard solution:
    FingerWorks

  4. Havoc on Japanese Deploying Powered Exoskeletons for Elderly · · Score: 3, Funny

    Now the elderly don't even need cars to kill people. They have killer robot suits! ...To the farmer's market, Esther!

  5. Oh well... on Gentoo Package Accused of Violating DMCA · · Score: 5, Funny

    I guess I'll have to find a new name for my latest project: BritneySpearsAVIMP3WarezSuperMarioBrosWindowsXPEpi sodeIII. (It turns Caps Lock on when you sneeze)

  6. Re:Uh-uh on Linux Gaining Ground In India · · Score: 1

    Well, if we assume that some of these people are not living in total poverty, I think it would be safe to also assume that there is a good chance that some of them would become enthusiastic about Linux enough to become developers. However, I definitely see your point. When I say "some of them," I realize this number will be probably be staggeringly low compared to the number of International developers living in other countries. In any case, if even a handful of Indians decide to contribute, it's still a good thing for the open-source community, right?

  7. New developers! on Linux Gaining Ground In India · · Score: 5, Insightful

    With so many Indians in the software industry already, maybe we will start seeing some more great open source software come from India.

  8. Hope it's not a failure on GameCube Production to Halt · · Score: 1, Funny

    Remember Sega Saturn?... ...yeah me neither.

  9. Have you seen this guy? on In-Dash DIN-form-factor Car PC · · Score: 1

    http://www.dashpc.com He has a pretty sweet setup with lots of advice for DIYers. Too bad it's in a Volkswagen though.

  10. I'm glad my last name is not.... on The Growing Field Guide To Spam Techniques · · Score: 1

    ...Graham-Cumming...(snicker)

  11. What do you see on Inkblot Passwords · · Score: 1

    Unfortunately, 90% of the users will see people having sex and pick the same password: people having sex.

  12. BlnkenWars on Blinkenlights @ Chaos Communication Camp 2003 · · Score: 2, Informative

    telnet www.blinkenlights.nl

  13. A whole file? What about part of a file? on House Bill to Make File-Sharing an Automatic Felony · · Score: 1

    Would users of KaZaA and eDonkey, etc. still be safe because their uploads consist of harmless fragments of files? It's just a coincidence that the other peer's software just happens to know how to peice the fragments together to make the file whole again.... Maybe not. Remember when mp3s were legal if you deleted them within 24 hours or something? Those were the days.